.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vQiBMuFywz2UhwHddh0bh80qlI3XcXUQ { box-sizing:content-box;height:48.4375rem;width:65.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:4.5625rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#fb5SXx7EfLnJqZdaE3u1FH7TuC6Dx2Em { color:#0a2253;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:7.125rem;height:10.96875rem;display:block; }
#bW11QeXswwHDhCKEx7KhdFA3uCc88uqk { position:absolute;display:block;z-index:15002;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:5.875rem;width:5.875rem;top:2.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#wboMLTZ49fQSGpzlifgThLPhmFM5hgAP { box-sizing:content-box;height:2.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(161,160,164,0.6), rgba(243,225,255,0.83));background-image: -moz-linear-gradient(0deg, rgba(161,160,164,0.6), rgba(243,225,255,0.83));background-image: -ms-linear-gradient(0deg, rgba(161,160,164,0.6), rgba(243,225,255,0.83));background-image: -o-linear-gradient(0deg, rgba(161,160,164,0.6), rgba(243,225,255,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a0a499', endColorstr='#f3e1ffd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a0a499', endColorstr='#f3e1ffd3' );";background-image: linear-gradient(0deg, rgba(161,160,164,0.6), rgba(243,225,255,0.83));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:7.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vaJsWwTrE1iirbcTJCtZkDs7iiSr4e8t { color:#572189;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:15.4375rem;height:1.3rem;display:block; }
#yRnSixkO97uy71I4d0ZHwGftOsVxP5TX { color:#0a2253;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.3125rem;left:8.0625rem;height:5.525rem;display:block; }
#e12Rctke1W2tq9DlopmNyadsy8eX1o75 { box-sizing:content-box;height:1.6875rem;width:14.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:7.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oCbL3VPXphpd8HkEVMMLlSpM5x39Vs3D { position:absolute;display:block;z-index:15008;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: 0rem 0rem 0.75rem rgba(11,11,11,0.31) ;height:31.375rem;width:19.9375rem;top:8.1875rem;left:44.875rem;overflow:hidden;display:block; }
#rGLzcSgFedqtLb4pE4h7Tcpw0nTaDhkG { box-sizing:content-box;height:1.6875rem;width:10.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:23.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hhXFoRnG1sofSedRFAwR4oCWofZ2trga { box-sizing:content-box;height:1.6875rem;width:19.875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:7.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H9eLh5OFw5cTr4PwF1talEWKFZc0w0kQ { box-sizing:content-box;height:1.6875rem;width:19.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37rem;left:7.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rMRdruyxBCrdKRuasdoz5BGv7JgHt6wm { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5rem;left:7.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c2RotQ0dyRKOJouXtENiUPXwHrd5rwcP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:47.061719894409rem;left:10.905468940735rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#VIp2e2c9Cam9yQv7nmTA9yv9hCdz98Km { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.4375rem;left:8.875rem;height:1.3rem;font-style:normal;display:block; }
#ooW6hwc204Vqk66uuiAhzwScaDEsznZx { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.3125rem;left:25rem;height:1.3rem;font-style:normal;display:block; }
#vMNT6JSAvzhphzsJarXmX9IvP5GdQFfa { color:#0a2253;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.6875rem;left:8.875rem;height:1.3rem;font-style:normal;display:block; }
#TVVzwybEqKcAwMyTS33Jn1TcQ59UVadE { color:#0a2253;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.1875rem;left:8.875rem;height:1.3rem;font-style:normal;display:block; }
#fk15Q6BCFnHOT90KkDuVQ046Hh6qSOzw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-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.24921875rem;width:12.93675rem;top:44.25rem;left:24.5625rem;overflow:hidden;display:block; }
#QUGyTR2rvIv7wfzx278v7mt11b7Msgg7 { z-index:15003;top:39.5625rem;left:7.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HuFGyaqTxT7yaCc6O5UAZUhtFJUu6ONc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTrLOoigzrtsU5reS7ixd02mBd4hFWLi { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:44.625rem;left:11.1875rem;height:1.5rem;font-style:normal;display:block; }
#zxbXBZaeiUBazNlx05TgXmQMurnqNg6q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:44.6875rem;left:9.886718940735rem; }
#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd { z-index:;position:relative;display:block; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd { background-color: transparent; background-image: none; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row .container > .video-iframe-container { display: none; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row > .video-iframe-container { display: none; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .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); }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd { border-width: 0; border-radius: 0; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Xl5Kk8fH8h7qgpAti67wOIyPOVAtI1DV { box-sizing:content-box;height:25.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4999847412109rem;left:5.9375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#eSoXTp1XQTRDIqIDRo0uvMxIZltSeUmF { box-sizing:content-box;height:25.0625rem;width:31.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4999990463257rem;left:40.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#nfUlaAiSEwsAkbKHzsQVpqKWsOyvkBTi { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1916656494141rem;left:6.8125rem;height:1.3rem;font-style:normal;display:block; }
#GG9Nl2eEI2cbKGv2xyV4wF6cXfr7tTTy { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1916656494141rem;left:41.875rem;height:1.3rem;font-style:normal;display:block; }
#gK7Hunxl7eoVzhSkGAToVW6ZvPHvnpkd { color:#0a2253;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6874990463257rem;left:6.8125rem;height:5.2rem;display:block; }
#bwBHuxbfiRny49JBtb6TSqqkDRwVzSCI { color:#0a2253;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6874990463257rem;left:41.875rem;height:5.2rem;display:block; }
#UwZFzs6BsKDetAmqzM4cXtTpwbCUzKKm { color:#0a2253;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.249998092651rem;left:7rem;height:7.3125rem;display:block; }
#cma2RL2hIQfD5Pools5hCSzeGN4IGq7s { color:#0a2253;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.249998092651rem;left:41.875rem;height:9.4rem;display:block; }#cma2RL2hIQfD5Pools5hCSzeGN4IGq7s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cma2RL2hIQfD5Pools5hCSzeGN4IGq7s li:before{  }
#KgHidecrIyIXIP1Aw8Xkx9a8D6Nif31W { box-sizing:content-box;height:3.8125rem;width:23.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.31);background-image:none;box-shadow: 0.3125rem 0.25rem 0.1875rem rgba(var(--color-primary-3),0.27) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.650000572204rem;left:8.2416667938231rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gO0akVKX0NZ80kZO3vyQ56IVhfw51xza { color:#0a2253;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.337500572204rem;left:9.6166667938231rem;height:2.4375rem;display:block; }
#EAhngMeXbITmUrt7u5a3tItH9Qepw96A { box-sizing:content-box;height:18rem;width:66.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.208334922791rem;left:5.125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#GFx3mcGdDn3eRVv4pJT41Dt7KbbFsEor { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.050002098084rem;left:9.6166667938231rem;height:1.3rem;font-style:normal;display:block; }
#hHSBvJxsZzRXopg1xxXO8fm1lCpIE3iE { color:#0a2253;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.800002098084rem;left:9.6166667938231rem;height:7.8rem;display:block; }
#kzGqOspRHz3ybmMD1Mf1adtOUAdaeV8e { color:#0a2253;display:block;width:54.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.679167747498rem;left:9.6166667938231rem;height:2.7625rem;display:block; }
#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 { z-index:;position:relative;display:block; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 { background-color: transparent; background-image: none; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row .container > .video-iframe-container { display: none; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row > .video-iframe-container { display: none; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .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); }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 { border-width: 0; border-radius: 0; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:47rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rTyvzbK1i79XWi0iFZWve3R6lDtLoDsB { box-sizing:content-box;height:13.25rem;width:31.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(226,212,237,0.46);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:6.0625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#SDETF3TvXHrLREVWeZ6ioHiGJ2RyHeQE { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#z92JRAZnixPFixEFBNLfSumEcaAGkzoW { color:#0a2253;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.9375rem;height:8.25rem;display:block; }#z92JRAZnixPFixEFBNLfSumEcaAGkzoW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z92JRAZnixPFixEFBNLfSumEcaAGkzoW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7bf8de74c3d9864a3ac3249af144bdb8dc9a5128.svg); }
#Bygr6dOJVHFMwDA1row7WQhgzUU1DG1b { box-sizing:content-box;height:13.25rem;width:31.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:41.125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#TLE4tM45z6SAhl1Cnvg0DnyVoLTQmhqt { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:43.1875rem;height:1.3rem;font-style:normal;display:block; }
#Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX { color:#0a2253;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9249992370606rem;left:42.03125rem;height:10.025rem;display:block; }#Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#Pt9UEfCplQ4aFdk6HZC8B0rgx3Qd2aTQ { box-sizing:content-box;height:27.9375rem;width:38.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.91250038147rem;left:6.0625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#QEhNUI1opHAR9RvxhTHspiH40WGLx8u1 { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.029166221619rem;left:6.8666667938231rem;height:1.3rem;font-style:normal;display:block; }
#Vqmpp72ETRIT5t7VO0Vfyhcn20HyEa14 { color:#0a2253;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.721874237061rem;left:7.9375rem;height:7.55625rem;display:block; }
#DIKMr3XwxK4mBZ4sr1Trg4X5scH7WbfP { color:#0a2253;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.825000762939rem;left:10.375rem;height:6.175rem;display:block; }
#nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv { color:#0a2253;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:10.375rem;height:6.475rem;display:block; }#nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#AW7UlrUnxToCLfN9R4ICNQ7o19IUyHO0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30rem;width:19.8125rem;top:15.91250038147rem;left:46.75rem;overflow:hidden;display:block; }
#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp { z-index:;position:relative;display:block; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp { background-color: transparent; background-image: none; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row .container > .video-iframe-container { display: none; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row > .video-iframe-container { display: none; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .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); }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp { border-width: 0; border-radius: 0; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:86.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#n7DCg4yVR1uTflwI2X1Tfw0p7LP8hStQ { box-sizing:content-box;height:14.4375rem;width:33.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:3.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#pMkZJTsh0AzGRCOOJSaGZZyEf9gCviX3 { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#uCNcfOKZmtZPEkk8lIe1itXASEk3VQwr { box-sizing:content-box;height:14.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.1875rem;left:40.272918701172rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#qa4SLpDgydBZ2BtrL7Pp9xwtbk2ESBue { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:43.1875rem;height:1.3rem;font-style:normal;display:block; }
#mpXNtOud0DlGrkK2PgaPXpRkbd91ekig { color:#0a2253;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6750001907349rem;left:41.179168701172rem;height:;display:block; }#mpXNtOud0DlGrkK2PgaPXpRkbd91ekig li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mpXNtOud0DlGrkK2PgaPXpRkbd91ekig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#ca9AlB0JAbIqcBx6SmKI4OKFzvwvvLu9 { color:#0a2253;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2374992370606rem;left:6rem;height:;display:block; }
#EumJPExQxmvBEyT4tPPFAc8m3ob16die { color:#0a2253;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.3125rem;height:;display:block; }#EumJPExQxmvBEyT4tPPFAc8m3ob16die li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EumJPExQxmvBEyT4tPPFAc8m3ob16die li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#MErxFBhsDbAoPt385xXrSP86XctGS8SJ { box-sizing:content-box;height:26.4375rem;width:69.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.8125rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#F8aRWUynZmhESReFU8ZgAaa3xlVwLtrg { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.85000038147rem;left:7.3125rem;height:1.3rem;font-style:normal;display:block; }
#UXJgZAHbFQCVtsWH80es8DUXxAK3ONwJ { color:#0a2253;display:block;width:63.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.625rem;height:2.51875rem;display:block; }
#zPenDG3EFg5lNPgpadFmwR07dMIl1ony { position:absolute;display:block;z-index:15010;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:5.375rem;width:5.375rem;top:17.4375rem;left:34.8125rem;overflow:hidden;display:block; }
#Keu9qi6BNxM9MiDCbUuZ07HnIEFsiNKv { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.183333396912rem;left:6rem;height:1.3rem;font-style:normal;display:block; }
#JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.370833396912rem;left:6rem;height:2.6rem;display:block; }#JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#NPTBRTJtgVWyNpNGBBN7hHr9BJ4a5ugN { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.183333396912rem;left:29.920833587646rem;height:1.3rem;font-style:normal;display:block; }
#FAk69TlSsnPaHbp4trDLPabygQTlANli { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.370833396912rem;left:29.920833587646rem;height:3.9rem;display:block; }#FAk69TlSsnPaHbp4trDLPabygQTlANli li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FAk69TlSsnPaHbp4trDLPabygQTlANli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#fXeQC8oeSOoNGuLIhTKpXWmDCPgvh6Qh { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.533334732056rem;left:52rem;height:2.6rem;font-style:normal;display:block; }
#TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.370832443238rem;left:51.491668701172rem;height:2.6rem;display:block; }#TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#dIuCHgd02QLvZH8OwEhUHvpGRenxKnbt { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.16250038147rem;left:6.0625rem;height:1.3rem;font-style:normal;display:block; }
#Ko4lHCmJwttks34NPMffO1TSGIDVXqnd { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.08749961853rem;left:6rem;height:2.6rem;display:block; }#Ko4lHCmJwttks34NPMffO1TSGIDVXqnd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ko4lHCmJwttks34NPMffO1TSGIDVXqnd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#P4gZR4GgufPTRz5TSKtc9fF9xOP6MJl9 { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.16250038147rem;left:29.920833587646rem;height:1.3rem;font-style:normal;display:block; }
#qdZ7G77HWnatnKuxREXwSzLFCzrUrATK { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.141668319702rem;left:29.920833587646rem;height:2.6rem;display:block; }#qdZ7G77HWnatnKuxREXwSzLFCzrUrATK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qdZ7G77HWnatnKuxREXwSzLFCzrUrATK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#eCc974Uh27e2nUDSxA3dD2HZOg9znr7q { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.16250038147rem;left:52.875rem;height:1.3rem;font-style:normal;display:block; }
#dho0XuyMc06rtP7MsLdeT6oMM2XiASaA { color:#0a2253;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.08749961853rem;left:52.545837402344rem;height:;display:block; }#dho0XuyMc06rtP7MsLdeT6oMM2XiASaA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dho0XuyMc06rtP7MsLdeT6oMM2XiASaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#eS9C1yvsvuPK0kmPvnlB9m5rPShVCXNW { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.566665649414rem;left:3.8125rem;height:1.3rem;font-style:normal;display:block; }
#kA93koSioC2l7TaiKZpEtVoHDiBmh1pe { color:#0a2253;display:block;width:63.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.574998855591rem;left:3.8125rem;height:2.6rem;display:block; }
#wCe5IbPZazF5k0vORwRmwZqJ2Up67BHZ { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:49.747917175293rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#BXlMcXBMCbT6wfyqvBmRC4omiKbpfahq { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.154167175293rem;left:4.3666667938233rem;height:1.4625rem;font-style:normal;display:block; }
#pFtT4ikFfA8gNORTUZts03HT27L7qeaI { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.941665649414rem;left:5.03125rem;height:1.1375rem;display:block; }
#eXitARdZ9qhpPhCphMJoeBTGhS8cEHZy { color:#0a2253;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:54.74374961853rem;left:4.8666667938233rem;height:4.3875rem;display:block; }
#ySErpKKUm2k49TWOv71XXSh66DcKcVIR { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:49.747917175293rem;left:26.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#iXhQPrCZITSabMWFA06eFNN2H7zc1iBp { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:49.747917175293rem;left:50.554168701172rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#dmvTvQSxyp6ceTobhQpiaQgSu5nQ6mTG { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.154167175293rem;left:28.84375rem;height:1.4625rem;font-style:normal;display:block; }
#cnIaz0KMi0sT0MguVpN5vL7GnvScbLQx { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.154167175293rem;left:52.116668701172rem;height:1.4625rem;font-style:normal;display:block; }
#cwPk4IH8TfwcvPT2SXZccOfgiUG5We38 { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:52.941665649414rem;left:28.84375rem;height:1.1375rem;display:block; }
#nEfevc67yDVix2EzWp2inHkLVKsMT3Id { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:52.941665649414rem;left:53.170837402344rem;height:1.1375rem;display:block; }
#hCywartPBTlrJEExo4ngnstZKP3emxbQ { color:#0a2253;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.74374961853rem;left:28.15625rem;height:4.3875rem;display:block; }
#fLK7FAc7Alug35O3pgO9k4OumpkbyRXs { color:#0a2253;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.74374961853rem;left:52.702087402344rem;height:4.3875rem;display:block; }
#dX3gAT0A5VAeIXZcScRPT9ibwStnZlNT { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:62.145832061767rem;left:2.5541667938233rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#JAtqvNV7SSiKGukDGl23OkgZmrqfr31V { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:62.145832061767rem;left:26.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#M1gncxlR8aSMkaXvGOOi1MzZWTTfEVOH { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:62.145832061767rem;left:50.554168701172rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#zUuydFzt7MdyrEVe7hgUzwIb1EQTTXHH { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:63.737499237063rem;left:5.03125rem;height:1.4625rem;font-style:normal;display:block; }
#RoUqTi2NR9o0kWqIW2Up7AuWtkGDrkQM { color:#0a2253;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:63.737499237063rem;left:28.84375rem;height:1.4625rem;font-style:normal;display:block; }
#FXTH3ED0fPKq129qBGhHTn7kUWK5NNJO { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.737499237063rem;left:52rem;height:2.925rem;font-style:normal;display:block; }
#ozzM1VTqr35h7HI21Bn6kVxxb0RRvlsm { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.200000762938rem;left:5.625rem;height:1.1375rem;display:block; }
#TrxTSe6HCK6u6F6TccmaiA1FZsBQhHWJ { color:#0a2253;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:67.399999618531rem;left:4.7416667938233rem;height:2.925rem;display:block; }
#WlX6JA3nbWpu9amohWoo5Sd4vhnGZOBv { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:65.254165649412rem;left:28.84375rem;height:1.1375rem;display:block; }
#KfUUUFJ9bJr49U2ISli9AVRTg6XhiQBn { color:#0a2253;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:66.716667175294rem;left:29.099998474121rem;height:4.3875rem;display:block; }
#ByXcHDa8yWXLbkv1R9XB8ZQrdNSErs8E { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:66.662500381469rem;left:52.116668701172rem;height:1.1375rem;display:block; }
#JRQxP3GHM18PuuaDH3b2HbHrIeNLaqLM { color:#0a2253;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:68.131252288819rem;left:52.577087402344rem;height:1.4625rem;display:block; }
#coJMWxmzGGHwM7ggPGXWQbC0MsJ0vRdd { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:74.650001525881rem;left:2.5541667938233rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#VklCHSI2aCUeiKSsJsVUv7xJvI2vIFJ9 { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:75.837501525881rem;left:5.03125rem;height:2.925rem;font-style:normal;display:block; }
#WilbWzk9bUKocDHKH7KsoXgHLeSBNay5 { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:78.762500762938rem;left:5.03125rem;height:1.1375rem;display:block; }
#noH6pcPHZDWzz3v520rqByD3wg5KzOZ3 { color:#0a2253;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:80.525001525881rem;left:4.7416667938233rem;height:2.925rem;display:block; }
#iIt4TzxrXxN6OyyBKM2LsZAWTdkPfx7H { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:74.650001525881rem;left:26.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#u4UUvlPe3U8NBpNCgPzUKGXVysD9vIGN { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:75.837501525881rem;left:27.733333587646rem;height:2.925rem;font-style:normal;display:block; }
#vrFGBsaIz57qWI2Cau0MgmuUV7HAGdqG { color:#0a2253;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:78.762500762938rem;left:28.03125rem;height:1.1375rem;display:block; }
#w0MLFnLobexIsMmkOvEQkp2ZvdPapTrw { color:#0a2253;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:80.525001525881rem;left:28.09375rem;height:1.4625rem;display:block; }
#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb { z-index:;position:relative;display:block; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb { background-color: transparent; background-image: none; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row .container > .video-iframe-container { display: none; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row > .video-iframe-container { display: none; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .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); }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb { border-width: 0; border-radius: 0; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:90.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#tkpph0k8oXDDcQTbCOxXJrwTzgSiJixL { position:absolute;display:block;z-index:15010;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:5.375rem;width:5.375rem;top:0.50625038146973rem;left:34.8125rem;overflow:hidden;display:block; }
#tbETUHOeBodQssU2vIzQTbE7AwlDkdFs { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6979026794434rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#OoS0TKqLptn4TZs96C0x2E68vJhQ1d1E { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.22);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.187500953674rem;left:3.5625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Bxud6nMtq8mqdStZ43sRkctVPutOV2dB { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.22);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.187500953674rem;left:27.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#dO6QmZ2ezZv73iPsfSJ2LktwZy4Il90T { box-sizing:content-box;height:10.8125rem;width:21.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.22);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.1875rem;left:51.0625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#MWucVlOCm19dRq5fHmVftcDRUTq2Tsga { color:#0a2253;display:block;width:63.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8812351226807rem;left:4.6875rem;height:2.6rem;display:block; }
#DOASsaWurJ3llLGvXPf1GRKNeaRXwEpX { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.937502861023rem;left:4.6875rem;height:1.3rem;font-style:normal;display:block; }
#nFOUTvzOMTXv7uIBq8R0xQAV4wUrqqLI { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.99374961853rem;left:4.6875rem;height:6.5rem;display:block; }
#VpmkNwJ3BTa0O5xu1p4BQrOrVto3VIFD { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.9375rem;left:28.9375rem;height:1.3rem;font-style:normal;display:block; }
#BQoBecWnW3qDl04AgP7u9A1smJyd8SnA { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.99374961853rem;left:28.9375rem;height:5.2rem;display:block; }
#R0bBZAaQsQqIXlADr0wE3QepG3lWr1wF { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.9375rem;left:52.4375rem;height:1.3rem;font-style:normal;display:block; }
#zqCcZAKFRnKrqFTRkyLDhKCQuKW85fEs { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.99374961853rem;left:52.4375rem;height:5.2rem;display:block; }
#qgNarNVX4ZTILvcDCJyW7ev6VS1XNBBW { box-sizing:content-box;height:12.0625rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.1875rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#d235gNlxwhTTaPBlfdDn8aLH8teEunGm { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:4.6875rem;height:1.3rem;font-style:normal;display:block; }
#zcBP6xbqbMwBbFvUbwKJTyFdxJTCsxtn { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.766666412354rem;left:4.6875rem;height:1.4625rem;font-style:normal;display:block; }
#ryx0yzZW1w8xpTMk5znowqFKcAxOq0kZ { color:#0a2253;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.174999237061rem;left:4.6875rem;height:1.4625rem;display:block; }
#AHmNF8HESrn7iamDcqMcMXF8vXksNDwb { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5625rem;left:4.6875rem;height:1.3rem;font-style:normal;display:block; }
#LtZOaZ2WyguBQSMxhFAbgToMmfcc2clQ { box-sizing:content-box;height:12.0625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.1875rem;left:27.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#VeVnL2TPCFxDFcExEMc7hkAvH5Q4FI5y { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.1875rem;left:28.9375rem;height:1.3rem;font-style:normal;display:block; }
#kCxByqpTSOTTEd08xHS8OLKXMTywVCpF { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.766666412354rem;left:28.9375rem;height:1.4625rem;font-style:normal;display:block; }
#SevG1q0b2UTlPdbZxQEZGeUtmCzpSrPP { color:#0a2253;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.174999237061rem;left:28.9375rem;height:2.925rem;display:block; }
#U1M7JQ2u6rGHdlxJ9an0kyV5qxpMv89o { color:#0a2253;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5625rem;left:28.929168701172rem;height:1.3rem;font-style:normal;display:block; }
#mrKL9QUBcW7rE2g0lupUuCw6urNXMeHe { box-sizing:content-box;height:19.25rem;width:69.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.3125rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#sfqpw6MvtEP66WTOPiEyrv4VMExTVhZk { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36.624999046326rem;left:4.6875rem;height:1.3rem;font-style:normal;display:block; }
#KN5yH2uydbDGnzWD6AUZ3MLoHQF9GaRS { color:#0a2253;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:37.925000190735rem;left:4.6875rem;height:3.4125rem;display:block; }
#WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM { color:#0a2253;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.229166984558rem;left:4.6875rem;height:;display:block; }#WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#ypiUyZFTKTK5y801tpUe7NhkJ9ibqA3R { box-sizing:content-box;height:18rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.5625rem;left:18.625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#aCpa87BtobTsAXklf5arW5SpgK0waF6X { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:57.375rem;left:21.375rem;height:1.3rem;display:block; }
#cHdMzhkaup0dCVAe9EwWaaL9w14AlFBk { color:rgba(10,34,83,0.7);display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:59.25rem;left:23.1875rem;height:1.95rem;font-style:normal;display:block; }
#q1V1i317PKbEI9USbQCfKhnhkrd9gF64 { color:#0a2253;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:56.625rem;left:44.3125rem;height:1.4625rem;font-style:normal;display:block; }
#cWf96DA7IzCZZWRGNKcZRQO6EK4biXU2 { color:#0a2253;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:58.0625rem;left:44.9375rem;height:3.16875rem;font-style:normal;display:block; }
#biT0Kd6HJW3O987UGsxDPQ5cH2z8EK5d { color:#0a2253;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:62.1875rem;left:21.811718940735rem;height:1.38125rem;display:block; }
#hLNVhGRVwVBCQysCSxhe0CpAQtvCNGAO { box-sizing:content-box;height:14.3125rem;width:69.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:75rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Go8eXtgNlW7MTohp7WGGoCmb7XIkyv5X { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:76.956250190738rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#WnThgBvD2UryIvdvBnqJL1z8JxUoQyJk { color:#0a2253;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:78.995834350588rem;left:5.4291667938233rem;height:3.4125rem;display:block; }
#HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 { color:#0a2253;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:83.308334350588rem;left:5.625rem;height:;display:block; }#HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#sZVui8NcTEXJtJv3ETiaWmcMqo0rag5L { z-index:15008;top:64.125rem;left:21.811718940735rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FFO1ufH8ec5cQlG7xRLKRbWviELZCZpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpMJQPThl1wWEVRgineNZ5yL0Bq0oHvB { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:69.5625rem;left:25.5rem;height:1.5rem;font-style:normal;display:block; }
#ZXIrTPiUPicFtOTTnihPg2wneeJffq6L { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.4375rem;left:21.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kgTIQCeu5QniLnnf2E58ZT1fzxyyh6Bp { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-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.24921875rem;width:12.93675rem;top:69.1875rem;left:38.875rem;overflow:hidden;display:block; }
#mFQ1VKBZAtreUWu7Dsd0cciIvASZqI5w { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:72rem;left:24.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#TA35l3F95pRz0TasnqoqQvBnkpESE1GS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:69.6875rem;left:23.987500190735rem; }
#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg { z-index:;position:relative;display:block; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg { background-color: transparent; background-image: none; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row .container > .video-iframe-container { display: none; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row > .video-iframe-container { display: none; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .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); }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg { border-width: 0; border-radius: 0; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#r9NmUula8GwMohcedIEFTtTAGZME1DTz { box-sizing:content-box;height:12.0625rem;width:34.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Psw5bxi9B75tBpFMMNky7Mii4iSXgwg1 { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5166673660278rem;left:4.9375rem;height:1.4625rem;font-style:normal;display:block; }
#yciy2eumIlhsUAcSHTCelEERhwGZKT8D { box-sizing:content-box;height:12.0625rem;width:31.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(225,253,255,0.6);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:39.929168701172rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#u2H5zU7dI5dawTaBQVrLyFqBZWdh55mm { color:#0a2253;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5166673660278rem;left:41.6875rem;height:1.4625rem;font-style:normal;display:block; }
#vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 { color:#0a2253;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.6666660308838rem;left:4.9375rem;height:7.84375rem;display:block; }#vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#N00JKdJukqKGEilCoKoBN5cft6Vpuraz { color:#0a2253;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.6666660308838rem;left:41.6875rem;height:;display:block; }#N00JKdJukqKGEilCoKoBN5cft6Vpuraz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N00JKdJukqKGEilCoKoBN5cft6Vpuraz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
#Zbx1QLLoQF4RRsML6NyuimqcgtpaZ22T { box-sizing:content-box;height:13rem;width:69.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.875rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#dILSQgbyWdLqKbAXdKcAiLza5UDm6gZg { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.456249237061rem;left:4.9375rem;height:1.21875rem;font-style:normal;display:block; }
#NRU3eOLFLgQWsfr5XJsreSP3I2TgVEK1 { color:#0a2253;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.674999237061rem;left:4.9375rem;height:3.4125rem;display:block; }
#INcJuX257czZRcf9Ryl6tec2xz2CEVXi { color:#0a2253;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.396873474121rem;left:3.9375rem;height:4.45625rem;display:block; }#INcJuX257czZRcf9Ryl6tec2xz2CEVXi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#INcJuX257czZRcf9Ryl6tec2xz2CEVXi li:before{  }
#uv5ykGB0Gutd6AhtayNV7uED2E8DLFsJ { color:#0a2253;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:25.624998092651rem;left:4.9375rem;height:1.05625rem;display:block; }
#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 { z-index:;position:relative;display:block; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 { background-color: transparent; background-image: none; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row .container > .video-iframe-container { display: none; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row > .video-iframe-container { display: none; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .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); }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 { border-width: 0; border-radius: 0; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -moz-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -ms-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-image: -o-linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb0d8ce', endColorstr='#cdecece2' );";background-image: linear-gradient(197deg, rgba(173,176,216,0.81), rgba(205,236,236,0.89));background-size:auto !important;font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DvvxqszU1EMUpZzXuomdXUvTDSIiJKpC { box-sizing:content-box;height:13.375rem;width:69.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.9375rem;left:2.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Ociz1QspGWcWBpQ4saUCFL5X3DxwhlSW { color:#8431af;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7062501907349rem;left:4.9375rem;height:1.21875rem;font-style:normal;display:block; }
#qKoz4EUTTLt0h45HbzI5gCrlpKK13ICK { color:#0a2253;display:block;width:45.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.9250001907349rem;left:4.9375rem;height:3.4125rem;display:block; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.1875rem;color:#0a2253;height:auto; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#0a2253; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://images.assets-landingi.com/uc/f8b901e6-c215-4c4a-898e-b1bcc0dde537/ChatGPTImage31lip202518_12_31.png");background-size:contain !important; }#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-trigger.adaptive-delivery-prevent-bg, #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-trigger.lazyload, #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-trigger.lazyloading { background-image: none; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p { box-sizing:content-box;height:auto;width:66.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.2125082015994rem;left:2.96875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qRy4THDdxvg4yG4m43GsRJ5aDxSakdIl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ecLgTG8k1HsezJoSP1kQUbi3IzD0NtTG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #V3TCwz5gZwZWLnRbTkyDgsxyrq1ANkAh { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #aGsfnuQq1JmIGv7BK6oJGoyJ4EpITDg6 {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #TTLLLCcO3iR5pvpeW7dHDm0eDRX7TAid {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xE9PnK9FFKI0BV66oZaIvt8RZFhssfrX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #XQ60bT2fIan1xbllKmOJrTPeBIzkWmpr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qL9wxcIQSd6DmGbWzcTkwX6e0oa7GV0l { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #enm9aIqmlSSBnDytQkgsg5vAQottHodi {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #lXn5UFaJKioT6Fu3FyUzv9tZ3OfdGdXx { display:none; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Os3GdcKJTRZkFe5w9aaUT3yFE9qvTfn9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #SgG1t9An19NSrTC8OSdmVPPFJWxlmrRE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #gqttp5HiCOUkMu9L1bqplZxpXEavMoKG { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #vzrNRmP5ytKacSVRGv3o7Q2Ezwafdvcr {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #taeIShmxVXU3cgg8WcKkRRVc5LOxUrzw { display:none; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bt0qwdo7Apv86122ABfbWgCX6IXQSOzu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #FabutQL2BOxWRwpcDIQCZs6CCccJNpHu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #uTdH6u5yvAxOJT7x3ndm8rD2Hw0IOKHe { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xZMBZ0GRXrxTQJxmfowQcUrlT8MoZ9aK {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #OuwkpTlzqLaq2WEQouF2mpTU2iBMSqer { display:none; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ovHPabOK3oDtncScMUTRdzWwbaDwBEPQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #GRAgxOW1i0itPxb6nEddnrAGNC0aImoZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Rw4okLHSlAkmxoUmIiuUtV80sMDTJkeI { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #AbU8c58EOI6UnsV5F3E4uDO6150B9oSQ {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #nVOAHfTSlICCt8q0xSvEVsvmyZmc9PRc { display:none; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #JxBPO7ImANMc2V74GucdlE6zBePgtoKc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bSoCwz2Dl2oC8u5cn8fLgf1aTbVKQhws { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #LvBbKIBmxOyusskJ0PvLgUzAhZdiAfiv { display:block;position:relative; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #L2q0tLa32y1rzv4EKCBMDOSP3IK0eb66 {  }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #q7POAwGAilJ55ddW7aC019qsGxDhtv3r { display:none; }
#qNq2HcTpW9lqg5XbPhaGiSIgmnM2Celw { color:#0a2253;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:41.125rem;left:3.9375rem;height:2.4375rem;display:block; }
#nAGeHP26L0FZdShKThSXIx6TXLGxVXXe { color:#0a2253;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:44.1875rem;left:3.9375rem;height:1.4625rem;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; }
#mwZZRq4gqPZztI5ETF7QIwhTmf8o3ZZg { box-sizing:content-box;height:11.5rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:#0a2253;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.25rem;left:0rem;display:block; }
#JZXhIQ6pfvr3qVzFFegKouRvdMQWl3qR { position:absolute;display:block;z-index:15036;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:3.625rem;width:3.625rem;top:51.9375rem;left:35.6875rem;overflow:hidden;display:block; }
#rBVIy0dZpbAkTaVDkatP72wxQHApUksx { color:rgba(var(--color-tertiary-0),1);display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:56.125rem;left:1.9375rem;height:5.6875rem;display:block; }
#dEArZzUSMF9CB2OZadfJRJb07hzzpZ75 { color:#adb0d8;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:56.125rem;left:45.3125rem;height:1.21875rem;display:block; }
#r7s9CSrCpJUL1kg26G4qhgOrZNizT9ux { color:#adb0d8;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:56.125rem;left:57.875rem;height:1.21875rem;display:block; }
#wt0TTgzVe2IJTRP806zur70hqGrnxMVb { color:#adb0d8;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:56.125rem;left:67.125rem;height:1.21875rem;display:block; }
#ZAOZC69hqb7OwZaxHS0T7fA7O7X6QgNp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-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.24921875rem;width:12.93675rem;top:47.4375rem;left:58.25rem;overflow:hidden;display:block; }
#II67bomguqQerwkDg3f8VdUpGH1OPaQ7 { z-index:15013;top:42.125rem;left:40.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HM4eTwFc95dO3zuHvfSlHPA7bnZb9Lah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKmNxSkKsTGa1cWAf4GraP4QVCNpevIe { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:47.8125rem;left:44.875rem;height:1.5rem;font-style:normal;display:block; }
#K9bmmSPEd7nLO2yUdE9tb2s2T7bmUvpw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:47.9375rem;left:43.3125rem; }
#RUacB5TLucT7vWw9BIBD2x5y5eWcsC6I { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -moz-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -ms-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-image: -o-linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded2e3c9', endColorstr='#a7a7a74f' );";background-image: linear-gradient(0deg, rgba(222,210,227,0.79), rgba(167,167,167,0.31));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.6875rem;left:40.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oD3ooDKikausXZuABT2ZrfzRgdny7UHd { color:#0a2253;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.97500038147rem;left:43.299218177796rem;height:1.3rem;display:block; }
#A2CD06tZMHErlWF3pbW2ZSmbaDLcXexi { color:rgba(10,34,83,0.7);display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.22500038147rem;left:43.312500953674rem;height:1.95rem;font-style:normal;display:block; }
#D7V81iOac4pzHrnEKxedBoNzZUtmrMnl { color:#0a2253;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:37.893750190735rem;left:62.281250953674rem;height:1.4625rem;font-style:normal;display:block; }
#Vu2TQg3v7gSA22WM1OmdrRwnTkHthrwR { color:#0a2253;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:39.00625038147rem;left:62.281250953674rem;height:3.16875rem;font-style:normal;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) { #vQiBMuFywz2UhwHddh0bh80qlI3XcXUQ { top:1.5rem;left:0rem;width:47.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5SXx7EfLnJqZdaE3u1FH7TuC6Dx2Em { top:13.3125rem;left:0rem;width:34.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW11QeXswwHDhCKEx7KhdFA3uCc88uqk { top:2.3125rem;left:20.9375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboMLTZ49fQSGpzlifgThLPhmFM5hgAP { top:8.8125rem;left:0rem;width:31.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaJsWwTrE1iirbcTJCtZkDs7iiSr4e8t { top:9.375rem;left:1.8125rem;width:22rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnSixkO97uy71I4d0ZHwGftOsVxP5TX { top:25.3125rem;left:0rem;width:32.875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e12Rctke1W2tq9DlopmNyadsy8eX1o75 { top:32.25rem;left:0rem;width:14.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbL3VPXphpd8HkEVMMLlSpM5x39Vs3D { top:8.1875rem;left:27.8125rem;width:19.9375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGLzcSgFedqtLb4pE4h7Tcpw0nTaDhkG { top:32.25rem;left:10.125rem;width:10.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhXFoRnG1sofSedRFAwR4oCWofZ2trga { top:34.5rem;left:0rem;width:19.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9eLh5OFw5cTr4PwF1talEWKFZc0w0kQ { top:37rem;left:0rem;width:19.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMRdruyxBCrdKRuasdoz5BGv7JgHt6wm { top:44.5rem;left:0rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2RotQ0dyRKOJouXtENiUPXwHrd5rwcP { top:47rem;left:0rem;width:22.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIp2e2c9Cam9yQv7nmTA9yv9hCdz98Km { top:32.4375rem;left:0rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooW6hwc204Vqk66uuiAhzwScaDEsznZx { top:32.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNT6JSAvzhphzsJarXmX9IvP5GdQFfa { top:34.6875rem;left:0rem;width:18.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVzwybEqKcAwMyTS33Jn1TcQ59UVadE { top:37.1875rem;left:0rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk15Q6BCFnHOT90KkDuVQ046Hh6qSOzw { top:44.25rem;left:10.9375rem;width:12.875rem;height:2.2384827260518rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGyTR2rvIv7wfzx278v7mt11b7Msgg7 { top:39.5625rem;left:0rem;width:30.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuFGyaqTxT7yaCc6O5UAZUhtFJUu6ONc { display:block; }
 }@media only screen and (max-width: 763px) { #tTrLOoigzrtsU5reS7ixd02mBd4hFWLi { width:10.8125rem;height:1.5rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbXBZaeiUBazNlx05TgXmQMurnqNg6q { top:44.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd { display:block; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl5Kk8fH8h7qgpAti67wOIyPOVAtI1DV { top:1.4375rem;left:0rem;width:31.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSoXTp1XQTRDIqIDRo0uvMxIZltSeUmF { top:1.4375rem;left:16.6875rem;width:31.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUlaAiSEwsAkbKHzsQVpqKWsOyvkBTi { top:3.1875rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9Nl2eEI2cbKGv2xyV4wF6cXfr7tTTy { top:3.1875rem;left:28.25rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7Hunxl7eoVzhSkGAToVW6ZvPHvnpkd { top:5.625rem;left:0rem;width:27.6875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwBHuxbfiRny49JBtb6TSqqkDRwVzSCI { top:5.625rem;left:19.4375rem;width:28.3125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZFzs6BsKDetAmqzM4cXtTpwbCUzKKm { top:12.1875rem;left:0rem;width:27.3125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cma2RL2hIQfD5Pools5hCSzeGN4IGq7s { top:12.1875rem;left:20.4375rem;width:27.3125rem;height:9.375rem;font-size:1.125rem;display:block; }#cma2RL2hIQfD5Pools5hCSzeGN4IGq7s li:before{  }
 }@media only screen and (max-width: 763px) { #KgHidecrIyIXIP1Aw8Xkx9a8D6Nif31W { top:21.625rem;left:0rem;width:23.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0akVKX0NZ80kZO3vyQ56IVhfw51xza { top:22.3125rem;left:0rem;width:20.6875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhngMeXbITmUrt7u5a3tItH9Qepw96A { top:28.1875rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFx3mcGdDn3eRVv4pJT41Dt7KbbFsEor { top:30rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSBvJxsZzRXopg1xxXO8fm1lCpIE3iE { top:32.75rem;left:0rem;width:40.25rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzGqOspRHz3ybmMD1Mf1adtOUAdaeV8e { top:41.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 { display:block; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTyvzbK1i79XWi0iFZWve3R6lDtLoDsB { top:1.1875rem;left:0rem;width:31.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDETF3TvXHrLREVWeZ6ioHiGJ2RyHeQE { top:2.625rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z92JRAZnixPFixEFBNLfSumEcaAGkzoW { top:4.5rem;left:0rem;width:27.3125rem;height:8.25rem;font-size:1.125rem;display:block; }#z92JRAZnixPFixEFBNLfSumEcaAGkzoW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7bf8de74c3d9864a3ac3249af144bdb8dc9a5128.svg); }
 }@media only screen and (max-width: 763px) { #Bygr6dOJVHFMwDA1row7WQhgzUU1DG1b { top:1.1875rem;left:16.6875rem;width:31.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLE4tM45z6SAhl1Cnvg0DnyVoLTQmhqt { top:1.9375rem;left:29.5625rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX { top:3.875rem;left:18.5rem;width:29.25rem;height:10rem;font-size:1.125rem;display:block; }#Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #Pt9UEfCplQ4aFdk6HZC8B0rgx3Qd2aTQ { top:15.875rem;left:0rem;width:38.25rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEhNUI1opHAR9RvxhTHspiH40WGLx8u1 { top:17rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqmpp72ETRIT5t7VO0Vfyhcn20HyEa14 { top:19.6875rem;left:0rem;width:29.5rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIKMr3XwxK4mBZ4sr1Trg4X5scH7WbfP { top:27.8125rem;left:0rem;width:28.4375rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv { top:35.3125rem;left:0rem;width:28.4375rem;height:6.4375rem;font-size:1.125rem;display:block; }#nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #AW7UlrUnxToCLfN9R4ICNQ7o19IUyHO0 { top:15.875rem;left:27.9375rem;width:19.8125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp { display:block; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DCg4yVR1uTflwI2X1Tfw0p7LP8hStQ { top:1.1875rem;left:0rem;width:33.3125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMkZJTsh0AzGRCOOJSaGZZyEf9gCviX3 { top:1.9375rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCNcfOKZmtZPEkk8lIe1itXASEk3VQwr { top:1.1875rem;left:16.6875rem;width:31.0625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa4SLpDgydBZ2BtrL7Pp9xwtbk2ESBue { top:1.9375rem;left:29.5625rem;width:16.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpXNtOud0DlGrkK2PgaPXpRkbd91ekig { top:4.625rem;left:18.5rem;width:29.25rem;height:;font-size:1.125rem;display:block; }#mpXNtOud0DlGrkK2PgaPXpRkbd91ekig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #ca9AlB0JAbIqcBx6SmKI4OKFzvwvvLu9 { top:3.1875rem;left:0rem;width:27.6875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumJPExQxmvBEyT4tPPFAc8m3ob16die { top:6.5625rem;left:0rem;width:28.4375rem;height:;font-size:1.125rem;display:block; }#EumJPExQxmvBEyT4tPPFAc8m3ob16die li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #MErxFBhsDbAoPt385xXrSP86XctGS8SJ { top:16.8125rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8aRWUynZmhESReFU8ZgAaa3xlVwLtrg { top:18.8125rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJgZAHbFQCVtsWH80es8DUXxAK3ONwJ { top:23.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPenDG3EFg5lNPgpadFmwR07dMIl1ony { top:17.4375rem;left:21.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keu9qi6BNxM9MiDCbUuZ07HnIEFsiNKv { top:28.125rem;left:0rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk { top:30.3125rem;left:0rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }#JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #NPTBRTJtgVWyNpNGBBN7hHr9BJ4a5ugN { top:28.125rem;left:16.295833587646rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAk69TlSsnPaHbp4trDLPabygQTlANli { top:30.3125rem;left:16.295833587646rem;width:17.9375rem;height:3.875rem;font-size:1rem;display:block; }#FAk69TlSsnPaHbp4trDLPabygQTlANli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #fXeQC8oeSOoNGuLIhTKpXWmDCPgvh6Qh { top:27.5rem;left:36.4375rem;width:11.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v { top:30.3125rem;left:29.8125rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }#TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #dIuCHgd02QLvZH8OwEhUHvpGRenxKnbt { top:37.125rem;left:0rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4lHCmJwttks34NPMffO1TSGIDVXqnd { top:39.0625rem;left:0rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }#Ko4lHCmJwttks34NPMffO1TSGIDVXqnd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #P4gZR4GgufPTRz5TSKtc9fF9xOP6MJl9 { top:37.125rem;left:16.295833587646rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdZ7G77HWnatnKuxREXwSzLFCzrUrATK { top:39.125rem;left:16.295833587646rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }#qdZ7G77HWnatnKuxREXwSzLFCzrUrATK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #eCc974Uh27e2nUDSxA3dD2HZOg9znr7q { top:37.125rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dho0XuyMc06rtP7MsLdeT6oMM2XiASaA { top:39.0625rem;left:29.8125rem;width:17.9375rem;height:;font-size:1rem;display:block; }#dho0XuyMc06rtP7MsLdeT6oMM2XiASaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #eS9C1yvsvuPK0kmPvnlB9m5rPShVCXNW { top:44.5625rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA93koSioC2l7TaiKZpEtVoHDiBmh1pe { top:46.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCe5IbPZazF5k0vORwRmwZqJ2Up67BHZ { top:49.6875rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXlMcXBMCbT6wfyqvBmRC4omiKbpfahq { top:51.125rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFtT4ikFfA8gNORTUZts03HT27L7qeaI { top:52.9375rem;left:0rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXitARdZ9qhpPhCphMJoeBTGhS8cEHZy { top:54.6875rem;left:0rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySErpKKUm2k49TWOv71XXSh66DcKcVIR { top:49.6875rem;left:13.0625rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXhQPrCZITSabMWFA06eFNN2H7zc1iBp { top:49.6875rem;left:26.125rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvTvQSxyp6ceTobhQpiaQgSu5nQ6mTG { top:51.125rem;left:15.21875rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnIaz0KMi0sT0MguVpN5vL7GnvScbLQx { top:51.125rem;left:30.4375rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwPk4IH8TfwcvPT2SXZccOfgiUG5We38 { top:52.9375rem;left:15.21875rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfevc67yDVix2EzWp2inHkLVKsMT3Id { top:52.9375rem;left:30.4375rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCywartPBTlrJEExo4ngnstZKP3emxbQ { top:54.6875rem;left:14.53125rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLK7FAc7Alug35O3pgO9k4OumpkbyRXs { top:54.6875rem;left:29.0625rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX3gAT0A5VAeIXZcScRPT9ibwStnZlNT { top:62.125rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAtqvNV7SSiKGukDGl23OkgZmrqfr31V { top:62.125rem;left:13.0625rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1gncxlR8aSMkaXvGOOi1MzZWTTfEVOH { top:62.125rem;left:26.125rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUuydFzt7MdyrEVe7hgUzwIb1EQTTXHH { top:63.6875rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoUqTi2NR9o0kWqIW2Up7AuWtkGDrkQM { top:63.6875rem;left:15.21875rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTH3ED0fPKq129qBGhHTn7kUWK5NNJO { top:63.6875rem;left:32.0625rem;width:15.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozzM1VTqr35h7HI21Bn6kVxxb0RRvlsm { top:65.1875rem;left:0rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxTSe6HCK6u6F6TccmaiA1FZsBQhHWJ { top:67.375rem;left:0rem;width:18.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX6JA3nbWpu9amohWoo5Sd4vhnGZOBv { top:65.25rem;left:15.21875rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUUUFJ9bJr49U2ISli9AVRTg6XhiQBn { top:66.6875rem;left:15.474998474121rem;width:18.8125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXcHDa8yWXLbkv1R9XB8ZQrdNSErs8E { top:66.625rem;left:30.4375rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRQxP3GHM18PuuaDH3b2HbHrIeNLaqLM { top:68.125rem;left:28.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJMWxmzGGHwM7ggPGXWQbC0MsJ0vRdd { top:74.625rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VklCHSI2aCUeiKSsJsVUv7xJvI2vIFJ9 { top:75.8125rem;left:0rem;width:15.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WilbWzk9bUKocDHKH7KsoXgHLeSBNay5 { top:78.75rem;left:0rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noH6pcPHZDWzz3v520rqByD3wg5KzOZ3 { top:80.5rem;left:0rem;width:18.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIt4TzxrXxN6OyyBKM2LsZAWTdkPfx7H { top:74.625rem;left:13.0625rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UUvlPe3U8NBpNCgPzUKGXVysD9vIGN { top:75.8125rem;left:14.108333587646rem;width:15.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFGBsaIz57qWI2Cau0MgmuUV7HAGdqG { top:78.75rem;left:14.40625rem;width:17.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MLFnLobexIsMmkOvEQkp2ZvdPapTrw { top:80.5rem;left:14.46875rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIq08OQ2HKFtniIeNai30fHdIUkmKPb { display:block; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkpph0k8oXDDcQTbCOxXJrwTzgSiJixL { top:0.5rem;left:21.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbETUHOeBodQssU2vIzQTbE7AwlDkdFs { top:1.6875rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoS0TKqLptn4TZs96C0x2E68vJhQ1d1E { top:10.1875rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxud6nMtq8mqdStZ43sRkctVPutOV2dB { top:10.1875rem;left:13.875rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6QmZ2ezZv73iPsfSJ2LktwZy4Il90T { top:10.1875rem;left:26.125rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWucVlOCm19dRq5fHmVftcDRUTq2Tsga { top:5.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOASsaWurJ3llLGvXPf1GRKNeaRXwEpX { top:10.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFOUTvzOMTXv7uIBq8R0xQAV4wUrqqLI { top:12.9375rem;left:0rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmkNwJ3BTa0O5xu1p4BQrOrVto3VIFD { top:10.9375rem;left:15.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQoBecWnW3qDl04AgP7u9A1smJyd8SnA { top:12.9375rem;left:15.3125rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bBZAaQsQqIXlADr0wE3QepG3lWr1wF { top:10.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCcZAKFRnKrqFTRkyLDhKCQuKW85fEs { top:12.9375rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNarNVX4ZTILvcDCJyW7ev6VS1XNBBW { top:22.1875rem;left:0rem;width:23.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d235gNlxwhTTaPBlfdDn8aLH8teEunGm { top:24.1875rem;left:0rem;width:16.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcBP6xbqbMwBbFvUbwKJTyFdxJTCsxtn { top:26.75rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryx0yzZW1w8xpTMk5znowqFKcAxOq0kZ { top:28.125rem;left:0rem;width:15.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHmNF8HESrn7iamDcqMcMXF8vXksNDwb { top:31.5625rem;left:0rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtZOaZ2WyguBQSMxhFAbgToMmfcc2clQ { top:22.1875rem;left:13.875rem;width:23.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeVnL2TPCFxDFcExEMc7hkAvH5Q4FI5y { top:24.1875rem;left:15.3125rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxByqpTSOTTEd08xHS8OLKXMTywVCpF { top:26.75rem;left:15.3125rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SevG1q0b2UTlPdbZxQEZGeUtmCzpSrPP { top:28.125rem;left:15.3125rem;width:15.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1M7JQ2u6rGHdlxJ9an0kyV5qxpMv89o { top:31.5625rem;left:15.304168701172rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKL9QUBcW7rE2g0lupUuCw6urNXMeHe { top:35.3125rem;left:0rem;width:47.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfqpw6MvtEP66WTOPiEyrv4VMExTVhZk { top:36.5625rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5yH2uydbDGnzWD6AUZ3MLoHQF9GaRS { top:37.875rem;left:0rem;width:24.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM { top:42.1875rem;left:0rem;width:23.4375rem;height:;font-size:1.125rem;display:block; }#WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #ypiUyZFTKTK5y801tpUe7NhkJ9ibqA3R { top:55.5625rem;left:5rem;width:35.8125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCpa87BtobTsAXklf5arW5SpgK0waF6X { top:57.375rem;left:7.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHdMzhkaup0dCVAe9EwWaaL9w14AlFBk { top:59.25rem;left:9.5625rem;width:4.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1V1i317PKbEI9USbQCfKhnhkrd9gF64 { top:56.625rem;left:30.6875rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWf96DA7IzCZZWRGNKcZRQO6EK4biXU2 { top:58.0625rem;left:31.3125rem;width:6.125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biT0Kd6HJW3O987UGsxDPQ5cH2z8EK5d { top:62.1875rem;left:8.186718940735rem;width:29.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLNVhGRVwVBCQysCSxhe0CpAQtvCNGAO { top:75rem;left:0rem;width:47.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8eXtgNlW7MTohp7WGGoCmb7XIkyv5X { top:76.9375rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnThgBvD2UryIvdvBnqJL1z8JxUoQyJk { top:78.9375rem;left:0rem;width:45.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 { top:83.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #sZVui8NcTEXJtJv3ETiaWmcMqo0rag5L { top:64.125rem;left:8.186718940735rem;width:30rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFO1ufH8ec5cQlG7xRLKRbWviELZCZpp { display:block; }
 }@media only screen and (max-width: 763px) { #mpMJQPThl1wWEVRgineNZ5yL0Bq0oHvB { width:10.8125rem;height:1.5rem;top:69.5625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIrTPiUPicFtOTTnihPg2wneeJffq6L { top:69.4375rem;left:7.75rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTIQCeu5QniLnnf2E58ZT1fzxyyh6Bp { top:69.1875rem;left:25.25rem;width:12.875rem;height:2.2384827260518rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQ1VKBZAtreUWu7Dsd0cciIvASZqI5w { top:72rem;left:11.3125rem;width:22.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA35l3F95pRz0TasnqoqQvBnkpESE1GS { top:69.6875rem;left:10.362500190735rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBLfNvhXJ9fHVulW34qcELZdhdFHehcg { display:block; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9NmUula8GwMohcedIEFTtTAGZME1DTz { top:1.5rem;left:0rem;width:34.8125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psw5bxi9B75tBpFMMNky7Mii4iSXgwg1 { top:2.5rem;left:0rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yciy2eumIlhsUAcSHTCelEERhwGZKT8D { top:1.5rem;left:16.375rem;width:31.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2H5zU7dI5dawTaBQVrLyFqBZWdh55mm { top:2.5rem;left:28.0625rem;width:15.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 { top:4.625rem;left:0rem;width:23.4375rem;height:7.8125rem;font-size:1.0625rem;display:block; }#vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #N00JKdJukqKGEilCoKoBN5cft6Vpuraz { top:4.625rem;left:24.3125rem;width:23.4375rem;height:;font-size:1.0625rem;display:block; }#N00JKdJukqKGEilCoKoBN5cft6Vpuraz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #Zbx1QLLoQF4RRsML6NyuimqcgtpaZ22T { top:14.875rem;left:0rem;width:47.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILSQgbyWdLqKbAXdKcAiLza5UDm6gZg { top:16.4375rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRU3eOLFLgQWsfr5XJsreSP3I2TgVEK1 { top:17.625rem;left:0rem;width:45.6875rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcJuX257czZRcf9Ryl6tec2xz2CEVXi { top:20.375rem;left:0rem;width:32.6875rem;height:4.4375rem;font-size:1.0625rem;display:block; }#INcJuX257czZRcf9Ryl6tec2xz2CEVXi li:before{  }
 }@media only screen and (max-width: 763px) { #uv5ykGB0Gutd6AhtayNV7uED2E8DLFsJ { top:25.5625rem;left:0rem;width:43.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 { display:block; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvvxqszU1EMUpZzXuomdXUvTDSIiJKpC { top:36.9375rem;left:0rem;width:47.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ociz1QspGWcWBpQ4saUCFL5X3DxwhlSW { top:1.6875rem;left:0rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz4EUTTLt0h45HbzI5gCrlpKK13ICK { top:3.875rem;left:0rem;width:45.6875rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p { display:flex;height:auto;width:45.25rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qRy4THDdxvg4yG4m43GsRJ5aDxSakdIl {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ecLgTG8k1HsezJoSP1kQUbi3IzD0NtTG {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #V3TCwz5gZwZWLnRbTkyDgsxyrq1ANkAh {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #aGsfnuQq1JmIGv7BK6oJGoyJ4EpITDg6 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #TTLLLCcO3iR5pvpeW7dHDm0eDRX7TAid {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xE9PnK9FFKI0BV66oZaIvt8RZFhssfrX {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #XQ60bT2fIan1xbllKmOJrTPeBIzkWmpr {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qL9wxcIQSd6DmGbWzcTkwX6e0oa7GV0l {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #enm9aIqmlSSBnDytQkgsg5vAQottHodi {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #lXn5UFaJKioT6Fu3FyUzv9tZ3OfdGdXx {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Os3GdcKJTRZkFe5w9aaUT3yFE9qvTfn9 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #SgG1t9An19NSrTC8OSdmVPPFJWxlmrRE {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #gqttp5HiCOUkMu9L1bqplZxpXEavMoKG {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #vzrNRmP5ytKacSVRGv3o7Q2Ezwafdvcr {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #taeIShmxVXU3cgg8WcKkRRVc5LOxUrzw {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bt0qwdo7Apv86122ABfbWgCX6IXQSOzu {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #FabutQL2BOxWRwpcDIQCZs6CCccJNpHu {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #uTdH6u5yvAxOJT7x3ndm8rD2Hw0IOKHe {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xZMBZ0GRXrxTQJxmfowQcUrlT8MoZ9aK {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #OuwkpTlzqLaq2WEQouF2mpTU2iBMSqer {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ovHPabOK3oDtncScMUTRdzWwbaDwBEPQ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #GRAgxOW1i0itPxb6nEddnrAGNC0aImoZ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Rw4okLHSlAkmxoUmIiuUtV80sMDTJkeI {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #AbU8c58EOI6UnsV5F3E4uDO6150B9oSQ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #nVOAHfTSlICCt8q0xSvEVsvmyZmc9PRc {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #JxBPO7ImANMc2V74GucdlE6zBePgtoKc {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bSoCwz2Dl2oC8u5cn8fLgf1aTbVKQhws {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #LvBbKIBmxOyusskJ0PvLgUzAhZdiAfiv {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #L2q0tLa32y1rzv4EKCBMDOSP3IK0eb66 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #q7POAwGAilJ55ddW7aC019qsGxDhtv3r {  }
 }@media only screen and (max-width: 763px) { #qNq2HcTpW9lqg5XbPhaGiSIgmnM2Celw { top:41.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAGeHP26L0FZdShKThSXIx6TXLGxVXXe { top:44.1875rem;left:0rem;width:37.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZZRq4gqPZztI5ETF7QIwhTmf8o3ZZg { top:51.25rem;left:0rem;width:47.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXhIQ6pfvr3qVzFFegKouRvdMQWl3qR { top:51.9375rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVIy0dZpbAkTaVDkatP72wxQHApUksx { top:56.125rem;left:0rem;width:47.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEArZzUSMF9CB2OZadfJRJb07hzzpZ75 { top:56.125rem;left:31.6875rem;width:11.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7s9CSrCpJUL1kg26G4qhgOrZNizT9ux { top:56.125rem;left:41.8125rem;width:5.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0TTgzVe2IJTRP806zur70hqGrnxMVb { top:56.125rem;left:41.8125rem;width:5.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAOZC69hqb7OwZaxHS0T7fA7O7X6QgNp { top:47.4375rem;left:34.875rem;width:12.875rem;height:2.2384827260518rem;display:block; }
 }@media only screen and (max-width: 763px) { #II67bomguqQerwkDg3f8VdUpGH1OPaQ7 { top:42.125rem;left:16.75rem;width:31rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM4eTwFc95dO3zuHvfSlHPA7bnZb9Lah { display:block; }
 }@media only screen and (max-width: 763px) { #ZKmNxSkKsTGa1cWAf4GraP4QVCNpevIe { width:10.8125rem;height:1.5rem;top:47.8125rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9bmmSPEd7nLO2yUdE9tb2s2T7bmUvpw { top:47.9375rem;left:29.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUacB5TLucT7vWw9BIBD2x5y5eWcsC6I { top:47.6875rem;left:27.125rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3ooDKikausXZuABT2ZrfzRgdny7UHd { top:37.9375rem;left:29.674218177796rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CD06tZMHErlWF3pbW2ZSmbaDLcXexi { top:39.1875rem;left:29.687500953674rem;width:4.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7V81iOac4pzHrnEKxedBoNzZUtmrMnl { top:37.875rem;left:39.625rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu2TQg3v7gSA22WM1OmdrRwnTkHthrwR { top:39rem;left:41.625rem;width:6.125rem;height:3.125rem;font-size:2.125rem;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:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQiBMuFywz2UhwHddh0bh80qlI3XcXUQ { width:20rem;height:42.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5SXx7EfLnJqZdaE3u1FH7TuC6Dx2Em { width:20rem;height:10.4rem;top:10.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bW11QeXswwHDhCKEx7KhdFA3uCc88uqk { width:5.875rem;height:5.875rem;top:4.7683715820312E-7rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboMLTZ49fQSGpzlifgThLPhmFM5hgAP { width:15.75rem;height:2.3125rem;top:7.050000190735rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaJsWwTrE1iirbcTJCtZkDs7iiSr4e8t { width:14.3125rem;height:1.3rem;top:7.5562500953675rem;left:2.8437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRnSixkO97uy71I4d0ZHwGftOsVxP5TX { width:17.75rem;height:7.8rem;top:21.587500572204rem;left:1.0929687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e12Rctke1W2tq9DlopmNyadsy8eX1o75 { width:12.0625rem;height:1.6875rem;top:31.19765663147rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbL3VPXphpd8HkEVMMLlSpM5x39Vs3D { width:18.1875rem;height:28.6875rem;top:44.165625572204rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGLzcSgFedqtLb4pE4h7Tcpw0nTaDhkG { width:10.875rem;height:1.6875rem;top:36.16640663147rem;left:4.1742187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhXFoRnG1sofSedRFAwR4oCWofZ2trga { width:17.75rem;height:1.6875rem;top:33.793750762939rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9eLh5OFw5cTr4PwF1talEWKFZc0w0kQ { width:17.8125rem;height:1.6875rem;top:38.931251525879rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMRdruyxBCrdKRuasdoz5BGv7JgHt6wm { width:13rem;height:1.6875rem;top:84.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2RotQ0dyRKOJouXtENiUPXwHrd5rwcP { width:17rem;height:1.1375rem;top:82.4375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIp2e2c9Cam9yQv7nmTA9yv9hCdz98Km { width:11.3125rem;height:1.3rem;top:31.391407012939rem;left:4.9867187142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooW6hwc204Vqk66uuiAhzwScaDEsznZx { width:8.9375rem;height:1.3rem;top:36.360157012939rem;left:5.1429687142372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMNT6JSAvzhphzsJarXmX9IvP5GdQFfa { width:16.8125rem;height:1.3rem;top:33.987501144409rem;left:1.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVVzwybEqKcAwMyTS33Jn1TcQ59UVadE { width:17.625rem;height:1.3rem;top:39.125rem;left:1.1867187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk15Q6BCFnHOT90KkDuVQ046Hh6qSOzw { width:12.875rem;height:2.2384827260518rem;top:79.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGyTR2rvIv7wfzx278v7mt11b7Msgg7 { top:73.84375rem;left:0.49921876192093rem;width:19rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuFGyaqTxT7yaCc6O5UAZUhtFJUu6ONc { display:block; }
 }@media only screen and (max-width: 763px) { #tTrLOoigzrtsU5reS7ixd02mBd4hFWLi { width:10.8125rem;height:1.4rem;top:84.375rem;left:5.6875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zxbXBZaeiUBazNlx05TgXmQMurnqNg6q { display:flex;width:1.25rem;height:1.25rem;top:84.4375rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd { display:block; }#p1T3WZw6fTL62FdM2kQTOoPErPk9XTmd > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xl5Kk8fH8h7qgpAti67wOIyPOVAtI1DV { width:19.9375rem;height:28.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSoXTp1XQTRDIqIDRo0uvMxIZltSeUmF { width:19.875rem;height:28.5rem;top:30.124998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUlaAiSEwsAkbKHzsQVpqKWsOyvkBTi { width:16.1875rem;height:1.3rem;top:2.0541667938233rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9Nl2eEI2cbKGv2xyV4wF6cXfr7tTTy { width:9rem;height:1.3rem;top:31.375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7Hunxl7eoVzhSkGAToVW6ZvPHvnpkd { width:17.9375rem;height:10.4rem;top:3.3000001907349rem;left:1.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwBHuxbfiRny49JBtb6TSqqkDRwVzSCI { width:16.625rem;height:10.4rem;top:33.375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZFzs6BsKDetAmqzM4cXtTpwbCUzKKm { width:18rem;height:9.1rem;top:14.324999809265rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cma2RL2hIQfD5Pools5hCSzeGN4IGq7s { width:17.5rem;height:12.325rem;top:44.33749961853rem;left:1.25rem;font-size:1rem;display:block; }#cma2RL2hIQfD5Pools5hCSzeGN4IGq7s li:before{  }
 }@media only screen and (max-width: 763px) { #KgHidecrIyIXIP1Aw8Xkx9a8D6Nif31W { width:18.9375rem;height:3.8125rem;top:24rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0akVKX0NZ80kZO3vyQ56IVhfw51xza { width:18.1875rem;height:2.275rem;top:24.687500953674rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAhngMeXbITmUrt7u5a3tItH9Qepw96A { width:20rem;height:30.875rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFx3mcGdDn3eRVv4pJT41Dt7KbbFsEor { width:16.1875rem;height:1.3rem;top:60.816667556763rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSBvJxsZzRXopg1xxXO8fm1lCpIE3iE { width:17.875rem;height:15.6rem;top:63.179166793825rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzGqOspRHz3ybmMD1Mf1adtOUAdaeV8e { width:16.9375rem;height:9.1rem;top:80.066671371463rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 { display:block; }#am5pA4ft1wnvMsIT6RGNRuvRRNoK7606 > .row .container { width:20rem;height:105.93753051758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTyvzbK1i79XWi0iFZWve3R6lDtLoDsB { width:20rem;height:14.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDETF3TvXHrLREVWeZ6ioHiGJ2RyHeQE { width:16.1875rem;height:1.3rem;top:1.5rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z92JRAZnixPFixEFBNLfSumEcaAGkzoW { width:17.1875rem;height:11.3375rem;top:3.654167175293rem;left:1.90625rem;font-size:1rem;display:block; }#z92JRAZnixPFixEFBNLfSumEcaAGkzoW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7bf8de74c3d9864a3ac3249af144bdb8dc9a5128.svg); }
 }@media only screen and (max-width: 763px) { #Bygr6dOJVHFMwDA1row7WQhgzUU1DG1b { width:20rem;height:22.25rem;top:16.100015640259rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLE4tM45z6SAhl1Cnvg0DnyVoLTQmhqt { width:16.1875rem;height:1.3rem;top:16.78750038147rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX { width:17.9375rem;height:17.3375rem;top:19.08749961853rem;left:1.03125rem;font-size:1.125rem;display:block; }#Fu2GtEQVlMGE9Ry560seUuQEfgxHGnHX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #Pt9UEfCplQ4aFdk6HZC8B0rgx3Qd2aTQ { width:20rem;height:35.625rem;top:39.287498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEhNUI1opHAR9RvxhTHspiH40WGLx8u1 { width:16.1875rem;height:1.3rem;top:40.404161453247rem;left:0.80416679382325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqmpp72ETRIT5t7VO0Vfyhcn20HyEa14 { width:20rem;height:7.55625rem;top:42.516667366028rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIKMr3XwxK4mBZ4sr1Trg4X5scH7WbfP { width:17.5625rem;height:12.35rem;top:50.925001144409rem;left:1.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv { width:17.9375rem;height:10.8625rem;top:63.512500762937rem;left:1.0625rem;font-size:1.125rem;display:block; }#nbULt4ql2MkyU49Jvgeo8B4FhGzbdFAv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #AW7UlrUnxToCLfN9R4ICNQ7o19IUyHO0 { width:19.9375rem;height:30.125rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp { display:block; }#WRTMr9Eb5sM4bnTWsGn28GScZ0zLM3cp > .row .container { width:20rem;height:208.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DCg4yVR1uTflwI2X1Tfw0p7LP8hStQ { width:20rem;height:20.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMkZJTsh0AzGRCOOJSaGZZyEf9gCviX3 { width:16.1875rem;height:1.3rem;top:1.5rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCNcfOKZmtZPEkk8lIe1itXASEk3VQwr { width:20rem;height:17.875rem;top:21.674999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa4SLpDgydBZ2BtrL7Pp9xwtbk2ESBue { width:16.1875rem;height:1.3rem;top:23.35000038147rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpXNtOud0DlGrkK2PgaPXpRkbd91ekig { width:17.9375rem;height:12.95rem;top:25.52499961853rem;left:1.03125rem;font-size:1.125rem;display:block; }#mpXNtOud0DlGrkK2PgaPXpRkbd91ekig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #ca9AlB0JAbIqcBx6SmKI4OKFzvwvvLu9 { width:15.9375rem;height:5.2rem;top:2.8000001907349rem;left:2.2104167938233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumJPExQxmvBEyT4tPPFAc8m3ob16die { width:17.5625rem;height:10.8625rem;top:8rem;left:1.125rem;font-size:1.125rem;display:block; }#EumJPExQxmvBEyT4tPPFAc8m3ob16die li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #MErxFBhsDbAoPt385xXrSP86XctGS8SJ { width:20rem;height:61.625rem;top:40.287505149841rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8aRWUynZmhESReFU8ZgAaa3xlVwLtrg { width:16.1875rem;height:1.3rem;top:47.391666412354rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJgZAHbFQCVtsWH80es8DUXxAK3ONwJ { width:20rem;height:10.075rem;top:49.782291412354rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPenDG3EFg5lNPgpadFmwR07dMIl1ony { width:5.375rem;height:5.375rem;top:41.041666030884rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keu9qi6BNxM9MiDCbUuZ07HnIEFsiNKv { width:11.3125rem;height:1.3rem;top:61.537503242492rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk { width:17.9375rem;height:2.6rem;top:63.925003051756rem;left:1.03125rem;font-size:1rem;display:block; }#JPfq7X6XctTGLuh4t4b9zTfCgdC5wdPk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #NPTBRTJtgVWyNpNGBBN7hHr9BJ4a5ugN { width:11.3125rem;height:1.3rem;top:67.568730354306rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAk69TlSsnPaHbp4trDLPabygQTlANli { width:17.9375rem;height:3.9rem;top:69.962499618531rem;left:1.03125rem;font-size:1rem;display:block; }#FAk69TlSsnPaHbp4trDLPabygQTlANli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #fXeQC8oeSOoNGuLIhTKpXWmDCPgvh6Qh { width:11.3125rem;height:2.6rem;top:74.887498855594rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v { width:17.9375rem;height:2.6rem;top:78.862499237062rem;left:1.03125rem;font-size:1rem;display:block; }#TBGsw6r47RzbiUVLnBcmfLmmhrOxwv5v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #dIuCHgd02QLvZH8OwEhUHvpGRenxKnbt { width:11.3125rem;height:1.3rem;top:82.962499618531rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4lHCmJwttks34NPMffO1TSGIDVXqnd { width:17.9375rem;height:2.6rem;top:85.174999237062rem;left:1.03125rem;font-size:1rem;display:block; }#Ko4lHCmJwttks34NPMffO1TSGIDVXqnd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #P4gZR4GgufPTRz5TSKtc9fF9xOP6MJl9 { width:11.3125rem;height:1.3rem;top:89.012500762938rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdZ7G77HWnatnKuxREXwSzLFCzrUrATK { width:17.9375rem;height:2.6rem;top:91.625rem;left:1.03125rem;font-size:1rem;display:block; }#qdZ7G77HWnatnKuxREXwSzLFCzrUrATK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #eCc974Uh27e2nUDSxA3dD2HZOg9znr7q { width:11.3125rem;height:1.3rem;top:95.625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dho0XuyMc06rtP7MsLdeT6oMM2XiASaA { width:17.9375rem;height:2.6rem;top:97.962503433225rem;left:1.03125rem;font-size:1rem;display:block; }#dho0XuyMc06rtP7MsLdeT6oMM2XiASaA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #eS9C1yvsvuPK0kmPvnlB9m5rPShVCXNW { width:16.1875rem;height:1.3rem;top:103.16249847412rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA93koSioC2l7TaiKZpEtVoHDiBmh1pe { width:19.875rem;height:5.0375rem;top:105.6500043869rem;left:0.0625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCe5IbPZazF5k0vORwRmwZqJ2Up67BHZ { width:20rem;height:10.8125rem;top:111.93749389648rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXlMcXBMCbT6wfyqvBmRC4omiKbpfahq { width:15.6875rem;height:1.4625rem;top:113.17916679383rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFtT4ikFfA8gNORTUZts03HT27L7qeaI { width:17.3125rem;height:1.1375rem;top:114.58751201629rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXitARdZ9qhpPhCphMJoeBTGhS8cEHZy { width:17.4375rem;height:4.3875rem;top:116.49374961853rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySErpKKUm2k49TWOv71XXSh66DcKcVIR { width:20rem;height:10.8125rem;top:123.99999389648rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXhQPrCZITSabMWFA06eFNN2H7zc1iBp { width:20rem;height:10.8125rem;top:136.06249389648rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvTvQSxyp6ceTobhQpiaQgSu5nQ6mTG { width:15.6875rem;height:1.4625rem;top:125.18749809265rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnIaz0KMi0sT0MguVpN5vL7GnvScbLQx { width:17.3125rem;height:1.4625rem;top:137.08749771118rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwPk4IH8TfwcvPT2SXZccOfgiUG5We38 { width:17.3125rem;height:1.1375rem;top:127.23749923706rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfevc67yDVix2EzWp2inHkLVKsMT3Id { width:17.3125rem;height:1.1375rem;top:139.06249809265rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCywartPBTlrJEExo4ngnstZKP3emxbQ { width:18.6875rem;height:4.3875rem;top:141.13749885559rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLK7FAc7Alug35O3pgO9k4OumpkbyRXs { width:18.6875rem;height:4.3875rem;top:129.08750534058rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX3gAT0A5VAeIXZcScRPT9ibwStnZlNT { width:20rem;height:10.8125rem;top:148.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAtqvNV7SSiKGukDGl23OkgZmrqfr31V { width:20rem;height:10.8125rem;top:160.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1gncxlR8aSMkaXvGOOi1MzZWTTfEVOH { width:20rem;height:10.8125rem;top:172.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUuydFzt7MdyrEVe7hgUzwIb1EQTTXHH { width:15.6875rem;height:1.4625rem;top:148.84166717529rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoUqTi2NR9o0kWqIW2Up7AuWtkGDrkQM { width:17rem;height:1.4625rem;top:161.15416717529rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTH3ED0fPKq129qBGhHTn7kUWK5NNJO { width:15.6875rem;height:2.925rem;top:173.34166717529rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozzM1VTqr35h7HI21Bn6kVxxb0RRvlsm { width:17.3125rem;height:1.1375rem;top:150.86666679383rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxTSe6HCK6u6F6TccmaiA1FZsBQhHWJ { width:18.8125rem;height:2.925rem;top:152.94166564941rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX6JA3nbWpu9amohWoo5Sd4vhnGZOBv { width:17.3125rem;height:1.1375rem;top:162.61666870118rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUUUFJ9bJr49U2ISli9AVRTg6XhiQBn { width:18.8125rem;height:4.3875rem;top:164.44583129882rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByXcHDa8yWXLbkv1R9XB8ZQrdNSErs8E { width:17.3125rem;height:1.1375rem;top:176.26666641236rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRQxP3GHM18PuuaDH3b2HbHrIeNLaqLM { width:18.8125rem;height:1.4625rem;top:178.61041641236rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJMWxmzGGHwM7ggPGXWQbC0MsJ0vRdd { width:20rem;height:10.8125rem;top:184.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VklCHSI2aCUeiKSsJsVUv7xJvI2vIFJ9 { width:15.6875rem;height:2.925rem;top:185.55416679383rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WilbWzk9bUKocDHKH7KsoXgHLeSBNay5 { width:17.3125rem;height:1.1375rem;top:188.47916793823rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noH6pcPHZDWzz3v520rqByD3wg5KzOZ3 { width:18.25rem;height:2.925rem;top:190.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIt4TzxrXxN6OyyBKM2LsZAWTdkPfx7H { width:20rem;height:10.8125rem;top:196.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UUvlPe3U8NBpNCgPzUKGXVysD9vIGN { width:15.6875rem;height:2.925rem;top:197.00000572204rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrFGBsaIz57qWI2Cau0MgmuUV7HAGdqG { width:17.3125rem;height:1.1375rem;top:199.92500686646rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MLFnLobexIsMmkOvEQkp2ZvdPapTrw { width:18.8125rem;height:1.4625rem;top:202.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIq08OQ2HKFtniIeNai30fHdIUkmKPb { display:block; }#zTIq08OQ2HKFtniIeNai30fHdIUkmKPb > .row .container { width:20rem;height:130.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkpph0k8oXDDcQTbCOxXJrwTzgSiJixL { width:5.375rem;height:5.375rem;top:1.2291526794434rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbETUHOeBodQssU2vIzQTbE7AwlDkdFs { width:16.1875rem;height:1.3rem;top:7.5333299636844rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoS0TKqLptn4TZs96C0x2E68vJhQ1d1E { width:20rem;height:10.8125rem;top:14.691665649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxud6nMtq8mqdStZ43sRkctVPutOV2dB { width:20rem;height:10.8125rem;top:26.191665649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6QmZ2ezZv73iPsfSJ2LktwZy4Il90T { width:20rem;height:10.8125rem;top:37.629165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWucVlOCm19dRq5fHmVftcDRUTq2Tsga { width:20rem;height:5.0375rem;top:8.7791671752931rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOASsaWurJ3llLGvXPf1GRKNeaRXwEpX { width:12.5rem;height:1.3rem;top:15.879137039184rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFOUTvzOMTXv7uIBq8R0xQAV4wUrqqLI { width:15.3125rem;height:5.2rem;top:17.497917175293rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmkNwJ3BTa0O5xu1p4BQrOrVto3VIFD { width:12.5rem;height:1.3rem;top:27.554197311401rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQoBecWnW3qDl04AgP7u9A1smJyd8SnA { width:12.5rem;height:5.2rem;top:29.716668128967rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bBZAaQsQqIXlADr0wE3QepG3lWr1wF { width:12.5rem;height:1.3rem;top:38.791666984558rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqCcZAKFRnKrqFTRkyLDhKCQuKW85fEs { width:12.5rem;height:5.2rem;top:41.354166984558rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNarNVX4ZTILvcDCJyW7ev6VS1XNBBW { width:20rem;height:11rem;top:49.535412788391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d235gNlxwhTTaPBlfdDn8aLH8teEunGm { width:16.1875rem;height:1.3rem;top:50.254167556763rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcBP6xbqbMwBbFvUbwKJTyFdxJTCsxtn { width:15.6875rem;height:1.4625rem;top:52.645833969116rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryx0yzZW1w8xpTMk5znowqFKcAxOq0kZ { width:15.25rem;height:1.4625rem;top:54.304166793823rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHmNF8HESrn7iamDcqMcMXF8vXksNDwb { width:11.3125rem;height:1.3rem;top:57.004167556763rem;left:2.3354167938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtZOaZ2WyguBQSMxhFAbgToMmfcc2clQ { width:20rem;height:12.0625rem;top:61.595832824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeVnL2TPCFxDFcExEMc7hkAvH5Q4FI5y { width:16.1875rem;height:1.3rem;top:62.816665649412rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxByqpTSOTTEd08xHS8OLKXMTywVCpF { width:15.6875rem;height:1.4625rem;top:65.270832061769rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SevG1q0b2UTlPdbZxQEZGeUtmCzpSrPP { width:15.25rem;height:2.925rem;top:66.733333587644rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1M7JQ2u6rGHdlxJ9an0kyV5qxpMv89o { width:11.3125rem;height:1.3rem;top:70.629165649412rem;left:1.4291667938232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKL9QUBcW7rE2g0lupUuCw6urNXMeHe { width:20rem;height:17.75rem;top:74.908335685731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfqpw6MvtEP66WTOPiEyrv4VMExTVhZk { width:16.1875rem;height:1.3rem;top:76.033335685731rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5yH2uydbDGnzWD6AUZ3MLoHQF9GaRS { width:19rem;height:1.3rem;top:77.333335876462rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM { width:20rem;height:11.4875rem;top:79.6958360672rem;left:0rem;font-size:1.125rem;display:block; }#WfpJt4VlcGy1Wx7rMRvpMDPRyPec1chM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #ypiUyZFTKTK5y801tpUe7NhkJ9ibqA3R { width:20rem;height:21.0625rem;top:93.657806396488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCpa87BtobTsAXklf5arW5SpgK0waF6X { width:12.5rem;height:1.3rem;top:94.582810878756rem;left:1.0929687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHdMzhkaup0dCVAe9EwWaaL9w14AlFBk { width:4.6875rem;height:1.95rem;top:95.833329200744rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1V1i317PKbEI9USbQCfKhnhkrd9gF64 { width:6.8125rem;height:1.4625rem;top:94.533329010012rem;left:11.616666793823rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWf96DA7IzCZZWRGNKcZRQO6EK4biXU2 { width:6.125rem;height:2.6rem;top:95.833329200744rem;left:12.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #biT0Kd6HJW3O987UGsxDPQ5cH2z8EK5d { width:17.6875rem;height:2.275rem;top:99.120830535888rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLNVhGRVwVBCQysCSxhe0CpAQtvCNGAO { width:20rem;height:13.6875rem;top:115.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8eXtgNlW7MTohp7WGGoCmb7XIkyv5X { width:16.1875rem;height:1.21875rem;top:116.25rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnThgBvD2UryIvdvBnqJL1z8JxUoQyJk { width:17.625rem;height:1.3rem;top:117.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 { width:20rem;height:7.9375rem;top:119.8125rem;left:0rem;font-size:0.9375rem;display:block; }#HwnoZQL2yssDm8rnzag0GgyRFwC5hE65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #sZVui8NcTEXJtJv3ETiaWmcMqo0rag5L { top:102.0625rem;left:0.5rem;width:19rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFO1ufH8ec5cQlG7xRLKRbWviELZCZpp { display:block; }
 }@media only screen and (max-width: 763px) { #mpMJQPThl1wWEVRgineNZ5yL0Bq0oHvB { width:10.8125rem;height:1.4rem;top:110.125rem;left:6rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIrTPiUPicFtOTTnihPg2wneeJffq6L { width:16.3125rem;height:1.6875rem;top:110rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTIQCeu5QniLnnf2E58ZT1fzxyyh6Bp { width:12.875rem;height:2.23828125rem;top:106.94452953339rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQ1VKBZAtreUWu7Dsd0cciIvASZqI5w { width:20rem;height:1.1375rem;top:112.67577934265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA35l3F95pRz0TasnqoqQvBnkpESE1GS { display:flex;width:1.25rem;height:1.25rem;top:110.1875rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #mBLfNvhXJ9fHVulW34qcELZdhdFHehcg { display:block; }#mBLfNvhXJ9fHVulW34qcELZdhdFHehcg > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9NmUula8GwMohcedIEFTtTAGZME1DTz { width:20rem;height:16.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psw5bxi9B75tBpFMMNky7Mii4iSXgwg1 { width:15.6875rem;height:1.4625rem;top:1.3958330154419rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yciy2eumIlhsUAcSHTCelEERhwGZKT8D { width:20rem;height:12.625rem;top:18.345831871033rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2H5zU7dI5dawTaBQVrLyFqBZWdh55mm { width:15.6875rem;height:1.4625rem;top:19.208333015442rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 { width:18.25rem;height:12.6375rem;top:3.7333335876465rem;left:0.75rem;font-size:1.125rem;display:block; }#vSXc2JKM9mHgOU8OBtvpxLB4mmaA1RO5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #N00JKdJukqKGEilCoKoBN5cft6Vpuraz { width:18.4375rem;height:7.9375rem;top:21.383334159851rem;left:0.78125rem;font-size:1.125rem;display:block; }#N00JKdJukqKGEilCoKoBN5cft6Vpuraz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d18a440a12e60be7968f19f8ccccbce58a4d070.svg); }
 }@media only screen and (max-width: 763px) { #Zbx1QLLoQF4RRsML6NyuimqcgtpaZ22T { width:20rem;height:18.375rem;top:32.220336914062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dILSQgbyWdLqKbAXdKcAiLza5UDm6gZg { width:16.1875rem;height:1.21875rem;top:33.293750762939rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRU3eOLFLgQWsfr5XJsreSP3I2TgVEK1 { width:19.0625rem;height:1.86875rem;top:35.208332061767rem;left:0.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcJuX257czZRcf9Ryl6tec2xz2CEVXi { width:17.875rem;height:9.0875rem;top:37.707812309265rem;left:1.0617187619209rem;font-size:1.125rem;display:block; }#INcJuX257czZRcf9Ryl6tec2xz2CEVXi li:before{  }
 }@media only screen and (max-width: 763px) { #uv5ykGB0Gutd6AhtayNV7uED2E8DLFsJ { width:17.625rem;height:2.1125rem;top:47.47031211853rem;left:1.1867187619209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 { display:block; }#CUEcHTHg1LwzdkFMyZ9ZcPy1V0QFWs75 > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvvxqszU1EMUpZzXuomdXUvTDSIiJKpC { width:20rem;height:26.9375rem;top:42.375001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ociz1QspGWcWBpQ4saUCFL5X3DxwhlSW { width:16.1875rem;height:1.21875rem;top:0.91874980926512rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz4EUTTLt0h45HbzI5gCrlpKK13ICK { width:16.875rem;height:1.86875rem;top:2.671875rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p { display:flex;height:auto;width:17.5rem;top:5.7708034515381rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qRy4THDdxvg4yG4m43GsRJ5aDxSakdIl {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ecLgTG8k1HsezJoSP1kQUbi3IzD0NtTG {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #V3TCwz5gZwZWLnRbTkyDgsxyrq1ANkAh {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #aGsfnuQq1JmIGv7BK6oJGoyJ4EpITDg6 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #TTLLLCcO3iR5pvpeW7dHDm0eDRX7TAid {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xE9PnK9FFKI0BV66oZaIvt8RZFhssfrX {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #XQ60bT2fIan1xbllKmOJrTPeBIzkWmpr {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #qL9wxcIQSd6DmGbWzcTkwX6e0oa7GV0l {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #enm9aIqmlSSBnDytQkgsg5vAQottHodi {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #lXn5UFaJKioT6Fu3FyUzv9tZ3OfdGdXx {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Os3GdcKJTRZkFe5w9aaUT3yFE9qvTfn9 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #SgG1t9An19NSrTC8OSdmVPPFJWxlmrRE {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #gqttp5HiCOUkMu9L1bqplZxpXEavMoKG {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #vzrNRmP5ytKacSVRGv3o7Q2Ezwafdvcr {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #taeIShmxVXU3cgg8WcKkRRVc5LOxUrzw {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bt0qwdo7Apv86122ABfbWgCX6IXQSOzu {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #FabutQL2BOxWRwpcDIQCZs6CCccJNpHu {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #uTdH6u5yvAxOJT7x3ndm8rD2Hw0IOKHe {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #xZMBZ0GRXrxTQJxmfowQcUrlT8MoZ9aK {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #OuwkpTlzqLaq2WEQouF2mpTU2iBMSqer {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #ovHPabOK3oDtncScMUTRdzWwbaDwBEPQ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #GRAgxOW1i0itPxb6nEddnrAGNC0aImoZ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #Rw4okLHSlAkmxoUmIiuUtV80sMDTJkeI {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #AbU8c58EOI6UnsV5F3E4uDO6150B9oSQ {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #nVOAHfTSlICCt8q0xSvEVsvmyZmc9PRc {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #JxBPO7ImANMc2V74GucdlE6zBePgtoKc {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #bSoCwz2Dl2oC8u5cn8fLgf1aTbVKQhws {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #LvBbKIBmxOyusskJ0PvLgUzAhZdiAfiv {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #L2q0tLa32y1rzv4EKCBMDOSP3IK0eb66 {  }
 }@media only screen and (max-width: 763px) { #tVv2lP1iSmkzBaLzSCNVEWMIoPgXEz7p #q7POAwGAilJ55ddW7aC019qsGxDhtv3r {  }
 }@media only screen and (max-width: 763px) { #qNq2HcTpW9lqg5XbPhaGiSIgmnM2Celw { width:17.1875rem;height:3.7375rem;top:43.520820617676rem;left:1.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAGeHP26L0FZdShKThSXIx6TXLGxVXXe { width:18rem;height:4.3875rem;top:48.008333206177rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwZZRq4gqPZztI5ETF7QIwhTmf8o3ZZg { width:20rem;height:21.4375rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXhIQ6pfvr3qVzFFegKouRvdMQWl3qR { width:3.625rem;height:3.625rem;top:70.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVIy0dZpbAkTaVDkatP72wxQHApUksx { width:18.9375rem;height:9.1rem;top:74.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEArZzUSMF9CB2OZadfJRJb07hzzpZ75 { width:11.1875rem;height:1.21875rem;top:85.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7s9CSrCpJUL1kg26G4qhgOrZNizT9ux { width:5.9375rem;height:1.21875rem;top:87.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0TTgzVe2IJTRP806zur70hqGrnxMVb { width:5.9375rem;height:1.21875rem;top:89.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAOZC69hqb7OwZaxHS0T7fA7O7X6QgNp { width:12.875rem;height:2.2384827260518rem;top:63.37500190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #II67bomguqQerwkDg3f8VdUpGH1OPaQ7 { top:58.375001907349rem;left:0.49921876192093rem;width:19rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM4eTwFc95dO3zuHvfSlHPA7bnZb9Lah { display:block; }
 }@media only screen and (max-width: 763px) { #ZKmNxSkKsTGa1cWAf4GraP4QVCNpevIe { width:10.8125rem;height:1.4rem;top:66.375rem;left:6rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K9bmmSPEd7nLO2yUdE9tb2s2T7bmUvpw { display:flex;width:1.25rem;height:1.25rem;top:66.5rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #RUacB5TLucT7vWw9BIBD2x5y5eWcsC6I { width:16.3125rem;height:1.6875rem;top:66.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3ooDKikausXZuABT2ZrfzRgdny7UHd { width:12.5rem;height:1.3rem;top:54.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CD06tZMHErlWF3pbW2ZSmbaDLcXexi { width:4.6875rem;height:1.95rem;top:55.5rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7V81iOac4pzHrnEKxedBoNzZUtmrMnl { width:7.5625rem;height:1.4625rem;top:53.937501907349rem;left:10.924218714237rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu2TQg3v7gSA22WM1OmdrRwnTkHthrwR { width:6.125rem;height:2.7625rem;top:55.400001525879rem;left:11.812500536442rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }