.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,234,220;--color-primary-1:252,185,139;--color-primary-2:249,115,22;--color-primary-3:125,58,11;--color-primary-4:37,17,3;--color-secondary-0:222,246,231;--color-secondary-1:145,226,175;--color-secondary-2:34,197,94;--color-secondary-3:17,99,47;--color-secondary-4:5,30,14;--color-tertiary-0:255,255,255;--color-tertiary-1:189,238,207;--color-tertiary-2:34,197,94;--color-tertiary-3:17,99,47;--color-tertiary-4:3,20,9;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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 { background-color:#f8fafc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:360.25rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#1e3a8a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74921875rem;width:47.2491875rem;top:10.6875rem;left:6.3742198944094rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:#22c55e;display:block;width:46.8109375rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.4375rem 0.3125rem rgba(0,0,0,0.5);top:11.37109375rem;left:6.5945320129394rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8734375rem;position:absolute;font-family:oswald;font-size:3.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:2.5632820129394rem;height:19.175rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.799999237061rem;left:2.9382820129394rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { box-sizing:content-box;height:2.9370125rem;width:31.62475rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:5.130615234375rem;left:14.031372070312rem;border-top:0.1875rem solid #000003;border-left:0.1875rem solid #000003;border-right:0.1875rem solid #000003;border-bottom:0.1875rem solid #000003;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#nvpnax3Hq6ru9nAbO3ihvA3y19n4cATW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9368896484375rem;left:44.0625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#fvBp6466y6NFon5HQuJEdw8yNfaZauCs { color:#1f2937;display:block;width:22.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9832763671875rem;left:22.498779296875rem;height:1.54375rem;text-align:right;text-align-last:right;display:block; }
#bParzRUmLV86pZRu3z2gvnseh27oNlbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31225625rem;width:1.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.099853515625rem;left:15.9375rem; }
#Ul4e6gNPaIGhK5C5JiUrzWnh3xViOV1Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31225625rem;width:1.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.099853515625rem;left:17.249755859375rem; }
#HoHhRgyNLm1iZl0VqptEdChV9BgiIK7G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31225625rem;width:1.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.099853515625rem;left:18.56201171875rem; }
#BVG75CKFv9ZObveqluIB3rOZJfNlICn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31225625rem;width:1.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.099853515625rem;left:19.874267578125rem; }
#ZH83DGbStFnfTMzUMHU9XuxS4yMiZb1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31225625rem;width:1.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.099853515625rem;left:21.1865234375rem; }
#C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { z-index:15058;top:87.3125rem;left:15.1875rem;background-color:#f97316;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.5625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7RiO6hur6mU7Km11Ht5es0OXE7I7SKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.99925rem;width:12.99925rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:123.80000019074rem;left:22.49843788147rem; }
#rJzLWTrgaqRSMCaRos9P4UvObOGszaKN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.99925rem;width:12.99925rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:126.04921865463rem;left:22.49843788147rem; }
#brpfmCQcurLowFiZyHVrq6ceTS7nTsZi { color:#1f2937;display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:49.0625rem;left:2.28125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#cAvodAhypiTZZmR7LUxx8VAWN4nrgKKT { color:#1f2937;display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:94.125rem;left:3.25rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#tF83Z0rXrz5SJe2CxgGcrdlT3xPlc4p5 { position:absolute;display:block;z-index:15017;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:31.25rem;width:31.25rem;top:97.625rem;left:0rem;overflow:hidden;display:block; }
#r5MJQo7u5XwITpyvTU8pIP4T3IF5xCV0 { position:absolute;display:block;z-index:15061;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:31.25rem;width:31.25rem;top:96.75rem;left:28.75rem;overflow:hidden;display:block; }
#wQPr9KQ2bWGEXOiqF538BBUfQZnM53vP { position:absolute;display:block;z-index:15019;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:12.1875rem;width:12.1875rem;top:0rem;left:1.8937511444092rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:144.125rem;left:0rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:#1e3a8a;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.1875rem rgba(0,0,0,0.5);top:137.74921989441rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9359375rem;top:222.25rem;left:19.0625rem;overflow:hidden;display:block; }
#XLlvXJqTywMDu0uiH6Dbz6AcdsurLIhK { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:156.25rem;left:0rem;height:3.7375rem;display:block; }
#wGVPXtl4KJtvEIQBSgth4JwMWTvD5CVv { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:161.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:164.75rem;left:12.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#bD0yzhQpdIFT1aTb8TNecJ7rH7g6k1gL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:165.4375rem;left:0rem;height:1.86875rem;display:block; }
#DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:168rem;left:0rem;height:4.875rem;display:block; }#DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
#HtigwtACD2oZnpQAZ0Cz4o0NB1IPFvoE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9359375rem;top:189.98750114441rem;left:19.032033920288rem;overflow:hidden;display:none; }
#TyUsCZm1pbaXHT9Tc8ER0UMp4xbcFJX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:173.8125rem;left:0rem;height:3.7375rem;display:block; }
#lTx6vdyfr98iKDI5RAcRGOuBGMA7I8y6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:178.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:186.9375rem;left:0rem;height:4.875rem;display:block; }#ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
#BeChQK874Mub7ePLTit7tAR7bnUABFad { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:183.6875rem;left:0rem;height:1.86875rem;display:block; }
#JKZ2fZTQ82Jtzfo7fg3CeBH7cVeCR4uG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:194.4375rem;left:0rem;height:3.7375rem;display:block; }
#yfTgSsrW0HllCfnfoGpUokh6dUSNQVHE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:199.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hK6S2Rkc1filoROGHEOt8o7E7hctHlsg { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:204.6875rem;left:0rem;height:1.86875rem;display:block; }
#nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:208rem;left:0rem;height:4.875rem;display:block; }#nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
#zMpJgva5e4bXowfkuNWmFMwLxLqJ5y7s { position:absolute;display:block;z-index:15049;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:27rem;width:19.625rem;top:162.18125000596rem;left:37.86171913147rem;overflow:hidden;display:block; }
#NmpNTMCmEMn5uXTuS7KyCEJ953SzMK3B { position:absolute;display:block;z-index:15050;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:33.875rem;width:24.6875rem;top:194.4375rem;left:35.3125rem;overflow:hidden;display:block; }
#RHHVnMQd3mx7fHJV9Fka4BaPyRI3xIJL { color:#1e3a8a;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.8125rem 0.75rem rgba(0,0,0,0.5);top:216.5625rem;left:13.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#rlEU9R9dVvJGgHfMgnAJaucWhkHRrEOy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:225.8125rem;left:12.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#dH6Knaq6pgy6RTsvEHTMBmbS0W2CHRbU { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:232.1875rem;left:0rem;height:1.86875rem;display:block; }
#qhdXqIky5T9rSAeG66KeKPQJrCO9l5Pv { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:235.25rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#q18nK9xFtkisBsnvTP56IcvomguMIsVM { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:239.0625rem;left:0rem;height:1.86875rem;display:block; }
#uxrpfdO55uCDo5XO7OSqF5knNTFvTHNT { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:231.875rem;left:14.8125rem;height:2.4375rem;display:block; }
#nkWW9aTbpeXBaOU4KGAhyn8979291voD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:241.6875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:243.9375rem;left:0rem;height:4.875rem;display:block; }#iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
#KT0vrM4wZWv26y6bC1AwrG6qS1ofrIAX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:249.875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rAU1Pv09HwwxErPmTMuAxOwpWLwdhvvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:253.0625rem;left:0rem;height:1.86875rem;display:block; }
#vEbGF86GqhwoOTdL0gTJXXZWo2nR5wh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:255.8125rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:258.625rem;left:0rem;height:4.875rem;display:block; }#ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
#k596xGUORdxUaSF8BCrmgRGIsL2y38HG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:268.375rem;left:0rem;height:1.86875rem;display:block; }
#ykOo07smMTHPV0rvWaTubEDwveFU651a { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:264.6875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cKIaXgwdPTc0HOL6B4cUzGhnPuZa4ShL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:271rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:273.75rem;left:0rem;height:6.5rem;display:block; }#Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
#hHT64lg6OIDmhP5xf8pEZNTFsJSMTane { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:281.25rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#UtVg4lpAOb3ixRTpxTTPCqSTTA4nsK7v { color:#22c55e;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.8125rem 0.75rem rgba(0,0,0,0.5);top:289.06251239777rem;left:26.62656211853rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZHrSPUqxKNnFFtupxTZTKIirtlm63bC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:296.6750125885rem;left:25.500001907349rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#i8iS0JQTBBUsFpBnaV4rP3W2eQuezKbT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:302.81251335144rem;left:25.500001907349rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:306.93751144409rem;left:25.500001907349rem;height:6.5rem;display:block; }#uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#xnC3f555b26x7qHd3TeHf4tmB6g7VN6M { position:absolute;display:block;z-index:15052;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:27.5rem;width:19.25rem;top:232.1875rem;left:37.5625rem;overflow:hidden;display:block; }
#tItzwMsbWUvTR73MwqEAEQX3UxosgU2T { position:absolute;display:block;z-index:15053;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:10.625rem;width:19.25rem;top:267.8125rem;left:37.25rem;overflow:hidden;display:block; }
#S8wcg9rbN0eeNrdK6kGGFaec0i6znB20 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Mxn52Et8BdTZb49TwAvL8aS31thrtSMa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qETWBLtyZG2EzMvETp0tPkerHh0hcKy6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Vhku2JLntONWOXrGxzJX3SocSmTKizpX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:60.75rem;left:2.5632820129394rem;height:24.375rem;display:block; }#Vhku2JLntONWOXrGxzJX3SocSmTKizpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#twSEGRxhaVPni82XhmTERzBVRyQDiT4V { color:#22c55e;display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:56.3125rem;left:2.5625rem;height:2.925rem;display:block; }
#Q4mNNrTNPaFMC8ybkPow1ARanPZee7ug { position:absolute;display:block;z-index:15055;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:41.3125rem;width:29.125rem;top:280.25001215935rem;left:0rem;overflow:hidden;display:block; }
#HF2FpfBKATznbTFwUxpP92paJK2EF3EK { color:#22c55e;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.8125rem 0.75rem rgba(0,0,0,0.5);top:320.93751239777rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#QgL9FJyJRtJuKexf0Kt05gpPwXnM1IeA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:325.56251335144rem;left:0rem;height:1.86875rem;display:block; }
#DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:328.87503051757rem;left:0rem;height:14.625rem;display:block; }#DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9d5f06fc0369c9fadbd08942e5d1c0e1ca830d3.svg); }
#DyiRVzkX1o0x9f6opfoT40FEzKMgkPhv { position:absolute;display:block;z-index:15056;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:48.9375rem;width:23.0625rem;top:45.97500038147rem;left:36.937501907349rem;overflow:hidden;display:block; }
#Wrqu5tyaPE30gG79qL3TLyQqETWppJX1 { position:absolute;display:block;z-index:15054;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:29.0625rem;width:29.0625rem;top:319.35000038147rem;left:30.937501907349rem;overflow:hidden;display:block; }
#ziVcrOk5DcTAx6LlFTMkIgPh3kX9LmNU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9359375rem;top:120.36250877381rem;left:5.9070320129394rem;overflow:hidden;display:none; }
#W70SB7Ae9BXm1Rt58W6oRwPEMux6kIOT { position:absolute;display:block;z-index:15059;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:60rem;width:60rem;top:327.43124389649rem;left:0rem;overflow:hidden;display:block; }
#gbaxQEIrwxToqBGrnLVWdgbzTUxJnCT5 { z-index:15059;top:351.28125rem;left:9.375rem;background-color:#f97316;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.5625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F8sVd1UmEozXHD7Dna5Nddu29xrAQ7n2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.996875rem;width:16.25rem;top:347.53281211853rem;left:43.750001907349rem;overflow:hidden;display:block; }
#GpBxydR3bGB1Aq3tUD5ei1yXMFhCL6rK { position:absolute;display:block;z-index:14999;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:23.0625rem;width:23.0625rem;top:135.3125rem;left:36.937501907349rem;overflow:hidden;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:255rem;width:60rem;position:relative;display:block; }#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:2.1875rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749875rem;width:4.8120125rem;top:158.0625rem;left:37.5rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:158.5625rem;left:46.875rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:164.9375rem;left:36.1875rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:165.9375rem;left:39.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:168.0625rem;left:36.25rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:168.5rem;left:36.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:156.1875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:161rem;left:0rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:172.125rem;left:46.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:182rem;left:51.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:182.5625rem;left:39.3125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#pVBH9LxccMdzAdem48WJhieZQuw0XbXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:181.875rem;left:36.5rem; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:195.25rem;left:51.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:195.8125rem;left:39.25rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:195.125rem;left:36.4375rem; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:221.9375rem;left:51.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:222.5rem;left:39.25rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:221.8125rem;left:36.4375rem; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:208.625rem;left:51.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:209.1875rem;left:39.3125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:208.5625rem;left:36.5rem; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:248.75rem;left:51.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:249.3125rem;left:39.25rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:248.625rem;left:36.4375rem; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:235.5rem;left:51.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:236.0625rem;left:39.3125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:235.375rem;left:36.5rem; }
#Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:252.25rem;left:36.25rem;display:block; }
#uTfv4aswuv99b1fm7ldF62mUenBLTl4k { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:252.6875rem;left:36.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:191.3125rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9359375rem;top:197.5rem;left:5.9375rem;overflow:hidden;display:block; }
#vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.9991875rem;width:32.3116875rem;top:198rem;left:0rem;overflow:hidden;display:block; }
#Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.577392578125rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;display:none; }
#mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:6.1875rem;top:172.125rem;left:36.8125rem;overflow:hidden;display:block; }
#z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:6.18713125rem;top:185.375rem;left:36.8125rem;overflow:hidden;display:block; }
#r5pyIkTdgbuDBAy9qvr5RPMxxEn2QvSg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:6.18713125rem;top:198.8125rem;left:36.8125rem;overflow:hidden;display:block; }
#yrLSi5t5U5ddBFxTdlBpyXZPQv1hGSXP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:6.18713125rem;top:212.0625rem;left:36.8125rem;overflow:hidden;display:block; }
#H1ktfW7AGOfREB5d19WO23qOf5MDDXJU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:6.18713125rem;top:225.9375rem;left:36.8125rem;overflow:hidden;display:block; }
#ewCcF77Lxx64qIsLEhl4UT4wE9Kz8n9Q { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:6.18713125rem;top:239.1875rem;left:36.8125rem;overflow:hidden;display:block; }
#TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:185.375rem;left:46.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#oTA1Pe9eZJLxaeLO58w1vXp1mK5gpKpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:198.8125rem;left:46.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#TGrM47CSDhFDvIhwIc7bDTJVzSncMd5u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:212.0625rem;left:46.0625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#s54m6doxBP5dmIiifM2m92UCIlQXNsvE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:225.9375rem;left:45.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#JhzlO6FR2gaOOyGSiUQRatI9S5B9EAlU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:239.1875rem;left:45.9375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#hEnuuMyTmng2B3GfVWgMp2kTpc1dXi20 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#F6kCZfmHpTv5TH5ga6onVzCtr5OywnO8 { color:#1e3a8a;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.8125rem 0.75rem rgba(0,0,0,0.5);top:1.5rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#OZT1TpQRPTl8Z8x7xAh78ffEv2GVnFqV { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.8445320129394rem;left:1.0812511444092rem;height:1.86875rem;display:block; }
#ANp6aAGU1TOnq7DMzIO3gySk3WONAPax { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:9.425000190735rem;left:0rem;height:6.5rem;display:block; }#ANp6aAGU1TOnq7DMzIO3gySk3WONAPax li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
#kMtv4MJypiiLMdJIhWiw8dZovXKexoZp { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:18.625000476837rem;left:0rem;height:;display:block; }
#ISclVLInRnlnPTICt2X7yBEXDT1LV9Mx { color:#1e3a8a;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.8125rem 0.75rem rgba(0,0,0,0.5);top:24.735939025879rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:35.341406822204rem;left:0rem;height:6.5rem;display:block; }#Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#GC48rUOfRQRJHZn8EGTPqdB59FqirPfR { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:32.08046913147rem;left:0rem;height:1.86875rem;display:block; }
#nQIi5nC8MseDGBUQwmaD50bRk5IsTTNy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:42.94375038147rem;left:0rem;height:1.86875rem;display:block; }
#c9Nbt9hBcfyaTMT0mfGHU40HPREGCHLR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:45.33749961853rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TSJfMEHb9UsLwixOomxE4EBUFlXwhx2h { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:45.33749961853rem;left:7.375rem;height:1.86875rem;display:block; }
#Mvs2XNgw4Fl1PaueL9APqEcKgTZ7vpaq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:46.96249961853rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:73rem;width:24.9375rem;top:1.5rem;left:34.58749961853rem;display:block; }
#C29TEUT4y970CrOtVllWbSn7OHnDWF9C { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.58828163147rem;left:35.062501907349rem;height:3.7375rem;display:block; }
#pfVx2kHm8h9iq3FgXRfXN6lUnBkEGVqv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:12.297656536102rem;left:35.281251907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bEumcSBme88KZAGUgGzBCh7VE1vufQVp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35.312501907349rem;height:8.125rem;display:block; }#bEumcSBme88KZAGUgGzBCh7VE1vufQVp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#a0xGLdc285IaR5v1XRzEtLV0kxh5logB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:25.7109375rem;left:35.062501907349rem;height:3.7375rem;display:block; }
#HKiJO9Wv38z2dLS24zu6O9PiDPQLeT21 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:30.42343711853rem;left:35.281251907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#M5AEVC33s2cteo0trcTdKSJOgX4QvtPM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:33.203907012939rem;left:35.312501907349rem;height:4.875rem;display:block; }#M5AEVC33s2cteo0trcTdKSJOgX4QvtPM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#xSzroWvOvwg7OXIo2yDi39XFxnkywVrK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:39.8359375rem;left:35.062501907349rem;height:3.7375rem;display:block; }
#lnvIRAlTmZONUT55AovQ5wn6Xqd5eP6S { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:44.29843711853rem;left:35.281251907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:46.96249961853rem;left:35.312501907349rem;height:9.75rem;display:block; }#TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#S70ZJx234Oa5ZDCWOXwpcXn5HsTy2Dec { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:57.8984375rem;left:35.062501907349rem;height:;display:block; }
#XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:65.587499618531rem;left:35.312501907349rem;height:6.5rem;display:block; }#XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
#sfzLHGsts7QD7q5bnf9EWtiPJPEyJhTb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:62.42343711853rem;left:35.281251907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zbVSRZy853D2417JBANSZMafQXqw9S8J { color:#22c55e;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:53.83749961853rem;left:0rem;height:2.84375rem;display:block; }
#OuBFKFumSgddDzEKvpWnsgB22VSmDAFr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:57.598437309265rem;left:0rem;height:14.625rem;display:block; }#OuBFKFumSgddDzEKvpWnsgB22VSmDAFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
#hhG4B159k7fcaJPBZOVXJK4FUlEx5qPo { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:76.506252288819rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#fmOsLQ6d1T2SpGQONeqtPQpgP9aGiOzz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:81.899219512938rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#m1nvyfATnNKlswPovCsiksGde2Ccd0E7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:86.090626716613rem;left:0rem;height:8.125rem;display:block; }#m1nvyfATnNKlswPovCsiksGde2Ccd0E7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bf28770a813956723b196c30c06c9021e1d23f04.svg); }
#tDWSBtyEPAcIqbQPTdLgdcBP8s3sue73 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:97.017969608306rem;left:0rem;height:3.7375rem;display:block; }
#WEt6Gv11zvGCvZakmRnEp2gUGEZBT3VD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:103.02421951294rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kUqtPJbfIdMIAgiGh0em8fKXkoN5Du6O { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:105.71171951294rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#EcHfkREEv2DARbUPTGQdrvyUbkWis8ro { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:109.71562480926rem;left:0rem;height:6.5rem;display:block; }#EcHfkREEv2DARbUPTGQdrvyUbkWis8ro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be66812c64a3814d0f208d8825c9b5513de7d991.svg); }
#momdvmplWX87MC1gqALlczfx7UdC45su { color:#22c55e;display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:121.22343826294rem;left:2.3625011444092rem;height:2.84375rem;display:block; }
#O3DeqDLTv7oMlCTiNB3qJmZFMRwc8q3b { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:117.87968826294rem;left:3.9875011444092rem;height:2.03125rem;display:block; }
#nyq9bzLIDnm5Ev46WN7T26HUJQDL5wQI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:126.20468711853rem;left:0rem;height:3.7375rem;display:block; }
#voTl5zyPcr2ZFeB3buvtLVMxJBS0lg1Z { z-index:15060;top:95.2117190361rem;left:33.750001907349rem;background-color:#f97316;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.5625rem 0.4375rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w5qBZRbCoZLaHpJmI8aioKQRgSJ7s5F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9gqUKT9eBhrpsmgfnWxxVaHpus864pN { position:absolute;display:block;z-index:15061;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:16.75rem;width:21.6875rem;top:104.64921951294rem;left:34.500001907349rem;overflow:hidden;display:block; }
#CW3g1M4oR0OvazxJltM9wbgbxpX6c8Gl { position:absolute;display:block;z-index:15062;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:14.25rem;width:12.3125rem;top:81.01171875rem;left:47.687501907349rem;overflow:hidden;display:block; }
#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { position:relative;display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { background-color: transparent; background-image: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { border-width: 0; border-radius: 0; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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:82.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8121337890625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#V7pXI66PekAHGEtPz220JlQoS6ENICWA { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.999625rem;width:43.125rem;top:8.2489013671875rem;left:8.4375rem;overflow:hidden;display:block; }
#ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.437125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:43.1640625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { background-color:#ff8400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7484375rem;height:3.87421875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:60.28125rem;left:30.25156211853rem;display:block; }
#h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { color:#0eff00;display:block;width:24.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:43.776245117188rem;left:17.9052734375rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.513273239136rem;left:11.185157775879rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:20.4375rem;width:55.1875rem;top:17.28046874702rem;left:0rem;display:block; }
#pueayk394NkTxy2WW3OIfsDTQTtIc8nC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:44.949999809265rem;left:6.6242198944094rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:67.955469131469rem;left:11.185157775879rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { color:#1e3a8a;display:block;width:46.8109375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:-0.625rem 0.1875rem 0.4375rem rgba(0,57,218,0.5);top:80rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:72.974218368531rem;left:3.875rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { position:relative;display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { background-color: transparent; background-image: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { border-width: 0; border-radius: 0; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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:44.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.68725625rem;width:22.56225rem;top:23.5rem;left:5.375rem;overflow:hidden;display:block; }
#R8E4t5FhnaKphBBKnR0BU6OB9enVMND1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5625rem;left:5.375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#B9aoJHA95lO1q9efIlbmzIrF52lL0rRP { position:absolute;display:block;z-index:15027;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:10.875rem;width:10.875rem;top:30.8125rem;left:8.5625rem;overflow:hidden;display:block; }
#D6iC4CPABbNTEkEmufl447lkdfKhPm7V { box-sizing:content-box;height:10.0625rem;width:10.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid #1e3a8a;border-left:0.625rem solid #1e3a8a;border-right:0.625rem solid #1e3a8a;border-bottom:0.625rem solid #1e3a8a;top:30.625rem;left:8.1875rem;display:block; }
#rag7ywNOpKdJc7Eai7FghApocACa7Lnh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30rem;left:20.75rem;height:3.25rem;display:block; }
#BPsM8u6OsvpaX7JJ6CBovkvclul7zHtE { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.25rem;left:20.75rem;height:10.4rem;display:block; }
#oRSsW1XGenMpNcHAR9oOL68bBmKTTALG { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18rem;left:20.625rem;height:11.7rem;display:block; }
#wzwPMxaOF7tt3E753BzluNSMO577rlle { box-sizing:content-box;height:10.0625rem;width:10.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid #1e3a8a;border-left:0.625rem solid #1e3a8a;border-right:0.625rem solid #1e3a8a;border-bottom:0.625rem solid #1e3a8a;top:15.25rem;left:8.1875rem;display:block; }
#MMr6blEPdxaqxLrdqwUVMmfFdNiiTDLy { position:absolute;display:block;z-index:15024;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:10.875rem;width:10.875rem;top:15.4375rem;left:8.1875rem;overflow:hidden;display:block; }
#tLy3O6Uu5t8dimhBunJd2yNTLb9Wp0h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.6875rem;left:20.25rem;height:3.25rem;display:block; }
#X2gvsinvzBikdxfWWS85qkuQxS7ytaVn { box-sizing:content-box;height:9.75rem;width:9.75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: none;border-top:0.625rem solid #1e3a8a;border-left:0.625rem solid #1e3a8a;border-right:0.625rem solid #1e3a8a;border-bottom:0.625rem solid #1e3a8a;top:2rem;left:8.1875rem;display:block; }
#WKSbrhCoegdggiST3hGKHIffrlE1HQi5 { position:absolute;display:block;z-index:15020;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:10.3125rem;width:10.3125rem;top:2.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#KEU96rJemSwAv5JwgQUz6sHlHaIKlAbr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.4375rem;left:19.625rem;height:3.25rem;display:block; }
#bHkqKgz2IFo1U1VQvPw5GTJqoLmqxB7i { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.625rem;left:20.375rem;height:10.4rem;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:3.3294677734375rem;left:0rem;height:16.9rem;display:block; }
#ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:0rem;left:29.8125rem;height:1.3rem;display:block; }
#EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:0rem;left:19.25rem;height:1.3rem;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) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.1875rem;height:2.6875rem;top:10.6875rem;left:0.24921989440918rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.375rem;top:11.3125rem;left:0.46953201293945rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:19.125rem;top:16.375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:10.125rem;top:37.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { width:31.5625rem;height:2.875rem;top:5.125rem;left:7.9063720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpnax3Hq6ru9nAbO3ihvA3y19n4cATW { width:15.9375rem;height:1.5rem;top:0.875rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvBp6466y6NFon5HQuJEdw8yNfaZauCs { width:22.5rem;height:1.5rem;top:5.9375rem;left:16.37343788147rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bParzRUmLV86pZRu3z2gvnseh27oNlbX { width:1.25rem;height:1.25rem;top:6.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4e6gNPaIGhK5C5JiUrzWnh3xViOV1Q { width:1.25rem;height:1.25rem;top:6.0625rem;left:11.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoHhRgyNLm1iZl0VqptEdChV9BgiIK7G { width:1.25rem;height:1.25rem;top:6.0625rem;left:12.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVG75CKFv9ZObveqluIB3rOZJfNlICn4 { width:1.25rem;height:1.25rem;top:6.0625rem;left:13.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH83DGbStFnfTMzUMHU9XuxS4yMiZb1U { width:1.25rem;height:1.25rem;top:6.0625rem;left:15.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { top:87.3125rem;left:9.0625rem;width:29.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block; }
 }@media only screen and (max-width: 763px) { #e7RiO6hur6mU7Km11Ht5es0OXE7I7SKO { width:12.9375rem;height:12.9375rem;top:123.75rem;left:16.37343788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzLWTrgaqRSMCaRos9P4UvObOGszaKN { width:12.9375rem;height:12.9375rem;top:126rem;left:16.37343788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #brpfmCQcurLowFiZyHVrq6ceTS7nTsZi { top:49.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAvodAhypiTZZmR7LUxx8VAWN4nrgKKT { top:94.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF83Z0rXrz5SJe2CxgGcrdlT3xPlc4p5 { top:97.625rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5MJQo7u5XwITpyvTU8pIP4T3IF5xCV0 { top:96.75rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQPr9KQ2bWGEXOiqF538BBUfQZnM53vP { top:0rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.875rem;height:9.0625rem;top:144.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:33.3125rem;height:4.875rem;top:137.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2465275304509rem;top:222.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLlvXJqTywMDu0uiH6Dbz6AcdsurLIhK { top:156.25rem;left:0rem;width:34.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVPXtl4KJtvEIQBSgth4JwMWTvD5CVv { top:161.5625rem;left:0rem;width:34.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:3.25rem;top:164.75rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD0yzhQpdIFT1aTb8TNecJ7rH7g6k1gL { top:165.4375rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k { top:168rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.125rem;display:block; }#DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #HtigwtACD2oZnpQAZ0Cz4o0NB1IPFvoE { width:21.875rem;height:1.2465275304509rem;top:189.9375rem;left:12.907033920288rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyUsCZm1pbaXHT9Tc8ER0UMp4xbcFJX8 { top:173.8125rem;left:0rem;width:34.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTx6vdyfr98iKDI5RAcRGOuBGMA7I8y6 { top:178.25rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT { top:186.9375rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.125rem;display:block; }#ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #BeChQK874Mub7ePLTit7tAR7bnUABFad { top:183.6875rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZ2fZTQ82Jtzfo7fg3CeBH7cVeCR4uG { top:194.4375rem;left:0rem;width:34.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTgSsrW0HllCfnfoGpUokh6dUSNQVHE { top:199.6875rem;left:0rem;width:34.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6S2Rkc1filoROGHEOt8o7E7hctHlsg { top:204.6875rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA { top:208rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.125rem;display:block; }#nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #zMpJgva5e4bXowfkuNWmFMwLxLqJ5y7s { top:162.125rem;left:28.125rem;width:19.625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpNTMCmEMn5uXTuS7KyCEJ953SzMK3B { top:194.4375rem;left:23.0625rem;width:24.6875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHVnMQd3mx7fHJV9Fka4BaPyRI3xIJL { width:33.3125rem;height:5.6875rem;top:216.5625rem;left:7.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlEU9R9dVvJGgHfMgnAJaucWhkHRrEOy { top:225.8125rem;left:6.625rem;width:34.5rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH6Knaq6pgy6RTsvEHTMBmbS0W2CHRbU { top:232.1875rem;left:0rem;width:14rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhdXqIky5T9rSAeG66KeKPQJrCO9l5Pv { top:235.25rem;left:0rem;width:34.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q18nK9xFtkisBsnvTP56IcvomguMIsVM { top:239.0625rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrpfdO55uCDo5XO7OSqF5knNTFvTHNT { top:231.875rem;left:8.6875rem;width:14rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkWW9aTbpeXBaOU4KGAhyn8979291voD { top:241.6875rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 { top:243.9375rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.125rem;display:block; }#iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #KT0vrM4wZWv26y6bC1AwrG6qS1ofrIAX { top:249.875rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAU1Pv09HwwxErPmTMuAxOwpWLwdhvvJ { top:253.0625rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEbGF86GqhwoOTdL0gTJXXZWo2nR5wh3 { top:255.8125rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 { top:258.625rem;left:0rem;width:34.5rem;height:4.875rem;font-size:1.125rem;display:block; }#ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #k596xGUORdxUaSF8BCrmgRGIsL2y38HG { top:268.375rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykOo07smMTHPV0rvWaTubEDwveFU651a { top:264.6875rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKIaXgwdPTc0HOL6B4cUzGhnPuZa4ShL { top:271rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU { top:273.75rem;left:0rem;width:34.5rem;height:6.5rem;font-size:1.125rem;display:block; }#Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #hHT64lg6OIDmhP5xf8pEZNTFsJSMTane { top:281.25rem;left:0rem;width:34.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtVg4lpAOb3ixRTpxTTPCqSTTA4nsK7v { width:33.3125rem;height:5.6875rem;top:289.0625rem;left:14.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZHrSPUqxKNnFFtupxTZTKIirtlm63bC { top:296.625rem;left:13.25rem;width:34.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8iS0JQTBBUsFpBnaV4rP3W2eQuezKbT { top:302.8125rem;left:13.25rem;width:34.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD { top:306.9375rem;left:13.25rem;width:34.5rem;height:6.5rem;font-size:1.125rem;display:block; }#uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #xnC3f555b26x7qHd3TeHf4tmB6g7VN6M { top:232.1875rem;left:28.5rem;width:19.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tItzwMsbWUvTR73MwqEAEQX3UxosgU2T { top:267.8125rem;left:28.5rem;width:19.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wcg9rbN0eeNrdK6kGGFaec0i6znB20 { display:none; }
 }@media only screen and (max-width: 763px) { #Mxn52Et8BdTZb49TwAvL8aS31thrtSMa { display:none; }
 }@media only screen and (max-width: 763px) { #qETWBLtyZG2EzMvETp0tPkerHh0hcKy6 { display:none; }
 }@media only screen and (max-width: 763px) { #Vhku2JLntONWOXrGxzJX3SocSmTKizpX { top:60.75rem;left:0rem;width:34.5rem;height:;font-size:1.5625rem;display:block; }#Vhku2JLntONWOXrGxzJX3SocSmTKizpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #twSEGRxhaVPni82XhmTERzBVRyQDiT4V { top:56.3125rem;left:0rem;width:34.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mNNrTNPaFMC8ybkPow1ARanPZee7ug { top:280.25rem;left:0rem;width:29.125rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF2FpfBKATznbTFwUxpP92paJK2EF3EK { width:33.3125rem;height:2.8125rem;top:320.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgL9FJyJRtJuKexf0Kt05gpPwXnM1IeA { top:325.5625rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 { top:328.875rem;left:0rem;width:34.5rem;height:14.625rem;font-size:1.125rem;display:block; }#DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9d5f06fc0369c9fadbd08942e5d1c0e1ca830d3.svg); }
 }@media only screen and (max-width: 763px) { #DyiRVzkX1o0x9f6opfoT40FEzKMgkPhv { top:45.9375rem;left:24.6875rem;width:23.0625rem;height:48.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrqu5tyaPE30gG79qL3TLyQqETWppJX1 { top:319.3125rem;left:18.6875rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVcrOk5DcTAx6LlFTMkIgPh3kX9LmNU { width:21.875rem;height:1.2465275304509rem;top:120.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W70SB7Ae9BXm1Rt58W6oRwPEMux6kIOT { top:327.375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbaxQEIrwxToqBGrnLVWdgbzTUxJnCT5 { top:351.25rem;left:3.25rem;width:29.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8sVd1UmEozXHD7Dna5Nddu29xrAQ7n2 { display:block; }
 }@media only screen and (max-width: 763px) { #N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { width:16.25rem;height:11.996875rem;top:347.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBxydR3bGB1Aq3tUD5ei1yXMFhCL6rK { top:135.3125rem;left:24.6875rem;width:23.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:4.75rem;height:6.6626790063322rem;top:158.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12rem;height:2.25rem;top:158.5625rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:164.9375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:165.9375rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:168.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.75rem;top:168.5rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:3.0625rem;top:156.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:27.625rem;top:161rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:13.875rem;height:1.125rem;top:172.125rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.25rem;top:182rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.125rem;top:182.5625rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:181.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.25rem;top:195.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.125rem;top:195.8125rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:195.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.25rem;top:221.9375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.125rem;top:222.5rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:221.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:208.625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.125rem;top:209.1875rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:208.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.25rem;top:248.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.125rem;top:249.3125rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:248.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.25rem;top:235.5rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.125rem;top:236.0625rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:235.375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:23.75rem;height:2.75rem;top:252.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.6875rem;height:1.75rem;top:252.6875rem;left:24.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:33.3125rem;height:6.125rem;top:191.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:21.875rem;height:1.2465275304509rem;top:197.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:32.25rem;height:56.890940084143rem;top:198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { width:20rem;height:2.5625rem;top:177.8125rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { width:6.1875rem;height:8.625rem;top:172.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { width:6.125rem;height:8.5382144210128rem;top:185.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pyIkTdgbuDBAy9qvr5RPMxxEn2QvSg { width:6.125rem;height:8.5382144210128rem;top:198.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSi5t5U5ddBFxTdlBpyXZPQv1hGSXP { width:6.125rem;height:8.5382144210128rem;top:212.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ktfW7AGOfREB5d19WO23qOf5MDDXJU { width:6.125rem;height:8.5382144210128rem;top:225.9375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewCcF77Lxx64qIsLEhl4UT4wE9Kz8n9Q { width:6.125rem;height:8.5382144210128rem;top:239.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { width:13.875rem;height:1.125rem;top:185.375rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTA1Pe9eZJLxaeLO58w1vXp1mK5gpKpQ { width:13.875rem;height:1.125rem;top:198.8125rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrM47CSDhFDvIhwIc7bDTJVzSncMd5u { width:13.875rem;height:1.125rem;top:212.0625rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54m6doxBP5dmIiifM2m92UCIlQXNsvE { width:13.875rem;height:1.125rem;top:225.9375rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzlO6FR2gaOOyGSiUQRatI9S5B9EAlU { width:13.875rem;height:1.125rem;top:239.1875rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEnuuMyTmng2B3GfVWgMp2kTpc1dXi20 { display:none; }
 }@media only screen and (max-width: 763px) { #F6kCZfmHpTv5TH5ga6onVzCtr5OywnO8 { width:33.3125rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZT1TpQRPTl8Z8x7xAh78ffEv2GVnFqV { top:5.8125rem;left:0rem;width:34.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANp6aAGU1TOnq7DMzIO3gySk3WONAPax { top:9.375rem;left:0rem;width:34.5rem;height:6.5rem;font-size:1.125rem;display:block; }#ANp6aAGU1TOnq7DMzIO3gySk3WONAPax li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
 }@media only screen and (max-width: 763px) { #kMtv4MJypiiLMdJIhWiw8dZovXKexoZp { top:18.625rem;left:0rem;width:34.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISclVLInRnlnPTICt2X7yBEXDT1LV9Mx { width:33.3125rem;height:5.6875rem;top:24.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu { top:35.3125rem;left:0rem;width:34.5rem;height:6.5rem;font-size:1.125rem;display:block; }#Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #GC48rUOfRQRJHZn8EGTPqdB59FqirPfR { top:32.0625rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIi5nC8MseDGBUQwmaD50bRk5IsTTNy { top:42.9375rem;left:0rem;width:34.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Nbt9hBcfyaTMT0mfGHU40HPREGCHLR { top:45.3125rem;left:0rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJfMEHb9UsLwixOomxE4EBUFlXwhx2h { top:45.3125rem;left:1.25rem;width:13.625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvs2XNgw4Fl1PaueL9APqEcKgTZ7vpaq { top:46.9375rem;left:0rem;width:26.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:73rem;top:1.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C29TEUT4y970CrOtVllWbSn7OHnDWF9C { top:6.5625rem;left:23.5625rem;width:24.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVx2kHm8h9iq3FgXRfXN6lUnBkEGVqv { top:12.25rem;left:26.75rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEumcSBme88KZAGUgGzBCh7VE1vufQVp { top:15.0625rem;left:23.5625rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }#bEumcSBme88KZAGUgGzBCh7VE1vufQVp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #a0xGLdc285IaR5v1XRzEtLV0kxh5logB { top:25.6875rem;left:23.5625rem;width:24.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiJO9Wv38z2dLS24zu6O9PiDPQLeT21 { top:30.375rem;left:29.156251907349rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5AEVC33s2cteo0trcTdKSJOgX4QvtPM { top:33.1875rem;left:23.0625rem;width:24.6875rem;height:;font-size:1.125rem;display:block; }#M5AEVC33s2cteo0trcTdKSJOgX4QvtPM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #xSzroWvOvwg7OXIo2yDi39XFxnkywVrK { top:39.8125rem;left:23.5625rem;width:24.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnvIRAlTmZONUT55AovQ5wn6Xqd5eP6S { top:44.25rem;left:29.156251907349rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg { top:46.9375rem;left:23.0625rem;width:24.6875rem;height:9.75rem;font-size:1.125rem;display:block; }#TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #S70ZJx234Oa5ZDCWOXwpcXn5HsTy2Dec { top:57.875rem;left:23.5625rem;width:24.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV { top:65.5625rem;left:23.0625rem;width:24.6875rem;height:;font-size:1.125rem;display:block; }#XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #sfzLHGsts7QD7q5bnf9EWtiPJPEyJhTb { top:62.375rem;left:29.156251907349rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbVSRZy853D2417JBANSZMafQXqw9S8J { top:53.8125rem;left:0rem;width:12.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuBFKFumSgddDzEKvpWnsgB22VSmDAFr { top:57.5625rem;left:0rem;width:33.75rem;height:;font-size:1.125rem;display:block; }#OuBFKFumSgddDzEKvpWnsgB22VSmDAFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
 }@media only screen and (max-width: 763px) { #hhG4B159k7fcaJPBZOVXJK4FUlEx5qPo { top:76.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmOsLQ6d1T2SpGQONeqtPQpgP9aGiOzz { top:81.875rem;left:0rem;width:26.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1nvyfATnNKlswPovCsiksGde2Ccd0E7 { top:86.0625rem;left:0rem;width:34.5rem;height:;font-size:1.125rem;display:block; }#m1nvyfATnNKlswPovCsiksGde2Ccd0E7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bf28770a813956723b196c30c06c9021e1d23f04.svg); }
 }@media only screen and (max-width: 763px) { #tDWSBtyEPAcIqbQPTdLgdcBP8s3sue73 { top:97rem;left:0rem;width:34.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEt6Gv11zvGCvZakmRnEp2gUGEZBT3VD { top:103rem;left:0rem;width:11.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqtPJbfIdMIAgiGh0em8fKXkoN5Du6O { top:105.6875rem;left:0rem;width:30.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHfkREEv2DARbUPTGQdrvyUbkWis8ro { top:109.6875rem;left:0rem;width:34.5rem;height:6.5rem;font-size:1.125rem;display:block; }#EcHfkREEv2DARbUPTGQdrvyUbkWis8ro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be66812c64a3814d0f208d8825c9b5513de7d991.svg); }
 }@media only screen and (max-width: 763px) { #momdvmplWX87MC1gqALlczfx7UdC45su { top:121.1875rem;left:0rem;width:20.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3DeqDLTv7oMlCTiNB3qJmZFMRwc8q3b { top:117.875rem;left:0rem;width:17.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyq9bzLIDnm5Ev46WN7T26HUJQDL5wQI { top:126.1875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTl5zyPcr2ZFeB3buvtLVMxJBS0lg1Z { top:95.1875rem;left:23.4375rem;width:24.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5qBZRbCoZLaHpJmI8aioKQRgSJ7s5F8 { display:block; }
 }@media only screen and (max-width: 763px) { #d9gqUKT9eBhrpsmgfnWxxVaHpus864pN { top:104.625rem;left:26.0625rem;width:21.6875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3g1M4oR0OvazxJltM9wbgbxpX6c8Gl { top:81rem;left:35.4375rem;width:12.3125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:47.75rem;height:3.0625rem;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { top:11.3125rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { top:9.4375rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:43.125rem;height:23.999625rem;top:8.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { top:23.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { top:25.375rem;left:0rem;width:12.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { top:10.375rem;left:29.875rem;width:17.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { top:25.9375rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { top:12.5625rem;left:35.375rem;width:12.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:29.6875rem;height:3.8125rem;top:60.25rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:43.75rem;left:11.7802734375rem;width:24.125rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:7.3125rem;top:36.5rem;left:5.0601577758789rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { width:47.75rem;height:20.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pueayk394NkTxy2WW3OIfsDTQTtIc8nC { width:34.8125rem;height:12.5625rem;top:44.9375rem;left:0.49921989440918rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { width:34.0625rem;height:3.0625rem;top:67.9375rem;left:5.0601577758789rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { width:46.75rem;height:3.25rem;top:80rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:47.75rem;height:6.125rem;top:72.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { width:22.5rem;height:0.68484114386391rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8E4t5FhnaKphBBKnR0BU6OB9enVMND1 { width:47.75rem;height:3.0625rem;top:24.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9aoJHA95lO1q9efIlbmzIrF52lL0rRP { top:30.8125rem;left:2.4375rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6iC4CPABbNTEkEmufl447lkdfKhPm7V { top:30.625rem;left:2.0625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rag7ywNOpKdJc7Eai7FghApocACa7Lnh { top:30rem;left:14.625rem;width:27.875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPsM8u6OsvpaX7JJ6CBovkvclul7zHtE { top:33.25rem;left:14.625rem;width:26rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRSsW1XGenMpNcHAR9oOL68bBmKTTALG { top:18rem;left:14.5rem;width:26rem;height:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzwPMxaOF7tt3E753BzluNSMO577rlle { top:15.25rem;left:2.0625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMr6blEPdxaqxLrdqwUVMmfFdNiiTDLy { top:15.4375rem;left:2.0625rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLy3O6Uu5t8dimhBunJd2yNTLb9Wp0h1 { top:14.6875rem;left:14.125rem;width:27.875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gvsinvzBikdxfWWS85qkuQxS7ytaVn { top:2rem;left:2.0625rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSbrhCoegdggiST3hGKHIffrlE1HQi5 { top:2.3125rem;left:2.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEU96rJemSwAv5JwgQUz6sHlHaIKlAbr { top:1.4375rem;left:13.5rem;width:25.125rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkqKgz2IFo1U1VQvPw5GTJqoLmqxB7i { top:3.625rem;left:14.25rem;width:27.625rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:16.875rem;top:3.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:10.9375rem;height:1.25rem;top:0rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.9375rem;height:1.25rem;top:0rem;left:13.125rem;font-size:1rem;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:415.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:3.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:2.7625rem;top:10.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:10.96875rem;top:14.53750038147rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:11.4375rem;height:23.4rem;top:26.492968559265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { width:19.8125rem;height:3.125rem;top:6.5390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpnax3Hq6ru9nAbO3ihvA3y19n4cATW { width:13.375rem;height:0;top:4.7375001907349rem;left:3.3125000596046rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvBp6466y6NFon5HQuJEdw8yNfaZauCs { width:10.375rem;height:2.6rem;top:6.9515624046325rem;left:1.5500000119209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bParzRUmLV86pZRu3z2gvnseh27oNlbX { display:flex;width:1.25rem;height:1.25rem;top:7.6265625953675rem;left:12.700000345707rem; }
 }@media only screen and (max-width: 763px) { #Ul4e6gNPaIGhK5C5JiUrzWnh3xViOV1Q { display:flex;width:1.25rem;height:1.25rem;top:7.6265625953675rem;left:13.900000154972rem; }
 }@media only screen and (max-width: 763px) { #HoHhRgyNLm1iZl0VqptEdChV9BgiIK7G { display:flex;width:1.25rem;height:1.25rem;top:7.6265625953675rem;left:15.099999964237rem; }
 }@media only screen and (max-width: 763px) { #BVG75CKFv9ZObveqluIB3rOZJfNlICn4 { display:flex;width:1.25rem;height:1.25rem;top:7.6265625953675rem;left:17.499999582768rem; }
 }@media only screen and (max-width: 763px) { #ZH83DGbStFnfTMzUMHU9XuxS4yMiZb1U { display:flex;width:1.25rem;height:1.25rem;top:7.6265625953675rem;left:16.300000727177rem; }
 }@media only screen and (max-width: 763px) { #C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { top:112.5625rem;left:1.25rem;width:17.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block; }
 }@media only screen and (max-width: 763px) { #e7RiO6hur6mU7Km11Ht5es0OXE7I7SKO { display:flex;width:6.25rem;height:6.25rem;top:151.625rem;left:6.875rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #rJzLWTrgaqRSMCaRos9P4UvObOGszaKN { display:flex;width:6.25rem;height:6.25rem;top:150.6875rem;left:6.875rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #brpfmCQcurLowFiZyHVrq6ceTS7nTsZi { width:20rem;height:3.9rem;top:51.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAvodAhypiTZZmR7LUxx8VAWN4nrgKKT { width:20rem;height:2.6rem;top:117.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF83Z0rXrz5SJe2CxgGcrdlT3xPlc4p5 { width:20rem;height:20rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5MJQo7u5XwITpyvTU8pIP4T3IF5xCV0 { width:20rem;height:20rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQPr9KQ2bWGEXOiqF538BBUfQZnM53vP { width:10.9375rem;height:10.9375rem;top:0.63984376192094rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:8.9375rem;top:161.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:20rem;height:3.9rem;top:156.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#1e3a8a;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:11.74925rem;height:0.625rem;top:157.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLlvXJqTywMDu0uiH6Dbz6AcdsurLIhK { width:20rem;height:3.25rem;top:171.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVPXtl4KJtvEIQBSgth4JwMWTvD5CVv { width:20rem;height:6.5rem;top:175.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:3.25rem;top:13.9125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bD0yzhQpdIFT1aTb8TNecJ7rH7g6k1gL { width:20rem;height:1.625rem;top:183.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k { width:20rem;height:6.475rem;top:186rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DIHbXdFsLWrpqpZKUVloKB4w2DfVdW0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #HtigwtACD2oZnpQAZ0Cz4o0NB1IPFvoE { width:11.74925rem;height:0.625rem;top:159.5625rem;left:4.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TyUsCZm1pbaXHT9Tc8ER0UMp4xbcFJX8 { width:20rem;height:4.875rem;top:192.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTx6vdyfr98iKDI5RAcRGOuBGMA7I8y6 { width:20rem;height:8.125rem;top:199.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT { width:20rem;height:6.475rem;top:210.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ROPw6xaLdgD53XNCd2TO6qUk2rlm6qbT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #BeChQK874Mub7ePLTit7tAR7bnUABFad { width:20rem;height:1.625rem;top:208.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZ2fZTQ82Jtzfo7fg3CeBH7cVeCR4uG { width:20rem;height:4.875rem;top:218.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTgSsrW0HllCfnfoGpUokh6dUSNQVHE { width:20rem;height:6.5rem;top:224.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6S2Rkc1filoROGHEOt8o7E7hctHlsg { width:20rem;height:1.625rem;top:231.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA { width:20rem;height:7.9375rem;top:233.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nIZ8hsAQBGDwezJCkTbrMEOSWGXiMwQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_788566288be699b9e3158e1b351c6b6be2bc0430.svg); }
 }@media only screen and (max-width: 763px) { #zMpJgva5e4bXowfkuNWmFMwLxLqJ5y7s { width:9.6875rem;height:13.4375rem;top:97.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpNTMCmEMn5uXTuS7KyCEJ953SzMK3B { width:11.125rem;height:15.375rem;top:242.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHVnMQd3mx7fHJV9Fka4BaPyRI3xIJL { width:20rem;height:4.225rem;top:251.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#1e3a8a;text-shadow:-0.1875rem 0.125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rlEU9R9dVvJGgHfMgnAJaucWhkHRrEOy { width:20rem;height:8.9375rem;top:257.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH6Knaq6pgy6RTsvEHTMBmbS0W2CHRbU { width:14rem;height:1.86875rem;top:267.25rem;left:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhdXqIky5T9rSAeG66KeKPQJrCO9l5Pv { width:20rem;height:4.875rem;top:272.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q18nK9xFtkisBsnvTP56IcvomguMIsVM { width:20rem;height:1.7875rem;top:278rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrpfdO55uCDo5XO7OSqF5knNTFvTHNT { width:14rem;height:2.4375rem;top:269.125rem;left:4.5625rem;font-size:1.875rem;text-shadow:-0.1875rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #nkWW9aTbpeXBaOU4KGAhyn8979291voD { width:20rem;height:1.625rem;top:280.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 { width:20rem;height:6.475rem;top:283.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iL9QqW8J20DHBg7KPZxsyQ4xduCrn3i1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #KT0vrM4wZWv26y6bC1AwrG6qS1ofrIAX { width:20rem;height:3.25rem;top:290.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAU1Pv09HwwxErPmTMuAxOwpWLwdhvvJ { width:20rem;height:1.7875rem;top:294.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEbGF86GqhwoOTdL0gTJXXZWo2nR5wh3 { width:20rem;height:1.625rem;top:297.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 { width:20rem;height:9.4rem;top:300.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ayNXclWzpBc4dTE8WNC7PbQ46w11kKt1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #k596xGUORdxUaSF8BCrmgRGIsL2y38HG { width:20rem;height:1.7875rem;top:315.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykOo07smMTHPV0rvWaTubEDwveFU651a { width:20rem;height:3.25rem;top:310.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKIaXgwdPTc0HOL6B4cUzGhnPuZa4ShL { width:20rem;height:1.625rem;top:318.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU { width:20rem;height:6.7875rem;top:320.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bec8UpncnJdUkkzhS1zZT0RdoqWIC6SU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e16e6b0c2c882566b1f30135d2e03cd3a8859e96.svg); }
 }@media only screen and (max-width: 763px) { #hHT64lg6OIDmhP5xf8pEZNTFsJSMTane { width:20rem;height:4.875rem;top:329rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtVg4lpAOb3ixRTpxTTPCqSTTA4nsK7v { width:20rem;height:5.2rem;top:347.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#4ade80;text-shadow:0rem 0.1875rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IZHrSPUqxKNnFFtupxTZTKIirtlm63bC { width:20rem;height:6.5rem;top:353.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8iS0JQTBBUsFpBnaV4rP3W2eQuezKbT { width:20rem;height:4.875rem;top:361.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD { width:20rem;height:6.7875rem;top:367.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uG1qmfTQZVCBisqZG9bN4IqiQvrH5pQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #xnC3f555b26x7qHd3TeHf4tmB6g7VN6M { width:2.8125rem;height:4.125rem;top:401.375rem;left:17.187499582768rem;display:none; }
 }@media only screen and (max-width: 763px) { #tItzwMsbWUvTR73MwqEAEQX3UxosgU2T { width:20rem;height:10.8125rem;top:335.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wcg9rbN0eeNrdK6kGGFaec0i6znB20 { top:175.125rem;left:0rem;width:19.6875rem;height:7.75rem;z-index:15051;background-color:transparent;background-image:none;border-top:0.125rem solid #16a34a;border-left:0.125rem solid #16a34a;border-right:0.125rem solid #16a34a;border-bottom:0.125rem solid #16a34a;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxn52Et8BdTZb49TwAvL8aS31thrtSMa { top:198.4375rem;left:0rem;width:19.75rem;height:9.3125rem;z-index:15052;background-color:transparent;background-image:none;border-top:0.125rem solid #16a34a;border-left:0.125rem solid #16a34a;border-right:0.125rem solid #16a34a;border-bottom:0.125rem solid #16a34a;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETWBLtyZG2EzMvETp0tPkerHh0hcKy6 { top:223.5625rem;left:0rem;width:19.8125rem;height:7.375rem;z-index:15053;background-color:transparent;background-image:none;border-top:0.125rem solid #16a34a;border-left:0.125rem solid #16a34a;border-right:0.125rem solid #16a34a;border-bottom:0.125rem solid #16a34a;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhku2JLntONWOXrGxzJX3SocSmTKizpX { width:20rem;height:22.875rem;top:73.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Vhku2JLntONWOXrGxzJX3SocSmTKizpX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vhku2JLntONWOXrGxzJX3SocSmTKizpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #twSEGRxhaVPni82XhmTERzBVRyQDiT4V { width:20rem;height:1.7875rem;top:70.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mNNrTNPaFMC8ybkPow1ARanPZee7ug { width:9.1875rem;height:13.25rem;top:364.58124351501rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF2FpfBKATznbTFwUxpP92paJK2EF3EK { width:20rem;height:4.225rem;top:375.78750038147rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#22c55e;text-shadow:-0.1875rem 0.125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QgL9FJyJRtJuKexf0Kt05gpPwXnM1IeA { width:20rem;height:1.7875rem;top:380.01250076294rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 { width:20rem;height:20.2625rem;top:382.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DZdBg5BQ4d9tOkLoyBu8QLkaQS7sbBQ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9d5f06fc0369c9fadbd08942e5d1c0e1ca830d3.svg); }
 }@media only screen and (max-width: 763px) { #DyiRVzkX1o0x9f6opfoT40FEzKMgkPhv { width:8.8125rem;height:18.6875rem;top:26.492969036103rem;left:11.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrqu5tyaPE30gG79qL3TLyQqETWppJX1 { width:16.375rem;height:16.375rem;top:54.52499961853rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVcrOk5DcTAx6LlFTMkIgPh3kX9LmNU { width:20rem;height:1.13828125rem;top:377.33046889305rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #W70SB7Ae9BXm1Rt58W6oRwPEMux6kIOT { width:20rem;height:20rem;top:404.20001792907rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbaxQEIrwxToqBGrnLVWdgbzTUxJnCT5 { top:409.43124961853rem;left:0rem;width:20rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8sVd1UmEozXHD7Dna5Nddu29xrAQ7n2 { display:block; }
 }@media only screen and (max-width: 763px) { #N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { width:8.0625rem;height:5.9375rem;top:402.76250076294rem;left:5.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBxydR3bGB1Aq3tUD5ei1yXMFhCL6rK { width:10rem;height:10rem;top:152.6875rem;left:10.000000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:474rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.74921875rem;top:58.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7875rem;top:58.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:6.31175rem;height:8.75rem;top:337.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:9.0625rem;height:3.4125rem;top:337.875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:344.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.9984375rem;height:1.1375rem;top:345.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74921875rem;top:347.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7875rem;top:347.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:2.6rem;top:249.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:40.625rem;top:262.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.3109375rem;height:1.1375rem;top:351.4375rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:361.3125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:8.3734375rem;height:2.275rem;top:361.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:361.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:374.5625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.275rem;top:375.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:374.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.275rem;top:401.25rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.1859375rem;height:2.275rem;top:401.8125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:401.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.275rem;top:387.9375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.5609375rem;height:2.275rem;top:388.5rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:387.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.275rem;top:428.0625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.275rem;top:428.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:427.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.275rem;top:414.8125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.275rem;top:415.375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:414.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:20rem;height:4.125rem;top:431.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:2.03125rem;top:432rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:20rem;height:5.0375rem;top:254.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:20rem;height:1.13828125rem;top:260.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:19.625rem;height:34.75rem;top:302.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44Hs20s9QKIMDTypdyKDch59RNKGGsx { width:20rem;height:2.6rem;top:252.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { width:6.1875rem;height:8.625rem;top:351.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { width:6.125rem;height:8.5383125rem;top:364.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pyIkTdgbuDBAy9qvr5RPMxxEn2QvSg { width:6.125rem;height:8.5383125rem;top:378.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSi5t5U5ddBFxTdlBpyXZPQv1hGSXP { width:6.125rem;height:8.5383125rem;top:391.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ktfW7AGOfREB5d19WO23qOf5MDDXJU { width:6.125rem;height:8.5383125rem;top:405.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewCcF77Lxx64qIsLEhl4UT4wE9Kz8n9Q { width:6.125rem;height:8.5383125rem;top:418.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { width:12.43675rem;height:1.1375rem;top:364.625rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTA1Pe9eZJLxaeLO58w1vXp1mK5gpKpQ { width:12.56175rem;height:1.1375rem;top:378.0625rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrM47CSDhFDvIhwIc7bDTJVzSncMd5u { width:12.31175rem;height:1.1375rem;top:391.3125rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54m6doxBP5dmIiifM2m92UCIlQXNsvE { width:12.1875rem;height:1.1375rem;top:405.1875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzlO6FR2gaOOyGSiUQRatI9S5B9EAlU { width:12.06175rem;height:1.1375rem;top:418.5rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEnuuMyTmng2B3GfVWgMp2kTpc1dXi20 { top:8.75rem;left:0.31171876192093rem;width:18.875rem;height:12.0625rem;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F6kCZfmHpTv5TH5ga6onVzCtr5OywnO8 { width:20rem;height:4.225rem;top:0.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#1e3a8a;text-shadow:-0.1875rem 0.125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OZT1TpQRPTl8Z8x7xAh78ffEv2GVnFqV { width:20rem;height:3.575rem;top:5.2250022888184rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANp6aAGU1TOnq7DMzIO3gySk3WONAPax { width:20rem;height:10.8625rem;top:9.3500013351437rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ANp6aAGU1TOnq7DMzIO3gySk3WONAPax li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ANp6aAGU1TOnq7DMzIO3gySk3WONAPax li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
 }@media only screen and (max-width: 763px) { #kMtv4MJypiiLMdJIhWiw8dZovXKexoZp { width:20rem;height:5.3625rem;top:21.99843788147rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISclVLInRnlnPTICt2X7yBEXDT1LV9Mx { width:20rem;height:4.225rem;top:27.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#1e3a8a;text-shadow:-0.1875rem 0.125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu { width:20rem;height:9.7125rem;top:35.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lh94hQUGGIsO5oORBUdm2gPVZUVPIeQu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #GC48rUOfRQRJHZn8EGTPqdB59FqirPfR { width:20rem;height:1.7875rem;top:32.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIi5nC8MseDGBUQwmaD50bRk5IsTTNy { width:20rem;height:1.7875rem;top:46rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Nbt9hBcfyaTMT0mfGHU40HPREGCHLR { width:7.375rem;height:1.625rem;top:48.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJfMEHb9UsLwixOomxE4EBUFlXwhx2h { width:12.625rem;height:1.7875rem;top:48.3125rem;left:7.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvs2XNgw4Fl1PaueL9APqEcKgTZ7vpaq { width:20rem;height:6.5rem;top:50rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:19.875rem;height:74.4375rem;top:57.399220466614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C29TEUT4y970CrOtVllWbSn7OHnDWF9C { width:20rem;height:3.575rem;top:61.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVx2kHm8h9iq3FgXRfXN6lUnBkEGVqv { width:7.375rem;height:1.625rem;top:66.250005722044rem;left:2.9367187619209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEumcSBme88KZAGUgGzBCh7VE1vufQVp { width:20rem;height:8.25rem;top:69.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bEumcSBme88KZAGUgGzBCh7VE1vufQVp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bEumcSBme88KZAGUgGzBCh7VE1vufQVp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #a0xGLdc285IaR5v1XRzEtLV0kxh5logB { width:20rem;height:3.575rem;top:78.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiJO9Wv38z2dLS24zu6O9PiDPQLeT21 { width:14.6875rem;height:1.625rem;top:83.75rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5AEVC33s2cteo0trcTdKSJOgX4QvtPM { width:20rem;height:6.475rem;top:86.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#M5AEVC33s2cteo0trcTdKSJOgX4QvtPM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M5AEVC33s2cteo0trcTdKSJOgX4QvtPM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #xSzroWvOvwg7OXIo2yDi39XFxnkywVrK { width:20rem;height:3.575rem;top:94.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnvIRAlTmZONUT55AovQ5wn6Xqd5eP6S { width:13.875rem;height:1.625rem;top:98.75rem;left:2.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg { width:20rem;height:11.175rem;top:101.49921989441rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBIUQpdmU4Lu2PRPnPZL2CZBP1okBTQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #S70ZJx234Oa5ZDCWOXwpcXn5HsTy2Dec { width:20rem;height:5.3625rem;top:114.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV { width:20rem;height:6.7875rem;top:123.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XqOTHVmFuHJEBJmXQS4l2EkSNaPWSwUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1b9214614b5ce3753e712644f7861989e6fbf1fc.svg); }
 }@media only screen and (max-width: 763px) { #sfzLHGsts7QD7q5bnf9EWtiPJPEyJhTb { width:14.6875rem;height:1.625rem;top:119.80000114441rem;left:2.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbVSRZy853D2417JBANSZMafQXqw9S8J { width:12.875rem;height:2.6rem;top:132.97421836853rem;left:3.5625000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuBFKFumSgddDzEKvpWnsgB22VSmDAFr { width:20rem;height:20.2625rem;top:136.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#OuBFKFumSgddDzEKvpWnsgB22VSmDAFr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OuBFKFumSgddDzEKvpWnsgB22VSmDAFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2331911f046547071d01f05ea7d96706a7fe9f1b.svg); }
 }@media only screen and (max-width: 763px) { #hhG4B159k7fcaJPBZOVXJK4FUlEx5qPo { width:20rem;height:8.125rem;top:157.75001335144rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmOsLQ6d1T2SpGQONeqtPQpgP9aGiOzz { width:20rem;height:2.925rem;top:166.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1nvyfATnNKlswPovCsiksGde2Ccd0E7 { width:20rem;height:11.175rem;top:170.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#m1nvyfATnNKlswPovCsiksGde2Ccd0E7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m1nvyfATnNKlswPovCsiksGde2Ccd0E7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bf28770a813956723b196c30c06c9021e1d23f04.svg); }
 }@media only screen and (max-width: 763px) { #tDWSBtyEPAcIqbQPTdLgdcBP8s3sue73 { width:20rem;height:5.3625rem;top:182.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEt6Gv11zvGCvZakmRnEp2gUGEZBT3VD { width:11.8125rem;height:1.4625rem;top:188.625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqtPJbfIdMIAgiGh0em8fKXkoN5Du6O { width:20rem;height:4.3875rem;top:191.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHfkREEv2DARbUPTGQdrvyUbkWis8ro { width:20rem;height:9.7125rem;top:196.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#EcHfkREEv2DARbUPTGQdrvyUbkWis8ro li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EcHfkREEv2DARbUPTGQdrvyUbkWis8ro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_be66812c64a3814d0f208d8825c9b5513de7d991.svg); }
 }@media only screen and (max-width: 763px) { #momdvmplWX87MC1gqALlczfx7UdC45su { width:20rem;height:2.6rem;top:224.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3DeqDLTv7oMlCTiNB3qJmZFMRwc8q3b { width:17.0625rem;height:2.03125rem;top:222.1875rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyq9bzLIDnm5Ev46WN7T26HUJQDL5wQI { width:20rem;height:12.5125rem;top:227.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTl5zyPcr2ZFeB3buvtLVMxJBS0lg1Z { top:216.5rem;left:0.49921876192093rem;width:19rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5qBZRbCoZLaHpJmI8aioKQRgSJ7s5F8 { display:block; }
 }@media only screen and (max-width: 763px) { #d9gqUKT9eBhrpsmgfnWxxVaHpus864pN { width:10.6875rem;height:8.25rem;top:207.43125057221rem;left:0.30000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3g1M4oR0OvazxJltM9wbgbxpX6c8Gl { width:7.5rem;height:8.6875rem;top:207.21250057221rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:20rem;height:129.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.49921875rem;height:3.49921875rem;top:7.7rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { width:20rem;height:0.06171875rem;top:12.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { width:14.6875rem;height:1.5rem;top:12.82421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { width:14.0625rem;height:1.625rem;top:37.198449707031rem;left:-3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { width:20rem;height:0;top:26.6984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:20rem;height:11.25rem;top:35.946893310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { width:9.0625rem;height:1.625rem;top:31.51015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.87421875rem;height:3.87421875rem;top:27.9484375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { width:20rem;height:0.06171875rem;top:33.07265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { width:12.2484375rem;height:1.5rem;top:33.196893310547rem;left:0.41328239440918rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { width:20rem;height:0.06171875rem;top:49.759393310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { width:20rem;height:0.06171875rem;top:48.446893310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { width:17.8734375rem;height:1.625rem;top:15.57421875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { width:15.3125rem;height:1.625rem;top:48.196893310547rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { width:15.625rem;height:1.5rem;top:51.071893310547rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { width:12.3734375rem;height:1.5rem;top:18.44921875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.24921875rem;height:4.24921875rem;top:21.19921875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { width:3.75rem;height:3.75rem;top:53.821893310547rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:18.9984375rem;height:3.81171875rem;top:78.546893310544rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { width:17.3734375rem;height:2.6rem;top:73.071893310544rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:20rem;height:13rem;top:58.821893310547rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { width:20rem;height:44.625rem;top:83.608612060544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pueayk394NkTxy2WW3OIfsDTQTtIc8nC { width:19.1866875rem;height:25.2rem;top:89.108612060544rem;left:0.8133125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { width:20rem;height:5.0375rem;top:85.439086914062rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { width:20rem;height:1.70625rem;top:87.08202934265rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:20rem;height:6.825rem;top:12.449230194092rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:20rem;height:138.07263183594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRzEKb7zSPmAGH70tl6luzmT9hO6TxGa { width:20rem;height:0.60859375rem;top:9.325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8E4t5FhnaKphBBKnR0BU6OB9enVMND1 { width:20rem;height:2.51875rem;top:11.18359375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9aoJHA95lO1q9efIlbmzIrF52lL0rRP { width:5.625rem;height:5.625rem;top:123.15390586853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6iC4CPABbNTEkEmufl447lkdfKhPm7V { width:5.1875rem;height:5.1875rem;top:123.07265472412rem;left:0rem;border-top:0.3125rem solid #1e3a8a;border-left:0.3125rem solid #1e3a8a;border-right:0.3125rem solid #1e3a8a;border-bottom:0.3125rem solid #1e3a8a;display:block; }
 }@media only screen and (max-width: 763px) { #rag7ywNOpKdJc7Eai7FghApocACa7Lnh { width:20rem;height:1.54375rem;top:128.77890586853rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPsM8u6OsvpaX7JJ6CBovkvclul7zHtE { width:20rem;height:7.8rem;top:130.32265472412rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRSsW1XGenMpNcHAR9oOL68bBmKTTALG { width:20rem;height:8.775rem;top:113.64765548706rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzwPMxaOF7tt3E753BzluNSMO577rlle { width:5.1875rem;height:5.1875rem;top:106.36640453339rem;left:0rem;border-top:0.3125rem solid #1e3a8a;border-left:0.3125rem solid #1e3a8a;border-right:0.3125rem solid #1e3a8a;border-bottom:0.3125rem solid #1e3a8a;display:block; }
 }@media only screen and (max-width: 763px) { #MMr6blEPdxaqxLrdqwUVMmfFdNiiTDLy { width:5.625rem;height:5.625rem;top:106.44765472412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLy3O6Uu5t8dimhBunJd2yNTLb9Wp0h1 { width:20rem;height:1.54375rem;top:112.10390472412rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gvsinvzBikdxfWWS85qkuQxS7ytaVn { width:5.1875rem;height:5.1875rem;top:89.578908920288rem;left:0rem;border-top:0.3125rem solid #1e3a8a;border-left:0.3125rem solid #1e3a8a;border-right:0.3125rem solid #1e3a8a;border-bottom:0.3125rem solid #1e3a8a;display:block; }
 }@media only screen and (max-width: 763px) { #WKSbrhCoegdggiST3hGKHIffrlE1HQi5 { width:5.625rem;height:5.625rem;top:89.66015434265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEU96rJemSwAv5JwgQUz6sHlHaIKlAbr { width:20rem;height:1.54375rem;top:95.28515434265rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkqKgz2IFo1U1VQvPw5GTJqoLmqxB7i { width:20rem;height:8.775rem;top:96.828904867175rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:36.96875rem;top:6.35rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:5.43671875rem;height:1.3rem;top:3.8rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.5625rem;height:1.3rem;top:1.25rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }