.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#c6d8c6;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); }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container { background-color: transparent; background-image: none; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container > .video-iframe-container { display: none; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row > .video-iframe-container { display: none; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .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); }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container { border-width: 0; border-radius: 0; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#GzC6PxQ7ZDPNSe0ovaob9fk71ZOovHyd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5.25rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#IgbhofZBXxs3KrDQ5pkXS2ZBJOCVtgeW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:31.875rem;display:block; }
#qQJI5aiMuoD7mJ8854kMaDbdhnphbVKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es2IZttSqpiFHxwGxtiVuZEvoHhfvnMF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:40rem;display:block; }
#r6R4KVC5EA4TwF8FLXLDNq1ny97oferI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvC25QGQUlqEQUbku2x4BRXKRMTBN7IW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:54.625rem;display:block; }
#ivZAn9XGmZs4US8tbTQ0H1JLGmEvzr2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToZgDTHB1ZU0vuJAq6f0QsRpc5PBlWWP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:59.375rem;display:block; }
#RaMp0oagG0mJ8PxkVDJKpJftDmdiPVm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Us1eS3Q89bfwZ0lRt4fbHzGiTdUGFto6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:46.9375rem;display:block; }
#UTrgnDI7igeQULTFIBqPIqCB6qizaqvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkgZxM3bVSAqVQ13KCHz41Z6Wtpa06vU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:62.5rem;display:block; }
#pDTomr48iLJ3Dalz2TPzg2rkmmUbrSJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FRd7kiCBwyG1Tkpxh0eemPD9zKqCrc7r { background-color:#2ce767;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#020403;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:67.3125rem;display:block; }
#A4mgSrROnATglyHGAyarEqgmKZNTll7n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z { position:relative;display:none; }#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z { border-width: 0; border-radius: 0; }#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cRbQ823TA5FDFvcdzWbKrrXwbwnWp6On { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.4375rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#UXPO0cQ1r4qoJ97o46yWnfzRg2qJOf52 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:19.5625rem;display:block; }
#cMfEvDtabrngFToRHMNi6ZW2mnmzm9Lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcGpA2D8dT4PKG1xbOAT7kBnXM5IoMT4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:29rem;display:block; }
#NRDSvO60pX9H8octp4QlqB1MnKDqkeqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbbfVRK0KJzwGbM4RT9Te7XoAsGc2EcK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:46.875rem;display:block; }
#vX39kyE65b7QwfJ9NARPUGPkJJGBUVTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSLcbUiCnhTxbHEA4s2b2XVgBwnnqg9R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:53.6875rem;display:block; }
#xfhCk0Z3IFidrxf9uOJ2hd9leOWmu9I2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J44IQsSzGVcfwDzN4cQOkkCruINWbEOC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:37.4375rem;display:block; }
#flv74NloayZxrLdkIhHMhhnZUfsxAz8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EceT8UoXmuThFZvZfVQ9M9Qohuq38kmL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:59.25rem;display:block; }
#sOXmB75SBUCDziXWSDSG0QzSBiL39RcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOuwcuTW5d1rI9Ibn7scNxpTT8OT1cX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KKN3c6ORNThGiRpKx9usZyfCNJiyWLPT { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:67.3125rem;display:block; }
#hLbezggvKW7o4aHkiseLhq4l81suzr5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw { position:relative;display:none; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw { border-width: 0; border-radius: 0; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JPhGhWZwOfXaO9Hv6byhWWdVVvuEt8qn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:28.25rem;display:block; }
#hmGbtZH5eOJJIyJ6CuVVyIvUEmLQs0ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKx7Cvc5JihfRZDU6SmKQJVDFwQaPLcn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:37.6875rem;display:block; }
#udGbVBDVyZbOqQhB1T08CS1KgwKc2XUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRnqbSxkUyU0cuAc9c8zu6IWBl1bLP5r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:55.5625rem;display:block; }
#RHd4SSSJVPUExZJfEt5fst4TI1A4PX1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNN95sHhMbCUl0BXIF3RJsXQtkLtzbK8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:62.375rem;display:block; }
#ONmTFWofglIS3IObKcJnQqFioZKUVNZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2qydP9k1vsl0tdRFowhbsdwTvFW0yBu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:46.125rem;display:block; }
#nRrQdWcOV10gGAf13Si4WfHtfZISfT9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LEOiEx53y8XhPhAAfQEOHH6mfJkdpZ9A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#081228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:67.9375rem;display:block; }
#SSfKTBlUeVBdKKIpecRl3P8OV2lCxOzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOyTwTnaVEQ1RWFThOCaLgJPtegUsRG6 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"prompt medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:67.1875rem;display:none; }
#oKDdoaZsn2W2mk2smVoTD4kMTds7Tyks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f84beea-eb88-470c-9a4e-734dd02ae330/BG_wave1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #081228; }#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: #081228; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#L0E0wwyvgmKEMXq31191i02caqGEZkiK { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.125rem;left:0rem;display:block; }
#GlPPAG6yElaDbC9JX0fFu9zOc3OxEJK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3yBu0DELHLJCk5NWp8N26uTt9Q1JoLD { color:#2ce767;display:block;width:51.8125rem;position:absolute;font-family:arial;font-size:8.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.3916015625rem;left:0rem;height:17.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkVFdoXQKCrlCBeeL6PTGv5873TW40uE { background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.125rem;left:18.5625rem;display:block; }
#Gnt6NR5pPmgyM2LBhkdcki43ciG66GWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqArJR5qU9w7nCoQAN2P3peaLqSURlT5 { box-sizing:content-box;height:27.4375rem;width:38.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:17.7666015625rem;left:36.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xlk37ikiSvaQtAI0KOpWByQqORcu11iy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:43.6875rem;top:18.8916015625rem;left:37.625rem;overflow:hidden;display:block; }
#dp3cJ2ZBNwWy8I6SUlUksgW0nfCByAMN { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:0rem;height:11.8125rem;font-style:normal;display:block; }
#nQchPrnsyyn88v9pTE9V3Oz2Z99q1QV1 { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.4375rem;left:0rem;display:none; }
#oRp3zx70bywOdlAF4LpyimlTzJGA4ePC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocsvUHzy9Ki6tATT6cVNQBxwL7q9AOTa { background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.4375rem;left:16.5625rem;display:none; }
#yV1LUcbGvOsW2API8uEkJi3bFwHv0umJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNtbqo53XbAO3LQdTrzU4f7QwaeTLmgT { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.65625rem;height:1.3rem;display:block; }
#q5sTVPbFcQAA6XaFvcPPPs68a4EIkZTn { color:#2ce767;display:block;width:27.1875rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:13.4375rem;left:2.6875rem;height:1.63125rem;display:block; }
#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f4813, #2c39e7);background-image: -moz-linear-gradient(180deg, #0f4813, #2c39e7);background-image: -ms-linear-gradient(180deg, #0f4813, #2c39e7);background-image: -o-linear-gradient(180deg, #0f4813, #2c39e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4813', endColorstr='#2c39e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4813', endColorstr='#2c39e7' );";background-image: linear-gradient(180deg, #0f4813, #2c39e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container { background-color: transparent; background-image: none; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container > .video-iframe-container { display: none; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row > .video-iframe-container { display: none; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .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); }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container { border-width: 0; border-radius: 0; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#Csq82UnV4UxoXHd3kv0SivbWHqgqOLQx { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.880859375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTyWtkPithKIJKHLBe4IbUHBF6c3DWt3 { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.875rem;left:0.1875rem;display:block; }
#vQBZ3r0LuQVbKAOPbvFQf7e7wPgHAm9B { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.1875rem;left:4.5rem;height:1.5rem;font-style:normal;display:block; }
#vsRr3nTC9g2wXK3K1fJmHH4zQc22J3zc { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.5rem;height:1.625rem;font-style:normal;display:block; }
#onKx1oib9iJo47omrKG9TcFHTlrruqw1 { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:18.0625rem;left:4.6875rem;display:block; }
#qa8K9l8vy9V6XCtp0q3znkfS1RK4aAuU { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:19.5625rem;left:7.4375rem;display:block; }
#MB2xi6uRdo9hWEmZebQSIFM1zBcrni0F { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.3125rem;left:9rem;height:1.625rem;font-style:normal;display:block; }
#edTJUmbyMwd51db1J57vOreA3xtFHg52 { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.875rem;left:9rem;height:1.5rem;font-style:normal;display:block; }
#XczEQetTEMiozQOtPhI9SONl9zJs4ofW { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:11.5625rem;left:3.4375rem;display:block; }
#Ws0wHzG15xCKedMef9RRg5IIytSW9LRZ { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.5625rem;left:13.3125rem;height:1.5rem;font-style:normal;display:block; }
#xMdRZiIgsze2dZQ6mTxSmETiqLeJ1ZRv { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:27.25rem;left:11.75rem;display:block; }
#w50wz03klFFyArvi3FNSPc40coWDph6B { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:13.3125rem;height:1.625rem;font-style:normal;display:block; }
#p6XXpQs5Do4GpLTwtcm26WhHzgHGJgup { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25.75rem;left:9rem;display:block; }
#VoRx9zVRhlC8Gvuw5Bxq4OvfA71hufPT { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:34.5625rem;left:17.625rem;height:1.5rem;font-style:normal;display:block; }
#QgcxvNsq3JUJIB8MhQco5OHF4yDxp6zT { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:34.25rem;left:16.0625rem;display:block; }
#k8ETfyL0IFe8TVntvEvxNQuFoBTSygkF { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32rem;left:17.625rem;height:1.625rem;font-style:normal;display:block; }
#EhUkt9k7y4P5aIkEVUIqIRsXVuetvCzu { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:32.75rem;left:13.3125rem;display:block; }
#IGiLa5ugz6d2zAIkFVfD8TZvi99aeS4a { color:#1c0f48;display:block;width:1.5rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5MehLvrsLrzqbvg4d9KZOLCNbnWbIri { color:#1c0f48;display:block;width:1.5rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.412499427796rem;left:5.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SU4m32yg5imp7ClR24gCLc1w0IWzI5e9 { color:#1c0f48;display:block;width:1.5rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.125000953674rem;left:9.8624992370606rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7Tf4ceMwp42ZgiX35wGFFZZVnTKqbPw { color:#1c0f48;display:block;width:1.5rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.125rem;left:14.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV2mkeqOEiDNUCt55Hrn3dhu21rXviy4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.22) ;height:25.1875rem;width:31.25rem;top:11.5rem;left:41.63671875rem;overflow:hidden;display:block; }
#fpzhWTPxO298AvhmC3JJV35awuPJUOqr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.17) ;height:23.5rem;width:9.875rem;top:16.5625rem;left:58.875rem;overflow:hidden;display:block; }
#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw { position:relative;display:block; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw { background-color: transparent; background-image: none; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container > .video-iframe-container { display: none; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row > .video-iframe-container { display: none; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .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); }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw { border-width: 0; border-radius: 0; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f4847;background-image:none;font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EuVLzk8NU2xFhUz3XeUXTA2QT59tguzv { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:"montserrat medium";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:12.767578125rem;left:31.4375rem;height:1.725rem;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; }
#gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc { box-sizing:content-box;height:22.6875rem;width:20.25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7b1a764f-1a52-4c30-93cf-04f1652ed005/Mad18.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6435546875rem;left:5.625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc.adaptive-delivery-prevent-bg, #gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc.lazyload, #gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc.lazyloading { background-image: none; }
#zoyv8ZIGMu8ZCGac3v6Ty7Mv4JfLRvoZ { color:#ffffff;display:block;width:45.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.9375rem;left:28rem;height:1.6rem;font-style:normal;display:block; }
#WnSQcdcVVdc4BG5Ccbv5Z6F4o4sLd5mS { box-sizing:content-box;height:39.4375rem;width:38rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:6.0185546875rem;left:3.8125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#haHUAtlXQEmCroNpcgpPnUpwt2iAarF8 { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:39.5068359375rem;left:16.125rem;height:3.575rem;display:block; }
#uB3PLfeeBlpzTnDKdOLtTUg77TuwBe1B { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:44.6748046875rem;left:15.9375rem;height:4.8rem;font-style:normal;display:block; }
#ht4Nf6OGb3epMK8JiDNMhCahqVSSstZG { box-sizing:content-box;height:14.5625rem;width:60.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #07ce5d, #1c0f48);background-image: -moz-linear-gradient(90deg, #07ce5d, #1c0f48);background-image: -ms-linear-gradient(90deg, #07ce5d, #1c0f48);background-image: -o-linear-gradient(90deg, #07ce5d, #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ce5d', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ce5d', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, #07ce5d, #1c0f48);background-size:auto !important;top:37.2001953125rem;left:13.5625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#a1lRZG605gPakFG4NP7U8T8X7Unuou42 { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:57.7685546875rem;left:55.5625rem;display:block; }
#B7fKlmKQ1xpT117uJ4nwBQoSolWBb7cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9g3Z4sWtasZpGeCUV2k0dTcNd0vhDuq { box-sizing:content-box;height:25.1875rem;width:7.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2ce767, #1c0f48);background-image: -moz-linear-gradient(90deg, #2ce767, #1c0f48);background-image: -ms-linear-gradient(90deg, #2ce767, #1c0f48);background-image: -o-linear-gradient(90deg, #2ce767, #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, #2ce767, #1c0f48);background-size:auto !important;top:9.3935546875rem;left:4.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#bzVVxVz9tlBbEaLxHq2OVKGk5lOXFXPW { color:#ffffff;display:block;width:61.6875rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.44921875rem;left:3.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .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:#ceedd9;background-image:none;vertical-align:top; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-heading-text { display:block;position:relative;width:100%;font-family:"montserrat medium";font-weight:400;font-size:1.4375rem;height:auto;font-style:normal;line-height:1.7;overflow:hidden;text-align:left;text-align-last:left;color:#11682c; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .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://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-trigger.adaptive-delivery-prevent-bg, #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-trigger.lazyload, #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-trigger.lazyloading { background-image: none; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp { box-sizing:content-box;height:auto;width:39.375rem;position:absolute;display:flex;flex-direction:column;gap:1.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ce767, #000000);background-image: -moz-linear-gradient(180deg, #2ce767, #000000);background-image: -ms-linear-gradient(180deg, #2ce767, #000000);background-image: -o-linear-gradient(180deg, #2ce767, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2ce767, #000000);background-size:auto !important;padding-top:1.3125rem;padding-right:1.3125rem;padding-bottom:1.3125rem;padding-left:1.3125rem;top:13.5546875rem;left:29.875rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #hnHVyCCJ4MIIkfTTPTJytQ6mUpVnZbyt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #fs7SquzKXHLLTfvkMOp3HwFG1gr7ZN3d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #ilOrbtema5uB6EssgDr4b7bIDBBdhqgf { display:block;position:relative; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #OLeVD8pwK6IquKfHIi8MZa9yQLS2SMkQ {  }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #wS6txklZ0J81Po3CACpfS8RCrQZDAXww {  }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #qFGz8oWexeLTXITRMfSxTudvhIuSiw4X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #SRmUOsyILQmshF806FDUt2ftJXTmq3Uc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #Tnw6f2ASqIsRxd0ek7H1tvVFziE4TkLS { display:block;position:relative; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #sxH3ysp3Tw64paQMT7DzWMMgbxgbCg7N {  }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lU9rZAUuE6NmRsJLB6hFNt7SiFOpnCGm { display:none; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #meIJmXzGNTdgfTFiC9MxGaw8JeXM4A1C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lB3qAAMrM7hI0rt21XHTwQOXV3JXwIfw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #PmPOKokOZwa2bTZLivzPmBROUWT13n19 { display:block;position:relative; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #JKO6ctUCWUT368IP0MkrGTPqB0GkIBS9 {  }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #V5BJhq1qUJK9WmD40oKVTN6tHn4NLfZv { display:none; }
#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e79f360-3322-4716-880a-3ca4e1c0454d/wave5.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H.adaptive-delivery-prevent-bg, #ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H.lazyload, #ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H.lazyloading { background-image: none; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container { background-color: transparent; background-image: none; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,231,103,0.5); }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container > .video-iframe-container { display: none; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,231,103,0.5); }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row > .video-iframe-container { display: none; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .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); }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container { border-width: 0; border-radius: 0; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TqAfplrniK85DWqi6UETClfMXTzB0nMm { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.5687503814698rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr { box-sizing:content-box;height:17.375rem;width:17.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53592613-93bd-4b74-86e5-23e5040ab1bc/foto5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:10rem;left:0rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.adaptive-delivery-prevent-bg, #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.lazyload, #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.lazyloading { background-image: none; }
#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.58); }#cXI0ZTa7TgOS6e3yPkyFffSGiWw20Wkb { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:19.3125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KKFGnhI2308v38mGX60wQczAfGTcLFwz { box-sizing:content-box;height:17.4375rem;width:17.375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d167bdf5-2a00-46ad-a1aa-0b0068ce8a96/foto4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:10rem;left:19.125rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.125rem solid #f4f7ff;border-left:0.125rem solid #f4f7ff;border-right:0.125rem solid #f4f7ff;border-bottom:0.125rem solid #f4f7ff;display:block; }#KKFGnhI2308v38mGX60wQczAfGTcLFwz.adaptive-delivery-prevent-bg, #KKFGnhI2308v38mGX60wQczAfGTcLFwz.lazyload, #KKFGnhI2308v38mGX60wQczAfGTcLFwz.lazyloading { background-image: none; }
#KKFGnhI2308v38mGX60wQczAfGTcLFwz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }#KKFGnhI2308v38mGX60wQczAfGTcLFwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); }#L7lDq2EU9tEmVxEkfV8JmIvsIx0TJaZM { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.1875rem;left:39.9375rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp { box-sizing:content-box;height:17.375rem;width:17.375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d79576fe-b821-4249-ba98-c89624183012/foto7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:10rem;left:38.0625rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.adaptive-delivery-prevent-bg, #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.lazyload, #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.lazyloading { background-image: none; }
#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); }#SaUsW8Lo7ZVMTVFP1L4UTBuwhq6mZTvq { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5rem;left:58.9375rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLCpbTnC1Anb2esgywINb4XR9cc2066L { box-sizing:content-box;height:17.375rem;width:17.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4990dd01-a79b-4458-a3ce-80fadcd4a05c/foto6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:10rem;left:57.4375rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#ZLCpbTnC1Anb2esgywINb4XR9cc2066L.adaptive-delivery-prevent-bg, #ZLCpbTnC1Anb2esgywINb4XR9cc2066L.lazyload, #ZLCpbTnC1Anb2esgywINb4XR9cc2066L.lazyloading { background-image: none; }
#ZLCpbTnC1Anb2esgywINb4XR9cc2066L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem; }#ZLCpbTnC1Anb2esgywINb4XR9cc2066L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); }#PFSXm0mbshpcyEwnDr3xIFpND3O38RC2 { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:4.986328125rem;left:0rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OkXy57duxaVwUhouMhNmNc1oMxydVmCw { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.304166793823rem;left:25.0625rem;display:block; }
#x8cVOXPV31ww5S9rHGl6rLyD7UzRAGNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCmFG0XHD9GmhixZ0WJM5InWKsFyGCRb { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0615234375rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container { background-color: transparent; background-image: none; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container > .video-iframe-container { display: none; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row > .video-iframe-container { display: none; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .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); }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container { border-width: 0; border-radius: 0; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ { box-sizing:content-box;height:5.75rem;width:5.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f7bd6e03-f062-46c6-b805-ab0caf8d8f67/logo_zielone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.84375rem;left:65.9375rem;display:block; }#RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ.adaptive-delivery-prevent-bg, #RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ.lazyload, #RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ.lazyloading { background-image: none; }
#HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd { box-sizing:content-box;height:4.4375rem;width:4.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/78121444-ee1e-4303-9111-28be20dd9c40/428607216_122103977540218026_6621011054599132573_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:7.6875rem;left:51.8125rem;display:block; }#HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd.adaptive-delivery-prevent-bg, #HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd.lazyload, #HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd.lazyloading { background-image: none; }
#a5IWZe18frQL5l1qLTCu9h63qJQJIc5a { box-sizing:content-box;height:7.0625rem;width:7.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/58f56125-daac-41c5-8d1c-07458f0f22a2/ms_logo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.375rem;left:23.375rem;display:block; }#a5IWZe18frQL5l1qLTCu9h63qJQJIc5a.adaptive-delivery-prevent-bg, #a5IWZe18frQL5l1qLTCu9h63qJQJIc5a.lazyload, #a5IWZe18frQL5l1qLTCu9h63qJQJIc5a.lazyloading { background-image: none; }
#PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D { box-sizing:content-box;height:5.8125rem;width:6rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25c345e3-2114-4cbf-8859-0648f910a27c/logos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.8125rem;left:33.4375rem;display:block; }#PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D.adaptive-delivery-prevent-bg, #PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D.lazyload, #PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D.lazyloading { background-image: none; }
#QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB { box-sizing:content-box;height:7.375rem;width:7.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/973c7801-4072-4233-8ae3-f890a5f23f92/group.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.25rem;left:41.9375rem;display:block; }#QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB.adaptive-delivery-prevent-bg, #QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB.lazyload, #QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB.lazyloading { background-image: none; }
#v4WmVXOezBc5dZETPGQmbWxXtdswXen0 { box-sizing:content-box;height:6.75rem;width:7.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9e7b19c6-8e3e-41f4-8254-429b2c2a4bb6/pdfpower_logo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.4375rem;left:57.875rem;display:block; }#v4WmVXOezBc5dZETPGQmbWxXtdswXen0.adaptive-delivery-prevent-bg, #v4WmVXOezBc5dZETPGQmbWxXtdswXen0.lazyload, #v4WmVXOezBc5dZETPGQmbWxXtdswXen0.lazyloading { background-image: none; }
#RddvnhVpLkv764CJ5lF1C6nyvtD992M0 { box-sizing:content-box;height:7.125rem;width:8rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b454868c-414c-44f5-9b89-95dfcd6b9df1/xlogo_png_pagespeed_ic_muskmrrznv.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.1250019073486rem;left:13.875rem;display:block; }#RddvnhVpLkv764CJ5lF1C6nyvtD992M0.adaptive-delivery-prevent-bg, #RddvnhVpLkv764CJ5lF1C6nyvtD992M0.lazyload, #RddvnhVpLkv764CJ5lF1C6nyvtD992M0.lazyloading { background-image: none; }
#Pc1rgMJdbJhc6fp3su8LBLuGgHBk8Goo { box-sizing:content-box;height:8.4375rem;width:63.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(44,231,103,0.41), #1c0f48);background-image: -moz-linear-gradient(90deg, rgba(44,231,103,0.41), #1c0f48);background-image: -ms-linear-gradient(90deg, rgba(44,231,103,0.41), #1c0f48);background-image: -o-linear-gradient(90deg, rgba(44,231,103,0.41), #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#682ce767', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#682ce767', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, rgba(44,231,103,0.41), #1c0f48);background-size:auto !important;top:5.5rem;left:5.78125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#ulrO1OwEVSwRrGrZIenfJMK2wlyxmtTT { box-sizing:content-box;height:19.3125rem;width:53.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:3.6250019073486rem;left:15.606250762939rem;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WoTVuTy2aZ4gRLwiMiToPf7BKR1QqWiy { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container { background-color: transparent; background-image: none; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container > .video-iframe-container { display: none; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row > .video-iframe-container { display: none; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .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); }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container { border-width: 0; border-radius: 0; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#DkgTDC4uD54TTzONhTN1EiIfQAqpdzoJ { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:6rem;left:68.8125rem;display:block; }
#MEWKNckvKL7PzCRiWbee2byT22mCNNfr { color:#ffffff;display:block;width:66.75rem;position:absolute;font-family:"montserrat medium";font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.912109375rem;left:0.5rem;height:3.33125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G { position:relative;display:block; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G { background-color: transparent; background-image: none; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container > .video-iframe-container { display: none; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row > .video-iframe-container { display: none; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .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); }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G { border-width: 0; border-radius: 0; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c0f48;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e6i62KQLewVm5wFUhUiT5fhAhc3tToPs { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:13.46875rem;left:38.3125rem;height:1.5rem;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; }
#CJc5tmtv4zdeKz9y84Pr1DZScOs6TzmZ { color:rgba(255,255,255,0.8);display:block;width:29.875rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:15.699981689453rem;left:38.3125rem;height:5.6rem;font-style:normal;display:block; }
#w2P8NIXnoAeSxcoi5VUED5toBAFCTbGR { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:23.062481880188rem;left:38.3125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTuAkfTaOtC3FTSgg5vLbSsILvM2y9Uq { color:rgba(255,255,255,0.8);display:block;width:31.25rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7rem;left:38.3125rem;height:4.2rem;font-style:normal;display:block; }
#iF334bvuAosBiZPl5n0vIAkH57Quq01e { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:4.9375rem;left:38.3125rem;height:1.5rem;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; }
#tn0T6oAF6hH1QdUAIEHQSOcqSbR79SUN { color:rgba(255,255,255,0.8);display:block;width:31.3125rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:24.8125rem;left:38.3125rem;height:5.6rem;font-style:normal;display:block; }
#Fv47uQps9QQpNUAIv5WlZw41zOly6Cvu { position:absolute;display:block;z-index:15016;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:27.375rem;width:20.4375rem;top:4.65625rem;left:5.8125rem;overflow:hidden;display:block; }
#FGBHfnO35wOx7EbzRZDlRIeUelpsJqGo { box-sizing:content-box;height:25.5rem;width:52rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.4375rem;left:20.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gft1dQgfGp8vmhe9syzQl5zBTU40f6Ug { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.4000005722046rem;left:37.125rem;display:block; }
#D9OWDlwXMoWeW7UswUxefwRELJc5A31C { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.9375rem;left:36.9375rem;display:block; }
#ZUpHnqM1AVAgCT9zFFIwfhiy0ektC3gR { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:23.499999046326rem;left:37.125rem;display:block; }
#ZCrOvcBUz09mTIcTEoreaKHDUyaqSb0M { box-sizing:content-box;height:10.25rem;width:63.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #36e72c, #1c0f48);background-image: -moz-linear-gradient(90deg, #36e72c, #1c0f48);background-image: -ms-linear-gradient(90deg, #36e72c, #1c0f48);background-image: -o-linear-gradient(90deg, #36e72c, #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36e72c', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36e72c', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, #36e72c, #1c0f48);background-size:auto !important;top:12.025000572204rem;left:8.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#T9woGtMppoDtGyl1IzxxTviHvZCq33xI { background-color:rgba(241,243,246,0.99);background-image:url("https://images.assets-landingi.com/uc/0b41ced8-8739-46b8-bf02-c29b2d6e99f9/wave6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI.adaptive-delivery-prevent-bg, #T9woGtMppoDtGyl1IzxxTviHvZCq33xI.lazyload, #T9woGtMppoDtGyl1IzxxTviHvZCq33xI.lazyloading { background-image: none; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container { background-color: transparent; background-image: none; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container > .video-iframe-container { display: none; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row > .video-iframe-container { display: none; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .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); }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container { border-width: 0; border-radius: 0; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#pol7GMOTolq0OEDa06RvTNH9Oll4vwT9 { box-sizing:content-box;height:21.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15005;background-color:#1c0f48;background-image:none;top:9.9375rem;left:0rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(44,231,103,0.35) ;display:block; }
#sRqCaQrE0ZorWFyZl3SDg6uBLBaAZ1Kn { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"montserrat medium";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:14.4375rem;left:2.5rem;height:12.65625rem;font-style:normal;display:block; }
#cRdsDW4UZFCn2wubAeT6z6ESbiCNOk6H { color:#2ce767;display:block;width:4.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:29.099987030029rem;left:2.6625003814698rem;height:1.575rem;font-style:normal;display:block; }
#S6AU5FngRZtQgWcqc7HOhQoB1bNcXhPW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.1875rem;top:7.8624992370606rem;left:8.875rem;overflow:hidden;display:block; }
#TdLXpbXfAcqezXJI9tntdH9gE3JdUJKJ { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"montserrat medium";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:14.265625953674rem;left:28.1875rem;height:12.65625rem;font-style:normal;display:block; }
#fAufdtrQ0WUmJNT9646L8sKESTx3NEuJ { color:#2ce767;display:block;width:6.375rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:29.125rem;left:29rem;height:1.575rem;font-style:normal;display:block; }
#TPCnWI9qXT6zwKIEIP2dnB06CJd8iluS { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"montserrat medium";font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:14.437500953674rem;left:54.5625rem;height:11.25rem;font-style:normal;display:block; }
#d2hiMsofxfwuaW5fUmPb8qnfKRi9POp8 { color:#2ce767;display:block;width:11.6875rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:28.425000190735rem;left:55.375rem;height:2.925rem;font-style:normal;display:block; }
#X4oSxCkexBv9tp9bKu0L9XmmDtoi3qRH { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.429166793823rem;left:25.625rem;display:block; }
#KLMEp7ttgGl6kkgT8R1GGHifXiqiUQhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0zt0xickGTmMNf3EDtK38wrCK4JNMCk { box-sizing:content-box;height:18.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:11.146874427796rem;left:1.3249998092651rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#k9TGG8pK9rzpkbOIBCwXenQnD60GH7fR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.1875rem;top:7.8624992370606rem;left:34.90625rem;overflow:hidden;display:block; }
#Evm3leJ37BOVOPo8DWLGHMzLKEwV43um { box-sizing:content-box;height:21.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:#1c0f48;background-image:none;top:9.9375rem;left:26.03125rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(44,231,103,0.35) ;display:block; }
#BLafrXTJwZsF56AfWONpXmAckibayc3I { box-sizing:content-box;height:18.5625rem;width:20.3125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:11.284375190735rem;left:27.356250762939rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#d8cfq1fzeSrkdMip1krsOVB7ZNtBBsn7 { box-sizing:content-box;height:1.8125rem;width:4.875rem;position:absolute;display:block;z-index:15030;background-color:#1c0f48;background-image:none;top:28.856250762939rem;left:2rem;display:block; }
#k6suIAK5h2vTefHZFJX4fu9GPKvi8vI7 { box-sizing:content-box;height:1.8125rem;width:7.5rem;position:absolute;display:block;z-index:15031;background-color:#1c0f48;background-image:none;top:29.168751716614rem;left:28.1875rem;display:block; }
#tOsMce8kGMTu3iLWB3wXXMbwcNdTQqAO { box-sizing:content-box;height:21.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15007;background-color:#1c0f48;background-image:none;top:9.9375rem;left:52.0625rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(44,231,103,0.35) ;display:block; }
#Rv8z0yKbaUhxa8Tw9mLNN29CdMQxrdke { 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:5.25rem;width:5.1875rem;top:7.862500190735rem;left:61.925003051757rem;overflow:hidden;display:block; }
#pE4xrzL87eG4NHyDOPcJWPp92aX74gx4 { box-sizing:content-box;height:18.5625rem;width:20.3125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:11.425000190735rem;left:53.668746948243rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#gPD3FRTHKd7ODDHxEfZQmkBSkR77BZsQ { box-sizing:content-box;height:1.8125rem;width:7.5rem;position:absolute;display:block;z-index:15032;background-color:#1c0f48;background-image:none;top:28.981251716614rem;left:54.5625rem;display:block; }
#OTwLqtvgPnyxpOruA60dGWFJaXhMUq1y { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:1.32421875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container { background-color: transparent; background-image: none; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container > .video-iframe-container { display: none; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row > .video-iframe-container { display: none; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .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); }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container { border-width: 0; border-radius: 0; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#H4mOlHGt8ggTH5PIKZCSk6dPirLqUATS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.125rem;top:4.5625rem;left:71.875rem;overflow:hidden;display:block; }
#coSO5vtiNfV4tmGg5FlvUQMZGKN8C2Xm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:4.5625rem;left:68.125rem;overflow:hidden;display:block; }
#t9apeC9XBxPaiOwGTwThSCG2PhIkewe0 { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.224609375rem;left:0.96875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(173deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(173deg, #2ce767, #14d1e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container { background-color: transparent; background-image: none; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container > .video-iframe-container { display: none; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row > .video-iframe-container { display: none; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .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); }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container { border-width: 0; border-radius: 0; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI { box-sizing:content-box;height:19.9375rem;width:32.0625rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72d7fe67-677e-4522-87af-fc5293e80c2a/slide1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:1.875rem;display:block; }#TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.adaptive-delivery-prevent-bg, #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.lazyload, #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.lazyloading { background-image: none; }
#Vr6d3JOR6FG31esIbFvSsnzwwrEkivWK { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"montserrat medium";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:8rem;left:38.8125rem;height:2.1rem;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; }
#HJzFLAo1qCtOLVo2pDEQIlydwKHWTF54 { color:rgba(255,255,255,0.8);display:block;width:27.125rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:11.3125rem;left:38.8125rem;height:6.4rem;font-style:normal;display:block; }
#XmyMs9WwV2J2rLhOr22hTuxpe2Xku471 { box-sizing:content-box;height:24.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#1c0f48;background-image:none;top:5.7220458984375E-6rem;left:0rem;display:block; }
#UFFKN2oPS1zxJfKnLTaEFrNXGplmy28c { box-sizing:content-box;height:22.125rem;width:66.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:0.89375019073488rem;left:5.8875007629394rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(173deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(173deg, #2ce767, #14d1e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container { background-color: transparent; background-image: none; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container > .video-iframe-container { display: none; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row > .video-iframe-container { display: none; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .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); }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container { border-width: 0; border-radius: 0; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#im1EncqmBJKDXQvwJiOnLEy93MlXEBPw { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"montserrat medium";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:4.875rem;left:38.25rem;height:2.1rem;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; }
#o3SrUz1UQJs1U2bZCTVwC9lXWIcTNkzS { color:rgba(255,255,255,0.8);display:block;width:31.0625rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:9.6875rem;left:38.25rem;height:8rem;font-style:normal;display:block; }
#chfpwQKd2IiGaO1nd6oyneUTybDP5UxZ { box-sizing:content-box;height:24.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#1c0f48;background-image:none;top:5.7220458984375E-6rem;left:0rem;display:block; }
#r3czulRuAiawlroGtg4w9WzIIzHmdswU { box-sizing:content-box;height:22.125rem;width:66.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:0.89375019073488rem;left:5.8875007629394rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP { box-sizing:content-box;height:19.9375rem;width:32.0625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3068ec79-4c35-431c-a343-b0b805602930/slide2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:1.875rem;display:block; }#gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.adaptive-delivery-prevent-bg, #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.lazyload, #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.lazyloading { background-image: none; }
#bP3rNcntXA6We9sD7grZnxmlDiOrovVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(173deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(173deg, #2ce767, #14d1e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container { background-color: transparent; background-image: none; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container > .video-iframe-container { display: none; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row > .video-iframe-container { display: none; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .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); }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container { border-width: 0; border-radius: 0; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#oM6Tc5ShcDmEJ5iuHdOs2KdSkvXvmceq { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"montserrat medium";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:4.625rem;left:38.125rem;height:2.1rem;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; }
#HMxZJOmywde1EHOrThzLeDDIzCvtxS2t { color:rgba(255,255,255,0.8);display:block;width:31.0625rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:8.8125rem;left:38.125rem;height:4.8rem;font-style:normal;display:block; }
#dQeQ2EBox1khwdwgM6n1VGvqBZQs4hHc { box-sizing:content-box;height:24.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#1c0f48;background-image:none;top:5.7220458984375E-6rem;left:0rem;display:block; }
#o12f9tO4GTMQHw9qpCb1OVCVGEiUBbN1 { box-sizing:content-box;height:22.125rem;width:66.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:0.89375019073488rem;left:5.8875007629394rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy { box-sizing:content-box;height:19.9375rem;width:32.0625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e9a93e1-de77-4e70-950d-7478fa6220e6/slide3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:1.875rem;display:block; }#NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.adaptive-delivery-prevent-bg, #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.lazyload, #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.lazyloading { background-image: none; }
#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(173deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(173deg, #2ce767, #14d1e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container { background-color: transparent; background-image: none; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container > .video-iframe-container { display: none; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row > .video-iframe-container { display: none; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .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); }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container { border-width: 0; border-radius: 0; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#QbzHt4q6aipnwcalhiJTeWCwSnXxW8QH { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:5.7490234375rem;left:36.5625rem;height:2.1rem;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; }
#OrBSuz6Zv73T8dpOorEdr1TQ3NtdgSHF { color:rgba(255,255,255,0.8);display:block;width:31.0625rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:9.630859375rem;left:37.125rem;height:4.8rem;font-style:normal;display:block; }
#rbSgTJH8ecXvcE8tqd8VGnmoPXDyNE4x { box-sizing:content-box;height:24.0625rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#1c0f48;background-image:none;top:5.7220458984375E-6rem;left:0rem;display:block; }
#ncuP4PvXrvT3NnVkVAriaZUBXvtFGoAG { box-sizing:content-box;height:22.125rem;width:66.5625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:0.89375019073488rem;left:5.8875007629394rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QL756G6ttceXKpZSwh9Ohae7KemZxfMw { box-sizing:content-box;height:19.9375rem;width:32.0625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0eca7d2e-5778-400e-b578-88df6e7a144a/slide4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.0625rem;left:1.875rem;display:block; }#QL756G6ttceXKpZSwh9Ohae7KemZxfMw.adaptive-delivery-prevent-bg, #QL756G6ttceXKpZSwh9Ohae7KemZxfMw.lazyload, #QL756G6ttceXKpZSwh9Ohae7KemZxfMw.lazyloading { background-image: none; }
#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(173deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(173deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(173deg, #2ce767, #14d1e7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container { background-color: transparent; background-image: none; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container > .video-iframe-container { display: none; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row > .video-iframe-container { display: none; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .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); }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container { border-width: 0; border-radius: 0; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#Fet4O4ixmnHkds7PLPewFlSHvStkDqdm { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:5.5rem;left:38.25rem;height:2.1rem;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; }
#TxnxR25h2SmA1rQtQI1VebHTd4ObBBek { color:rgba(255,255,255,0.8);display:block;width:31.0625rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:9.875rem;left:38.25rem;height:6.4rem;font-style:normal;display:block; }
#flViTBrdOzcfAw78vBTbpfdEdR4c656a { box-sizing:content-box;height:24.0625rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#1c0f48;background-image:none;top:0rem;left:0rem;display:block; }
#HRVbzuLawSJy6ddHRSyWznnqtO16yI4R { box-sizing:content-box;height:22.125rem;width:66.5625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:0.875rem;left:5.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#FU5zPLMninU6dMArmhGys4TqK8rTHlfX { box-sizing:content-box;height:19.9375rem;width:32.0625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84ac193c-1440-4feb-9c30-bfcf4702cdf7/slide5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.062518119812rem;left:1.875rem;display:block; }#FU5zPLMninU6dMArmhGys4TqK8rTHlfX.adaptive-delivery-prevent-bg, #FU5zPLMninU6dMArmhGys4TqK8rTHlfX.lazyload, #FU5zPLMninU6dMArmhGys4TqK8rTHlfX.lazyloading { background-image: none; }
#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container { background-color: transparent; background-image: none; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container > .video-iframe-container { display: none; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row > .video-iframe-container { display: none; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .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); }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container { border-width: 0; border-radius: 0; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#B6EyayZ9BPbDbqnXFP5xkZ4v0dERrTvp { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:33.375rem;display:block; }
#EmnWfv0EQOQqz8zrboXCvhOGJfN06Rby { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:35.25rem;display:block; }
#kM3mITO0PTmTTs7H6atJWNbh3J9qIQ5U { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:37.125rem;display:block; }
#xeHSuiN9v8Ou11wwX8EXV6r4khE7y1fv { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:39rem;display:block; }
#b9r7eIGlBn1AO2dmA38N9TR13xtfTnfC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:40.875rem;display:block; }
#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c0f48;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container { background-color: transparent; background-image: none; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container > .video-iframe-container { display: none; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row > .video-iframe-container { display: none; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .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); }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container { border-width: 0; border-radius: 0; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c0f48, #24a54c);background-image: -moz-linear-gradient(180deg, #1c0f48, #24a54c);background-image: -ms-linear-gradient(180deg, #1c0f48, #24a54c);background-image: -o-linear-gradient(180deg, #1c0f48, #24a54c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0f48', endColorstr='#24a54c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0f48', endColorstr='#24a54c' );";background-image: linear-gradient(180deg, #1c0f48, #24a54c);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container { background-color: transparent; background-image: none; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container > .video-iframe-container { display: none; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row > .video-iframe-container { display: none; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .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); }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container { border-width: 0; border-radius: 0; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;overflow:visible;position:relative;display:block; }#sl8uWte86eRpzdJrpVxAhP8GOX74atba { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"prompt medium";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:5.75rem;height:6.825rem;text-align:left;text-align-last:left;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; }
#kHcZNb3e2Tpa9siQSPuaJ7gync41ono5 { color:rgba(255,255,255,0.8);display:block;width:16.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.25rem;left:5.75rem;height:5.6rem;font-style:normal;display:block; }
#w0aP8nbOnwQbOWpZwNd5aPgJKTrX19Lv { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(229,235,245,0.2);background-image:none;top:11.1875rem;left:0rem;border-top:0.125rem solid rgba(229,235,245,0.5);border-left:0.125rem solid rgba(229,235,245,0.5);border-right:0.125rem solid rgba(229,235,245,0.5);border-bottom:0.125rem solid rgba(229,235,245,0.5);display:block; }
#D7IkJqSWhRpzk3T6nL9tQ5q8uMitHIzs { color:rgba(255,255,255,0.8);display:block;width:16.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:16.875rem;left:32rem;height:7rem;font-style:normal;display:block; }
#OLoQWXmAEbZIxuCamglDPLX37x8XXygn { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"prompt medium";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:32rem;height:4.55rem;text-align:left;text-align-last:left;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; }
#SvPN6xh2PyUyMgTCxQH8dvowNL28xlFW { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(229,235,245,0.2);background-image:none;top:11.1875rem;left:26.25rem;border-top:0.125rem solid rgba(229,235,245,0.5);border-left:0.125rem solid rgba(229,235,245,0.5);border-right:0.125rem solid rgba(229,235,245,0.5);border-bottom:0.125rem solid rgba(229,235,245,0.5);display:block; }
#BJpB7ZPI8EeD3Lt01MSdZ2fOxzmy7nTP { color:rgba(255,255,255,0.8);display:block;width:16.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:16.875rem;left:58.25rem;height:5.6rem;font-style:normal;display:block; }
#GkDERZAFqaz2wzRoG44N6aqRD3EMbIwK { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(229,235,245,0.1);background-image:none;top:11.1875rem;left:52.5rem;border-top:0.125rem solid rgba(229,235,245,0.5);border-left:0.125rem solid rgba(229,235,245,0.5);border-right:0.125rem solid rgba(229,235,245,0.5);border-bottom:0.125rem solid rgba(229,235,245,0.5);display:block; }
#B6UCBQogHa8naB5Dq8l3nvUXKRETzTzs { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"prompt medium";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:58.25rem;height:4.55rem;text-align:left;text-align-last:left;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; }
#eV4yB1czF0JboKcrPysoZqmCoDByV7Gm { color:rgba(255,255,255,0.8);display:block;width:16.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:34.19921875rem;left:21.75rem;height:2.8rem;font-style:normal;display:block; }
#NG3bpbauSICCypPpv4bFBfLcKl5g7vps { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"prompt medium";font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:28.75rem;left:21.75rem;height:;text-align:left;text-align-last:left;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; }
#z73DBx4qEUcmoDAVvH7vOsy1seSL0Qyl { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(229,235,245,0.1);background-image:none;top:28.4375rem;left:16rem;border-top:0.125rem solid rgba(229,235,245,0.5);border-left:0.125rem solid rgba(229,235,245,0.5);border-right:0.125rem solid rgba(229,235,245,0.5);border-bottom:0.125rem solid rgba(229,235,245,0.5);display:block; }
#fX3Kn2xTPmRcT41C0d4W5Bm4brCWfwox { color:rgba(255,255,255,0.8);display:block;width:16.75rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:33.375rem;left:48rem;height:7rem;font-style:normal;display:block; }
#i1NaHkm2td04bDklcJ7qODTwmPMk6UcG { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"prompt medium";font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.6875rem;left:48rem;height:2.275rem;text-align:left;text-align-last:left;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; }
#bWLJ14aSTvGCo3x0sXwSmT334iBinJBV { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(229,235,245,0.1);background-image:none;top:28.5rem;left:42.25rem;border-top:0.125rem solid rgba(229,235,245,0.5);border-left:0.125rem solid rgba(229,235,245,0.5);border-right:0.125rem solid rgba(229,235,245,0.5);border-bottom:0.125rem solid rgba(229,235,245,0.5);display:block; }
#tX0aXPF1JdD7LJGTaG8C4TFdUzkGU7I5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.21875rem;left:1.0625rem; }
#ItTNAvtfm55gkTRJwNMbCJBSg29eqFZ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.40625rem;left:27.46875rem; }
#x2MvrbIvaQL4ODCa2XBa7tDFFyU99yQZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.34375rem;left:53.71875rem; }
#buvVh2ZykTXWQZdnFB40bbreznhnmvwq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.6875rem;left:43.4375rem; }
#n9RSqS1v10SqygHUbvvATUzi610GLz8K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:29.6875rem;left:17.25rem; }
#nqPUcmURqzURilENIrdeqSxERyPTEphC { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.412109375rem;left:0.40625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #068027, #1c0f48);background-image: -moz-linear-gradient(180deg, #068027, #1c0f48);background-image: -ms-linear-gradient(180deg, #068027, #1c0f48);background-image: -o-linear-gradient(180deg, #068027, #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#068027', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#068027', endColorstr='#1c0f48' );";background-image: linear-gradient(180deg, #068027, #1c0f48);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container { background-color: transparent; background-image: none; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container > .video-iframe-container { display: none; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row > .video-iframe-container { display: none; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .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); }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container { border-width: 0; border-radius: 0; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container { background-color: transparent; background-image: none; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container > .video-iframe-container { display: none; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row > .video-iframe-container { display: none; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .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); }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container { border-width: 0; border-radius: 0; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#hiGvSmlikankOE1DIVkRqMoNs8COb6ms { box-sizing:content-box;height:22.9375rem;width:18.125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:10.6875rem;left:0rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(41,54,81,0.08) ;display:block; }
#DNqVULuazIKReEkTTTMRGGoG3tTFFJKP { color:#293651;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.375rem;left:1.3125rem;height:8.4125rem;font-style:normal;overflow:hidden;display:block; }#DNqVULuazIKReEkTTTMRGGoG3tTFFJKP li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNqVULuazIKReEkTTTMRGGoG3tTFFJKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
#bgKndxDdDXImOTcoufw4iw8VdLqqNF0u { color:#1c3f8e;display:block;width:14.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.1875rem;left:1.6875rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#te2i7AyRyO91wRrsOnfA4ZfSmkD0i1pS { color:#081228;display:block;width:6.875rem;position:absolute;font-family:"montserrat semi bold";font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:14.4375rem;left:3.3125rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:right;text-align-last:right;display:block; }
#Mcb5epb8M8Ur4LhnLAudrynnu6QqgQPr { color:#081228;display:block;width:3.75rem;position:absolute;font-family:"montserrat medium";font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:14.875rem;left:10.8125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#LZ1fFTqUNuammm8CsBZIrloz9ulKcPOR { box-sizing:content-box;height:0.125rem;width:15.5rem;position:absolute;display:block;z-index:15020;background-color:#1c0f48;background-image:none;top:18.125rem;left:1.25rem;display:block; }
#V6kEMOK44FR7QIkvr5qPsVy03L9HMbb6 { box-sizing:content-box;height:25.75rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:10.6875rem;left:18.9375rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(41,54,81,0.08) ;display:block; }
#If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E { color:#293651;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:19.375rem;left:20.25rem;height:;font-style:normal;overflow:hidden;display:block; }#If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
#UPTKTSZGcRu77JWHikRvAbOMsLIaSVwH { box-sizing:content-box;height:0.125rem;width:15.5rem;position:absolute;display:block;z-index:15026;background-color:#1c0f48;background-image:none;top:18.125rem;left:20.1875rem;display:block; }
#EQPJ9hw62fJDuG8Oiy4Ja5hbNzSPfPn7 { color:#081228;display:block;width:8.75rem;position:absolute;font-family:"montserrat semi bold";font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:14.4375rem;left:20.375rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:right;text-align-last:right;display:block; }
#y9qZkVgQdsGQPQ773dgWlyZ1AJkBZBT9 { color:#081228;display:block;width:3.75rem;position:absolute;font-family:"montserrat medium";font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:14.875rem;left:29.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#p7JXPKr20Kc70ZEEytM65nKMF8x3OZQ2 { color:#1c3f8e;display:block;width:14.5rem;position:absolute;font-family:"prompt medium";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:12.1875rem;left:20.625rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#y6hTZ5B5NINkWiHGTXWoyHWDhPt6k8vN { box-sizing:content-box;height:28.1875rem;width:18.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ce767, #14d1e7);background-image: -moz-linear-gradient(180deg, #2ce767, #14d1e7);background-image: -ms-linear-gradient(180deg, #2ce767, #14d1e7);background-image: -o-linear-gradient(180deg, #2ce767, #14d1e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#14d1e7' );";background-image: linear-gradient(180deg, #2ce767, #14d1e7);background-size:auto !important;top:10.6875rem;left:37.75rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(41,54,81,0.08) ;display:block; }
#X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:21.6435546875rem;left:39rem;height:11.2125rem;font-style:normal;overflow:hidden;display:block; }#X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#e7E56vrI5OFl0vQdut9nAIpU5TwxIeHi { box-sizing:content-box;height:0.125rem;width:15.5rem;position:absolute;display:block;z-index:15032;background-color:#f1f3f6;background-image:none;top:18.125rem;left:39rem;display:block; }
#sKrqBXVwBzRpSvvJ9NWhr2vPaXuOtyka { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"montserrat semi bold";font-size:1.75rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:14.4375rem;left:39.9375rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:right;text-align-last:right;display:block; }
#Ifz2PKtRiTLoTZ3kKTlHnFfKWm7K8sG6 { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:"montserrat medium";font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:14.875rem;left:48.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#qCflDPiTlrC9F9a3xS2FdufsfZdof0BE { color:#0c0105;display:block;width:14.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:12.1875rem;left:39.4375rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ViH6tgEbwGId1aI9VrQZgKOnWw9cBq3S { box-sizing:content-box;height:26.875rem;width:18.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:10.6875rem;left:56.875rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(41,54,81,0.08) ;display:block; }
#fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 { color:#293651;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:23.75rem;left:58.1875rem;height:6.5375rem;font-style:normal;overflow:hidden;display:block; }#fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
#zV4VVSl1Sr8Pw82649LKuQD8k1Dx46TU { color:#081228;display:block;width:7.9375rem;position:absolute;font-family:"montserrat semi bold";font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:14.4375rem;left:59.125rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:right;text-align-last:right;display:block; }
#Tpc2QOETxL1Olvp4fvApBwq65qCraBa4 { color:#081228;display:block;width:3.75rem;position:absolute;font-family:"montserrat medium";font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:14.875rem;left:67.6875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#V2HRhnxlXwoNrp8lRaHf03QQHlKAy9vm { color:#2ce767;display:block;width:14.5rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:12.1875rem;left:58.5625rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#T3y9Dlixd19CAeZeTwDCwJ2NHPU0rMox { box-sizing:content-box;height:2.875rem;width:18.625rem;position:absolute;display:block;z-index:15002;background-color:#1c0f48;background-image:none;top:8.3125rem;left:37.4375rem;box-shadow: 0.1875rem 0.5rem 1.25rem rgba(41,54,81,0.08) ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#xqNGGAHklww1hJBRMxfac9DfSxcn0qSV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"montserrat semi bold";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:8.90625rem;left:39.5625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ly9d1PBiagZ7xNvNcpulkhE7iMRLD4fa { color:#293651;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:19.375rem;left:20.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oJ0euW9TqTXqOy7Gx4mocUl1vNLwJ2HU { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:19.375rem;left:39.0625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bD3EOtmmWiRGGPrlxL6GDeF4ZRo27pAl { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:35.9541015625rem;left:39.0625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#QngJFL4V7yXkVEgzRV2fu30HKl6fxnPW { color:#293651;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:19.375rem;left:58.1875rem;height:2.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VHr13llugug3ICSRUEOW4ZTerTBV7gJa { color:#293651;display:block;width:15.5rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:31.8291015625rem;left:58.1875rem;height:2.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JUUExTDwkVaJUaWFVifSb6Qsv9rVQ3HD { background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;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 medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1142578125rem;left:29rem;display:block; }
#hzP2XfdnHrgUbIokkAJ1TEJipvyiw6sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJu9TUAta9g3Z56LthZBq6XQ1cS0ss6Q { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.25rem;left:20.8125rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE2cmCEUnA5T2rThg1vXKpJeEWpQ6TLT { box-sizing:content-box;height:23.4375rem;width:58.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:19.375037193298rem;left:8.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#a18SKyBM14rvoaQQuPSTRODmxvlyPeua { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:"montserrat medium";font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:16.59375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g { background-color:#1c0f48;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container { background-color: transparent; background-image: none; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container > .video-iframe-container { display: none; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row > .video-iframe-container { display: none; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .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); }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container { border-width: 0; border-radius: 0; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vGCszxhBwPPTJhTocLCI0Ad1GfmZJ2xi { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:3.7125015258789rem;left:15.78125rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QpW21bTuq7XkZpffgcC3sPJztv73IUlr { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.8624992370606rem;left:20rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(44,231,103,0.39);background-image:url("https://images.assets-landingi.com/uc/c5c86ac8-3e08-4fee-9dbf-e91c520ccff8/wave7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF.adaptive-delivery-prevent-bg, #BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF.lazyload, #BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF.lazyloading { background-image: none; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container { background-color: transparent; background-image: none; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container > .video-iframe-container { display: none; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row > .video-iframe-container { display: none; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .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); }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container { border-width: 0; border-radius: 0; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .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:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #f1f3f6; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .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; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;color:#1c0f48;font-family:"montserrat semi bold";font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#1c0f48;font-family:"montserrat medium";height:auto;line-height:1.6;overflow:hidden;font-weight:400;font-style:normal; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .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://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-trigger.adaptive-delivery-prevent-bg, #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-trigger.lazyload, #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-trigger.lazyloading { background-image: none; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:10rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #BTcgt0tNwXTHEbWH4g8HU2F0kf2Gidw5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #tENP1osr32gM3dF3yfmoTm6TguwpbRxI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #Vl5zS9NF1rIyixtCP6HlvCJ7iK4IqF23 { display:block;position:relative; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TeFebliammZ76ovTIiEUIAIq988zTPvw {  }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #MMNHlTm7ekKc0ytLvpgpwi5AchPOarkt {  }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #o5kZisoiOMKOgOHaTRJVQ6gIlpqLS4Gg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #NTutDzgB4FxLww9esecNe5km1Nm0XxgM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #cB4nc92K1mHO9O7wzu8Cun3rWo9yva76 { display:block;position:relative; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #WzOJmcXK0oaQfseGUT7Wav5Tv4Ak71nU {  }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #AWOyHPZA4xPZ1cm4uEZyi4k4XO4exT7B { display:none; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TGIOABs6gQAdlvQwnqXJgcU1qdClK9Zp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #GaqPbDoQAbLaJQrmBlndQCcENHt4y8So { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #PDy60NTtXodMINeD4OeUruggqfdh0gN8 { display:block;position:relative; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #C2THF0m6Nl7roKuTdNvDd6dRyumNtnC1 {  }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iUdEbnSH4nEKqFT9aFCqxDzTMZJcH1hM { display:none; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #SQ735sEteanxp3CThQRNS7laSDTeWJLA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #qPv8k2HkJrVfQhmkEGVPekGqiU2tWoVJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iF8AQdVhdsLNzi6RtMvwJnaS2WC4UgB1 { display:block;position:relative; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XKBqWzMepZt0mUhweRIsxCCr4SAgk4eD {  }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XWbrzae6k2C1PpLuG0AIE9DfnBF8gXNr { display:none; }
#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ce767, #1c0f48);background-image: -moz-linear-gradient(180deg, #2ce767, #1c0f48);background-image: -ms-linear-gradient(180deg, #2ce767, #1c0f48);background-image: -o-linear-gradient(180deg, #2ce767, #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce767', endColorstr='#1c0f48' );";background-image: linear-gradient(180deg, #2ce767, #1c0f48);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container { background-color: transparent; background-image: none; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container > .video-iframe-container { display: none; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row > .video-iframe-container { display: none; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .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); }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container { border-width: 0; border-radius: 0; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;overflow:visible;position:relative;display:block; }#luAerf2AnKuAyQQowxU3ErzNyoHEzV5w { box-sizing:content-box;height:35.25rem;width:23.25rem;position:absolute;display:block;z-index:15028;background-color:#1c0f48;background-image:none;top:6.3125rem;left:5.625rem;box-shadow: none;display:block; }
#FHR8Z7IIKIM8ywTt2vy3lMQlR4n1liG0 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"montserrat semi bold";font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:11.812500953674rem;left:7.625rem;height:5.175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-form-header {  }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-regular-label { height:auto;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;color:#ffffff;width:29.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f1f3f6;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5625rem;color:#081228;font-size:1rem;overflow:hidden;font-family:"montserrat medium";font-weight:300;font-style:normal; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f1f3f6;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:4.375rem;color:#081228;font-size:1rem;overflow:hidden;font-family:"montserrat medium";font-weight:300;font-style:normal; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-button { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:20.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:8.8125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f [class*="-text"]:-moz-placeholder { color:#b8bcc3;font-family:prompt;font-size:1rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f [class*="-text"]::-moz-placeholder { color:#b8bcc3;font-family:prompt;font-size:1rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f [class*="-text"]:-ms-input-placeholder { color:#b8bcc3;font-family:prompt;font-size:1rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f [class*="-text"]::-webkit-input-placeholder { color:#b8bcc3;font-family:prompt;font-size:1rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-container:first-of-type{padding-top:0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-container:last-of-type{padding-bottom:0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15044;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.4375rem;left:31.718750953674rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f {display:block;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15044;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.4375rem;left:31.718750953674rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #hlVJZdvnHgIMQtOsx6uHzHQukGKUVPAA { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #T4Zv5XlfnThTw6CvxSURzgTAnuhz4siS { position:relative;display:block; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #w6qFpTU41VdaKXeq9TGJgLgKdo938Kkf { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #QmEyOp3X5WBrRTD3OXO0O0gOy0IdfaHf { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t4Qmm1o7TV6JAXBFrMNqTqfrfW1TGHvi { position:relative;display:block; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #oXVPLQLiTJRgBaZDQTuhVtb5yQaLEFSv { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #fpiEozzaQCLsM777Do057ius86dDyitG { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t96BviWNodo3BF66uL0SmJxovRCUk1Qn { position:relative;display:block; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #USc1pPJ3PXbgffN7JDBJenbkChC8HDKm { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #pP4peK5CN0aXD5A545zTEvXyJ743Wg6B { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #TpMUJqD9ac66rWq2P00PLVAffWR7ITMr { position:relative;display:block; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #JrMSLiPSVST4CdiEwG6oDZaMkQsRww0m { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #N6SJg0aOyM4yx8nKVUFmwEG1kamADD0e { position:relative; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #e5kK1AwB1sgICWafm6IXvfeD96q497Im { position:relative; }
#TRQM9eVTGaLP6vgZLSEF1otlfdhTLFFo { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.375rem;width:17.25rem;top:22rem;left:9.09375rem;overflow:hidden;display:block; }
#TkyKlOakPE7koXlWlapFrrioaBnuuz2r { color:rgba(255,255,255,0.8);display:block;width:19.4375rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:17.701049804688rem;left:7.53125rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#m6eokAZzWThJG0bSHUnV2afCzCfPuufx { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"montserrat medium";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:9.5114593505863rem;left:32.53125rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#y8J0C0SzrH8qirodFWSS35qW9cgbudMT { box-sizing:content-box;height:14.8125rem;width:18.6875rem;position:absolute;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block;z-index:15046;background-color:transparent;background-image:none;top:19.9716796875rem;left:8.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Nl4ZaTXerfLifIF1EMz2qM5Cb9pBuS5C { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"montserrat medium";font-size:1.875rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:8.1864576339719rem;left:7.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TJwd7tRh9DQ05y8f72aGfEQ19EI2KyfS { box-sizing:content-box;height:12.5625rem;width:2.0625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:7.4093513488769rem;left:6.5125007629394rem;border-top:0;border-left:0.125rem solid #ffffff;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MaPvAHQZTwdqLdZv464F4ixQmTzG3fPa { box-sizing:content-box;height:28.1875rem;width:58.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:7.409375190735rem;left:10.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c0f48;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container { background-color: transparent; background-image: none; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container > .video-iframe-container { display: none; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row > .video-iframe-container { display: none; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .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); }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container { border-width: 0; border-radius: 0; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#SKxGrl2dmJopGql1T0S7mtI1wfqAirZx { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:3.625rem;left:0rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#SydCwzFpFhmaDNBwTu123TxZQevtpgfk { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.25rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:right;text-align-last:right;display:block; }
#apCLoSJ53cDOuOmIvfuhwQwlwHW6CtWI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.5625rem;left:72.4375rem; }
#WWRmuoGAmGABmmHEsTzTZhpAzspGh9Bc { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#f1f3f6;background-image:none;top:2.625rem;left:71.5625rem;display:block; }
#w1on2mCNLRN0ZlttNTdzQ65WOfKvqKkR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:2.65625rem;left:71.5625rem;display:block; }
#IbBiW1R6MwEn2wJX5VXPZB1nZXfrEIWO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlpXb2qbO55OotsTQdDN5c9GZa7at6Rh { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#f1f3f6;background-image:none;top:2.625rem;left:66.9375rem;display:block; }
#FTESTZJrGG52fpkOCbEgBIiBX9rTSQ9p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.65625rem;left:66.9375rem;display:block; }
#CioJHhh6MTw5f27cwOto6Dc6HmEc4uTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxVhTiwtIFKd3dxx7rDK5TmMnuuUXR6Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:3.5625rem;left:67.8125rem; }
#kEK9mLiKAAMMo1pEK3MeKfM1xeNu5IH2 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:#f1f3f6;background-image:none;top:2.625rem;left:62.3125rem;display:block; }
#bKT2QbshV5Wu0u7mTCvQ5iTBwl9EMRMg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:2.65625rem;left:62.3125rem;display:block; }
#ft7HnPXBOFm9rJVp9nvfm28Tnfyvu2xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9wxllC7o8laxinATm7fGbuqnXuo5Whz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:3.125rem;left:63.0625rem; }
#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt { position:relative;display:none; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt { border-width: 0; border-radius: 0; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#b2vxzxuskW2H45VT1SVomp3vsIGTM6FR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:14.6875rem;top:1.65625rem;left:16.799999237061rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 { display:block; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzC6PxQ7ZDPNSe0ovaob9fk71ZOovHyd { width:5.25rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgbhofZBXxs3KrDQ5pkXS2ZBJOCVtgeW { width:7.75rem;height:3.4375rem;top:0.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJI5aiMuoD7mJ8854kMaDbdhnphbVKi { display:block; }
 }@media only screen and (max-width: 763px) { #Es2IZttSqpiFHxwGxtiVuZEvoHhfvnMF { width:6.375rem;height:3.4375rem;top:0.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6R4KVC5EA4TwF8FLXLDNq1ny97oferI { display:block; }
 }@media only screen and (max-width: 763px) { #CvC25QGQUlqEQUbku2x4BRXKRMTBN7IW { width:4.1875rem;height:3.4375rem;top:0.625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZAn9XGmZs4US8tbTQ0H1JLGmEvzr2H { display:block; }
 }@media only screen and (max-width: 763px) { #ToZgDTHB1ZU0vuJAq6f0QsRpc5PBlWWP { width:2.5rem;height:3.4375rem;top:0.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMp0oagG0mJ8PxkVDJKpJftDmdiPVm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Us1eS3Q89bfwZ0lRt4fbHzGiTdUGFto6 { width:7.0625rem;height:3.4375rem;top:0.625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrgnDI7igeQULTFIBqPIqCB6qizaqvC { display:block; }
 }@media only screen and (max-width: 763px) { #TkgZxM3bVSAqVQ13KCHz41Z6Wtpa06vU { width:4.125rem;height:3.4375rem;top:0.625rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDTomr48iLJ3Dalz2TPzg2rkmmUbrSJJ { display:block; }
 }@media only screen and (max-width: 763px) { #TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI { width:3.125rem;height:3.125rem;display:none; }
#TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FRd7kiCBwyG1Tkpxh0eemPD9zKqCrc7r { width:7.6875rem;height:2.625rem;top:1rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4mgSrROnATglyHGAyarEqgmKZNTll7n { display:block; }
 }@media only screen and (max-width: 763px) { #KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z { display:none; }#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRbQ823TA5FDFvcdzWbKrrXwbwnWp6On { width:13.4375rem;height:3.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXPO0cQ1r4qoJ97o46yWnfzRg2qJOf52 { width:8.875rem;height:3.4375rem;top:0.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMfEvDtabrngFToRHMNi6ZW2mnmzm9Lg { display:block; }
 }@media only screen and (max-width: 763px) { #hcGpA2D8dT4PKG1xbOAT7kBnXM5IoMT4 { width:7.875rem;height:3.4375rem;top:0.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRDSvO60pX9H8octp4QlqB1MnKDqkeqQ { display:block; }
 }@media only screen and (max-width: 763px) { #tbbfVRK0KJzwGbM4RT9Te7XoAsGc2EcK { width:6.8125rem;height:3.4375rem;top:0.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX39kyE65b7QwfJ9NARPUGPkJJGBUVTk { display:block; }
 }@media only screen and (max-width: 763px) { #zSLcbUiCnhTxbHEA4s2b2XVgBwnnqg9R { width:5.5rem;height:3.4375rem;top:0.625rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhCk0Z3IFidrxf9uOJ2hd9leOWmu9I2 { display:block; }
 }@media only screen and (max-width: 763px) { #J44IQsSzGVcfwDzN4cQOkkCruINWbEOC { width:9.5rem;height:3.4375rem;top:0.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flv74NloayZxrLdkIhHMhhnZUfsxAz8M { display:block; }
 }@media only screen and (max-width: 763px) { #EceT8UoXmuThFZvZfVQ9M9Qohuq38kmL { width:7.0625rem;height:3.4375rem;top:0.625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOXmB75SBUCDziXWSDSG0QzSBiL39RcC { display:block; }
 }@media only screen and (max-width: 763px) { #XOuwcuTW5d1rI9Ibn7scNxpTT8OT1cX8 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKN3c6ORNThGiRpKx9usZyfCNJiyWLPT { width:7.6875rem;height:2.625rem;top:1rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLbezggvKW7o4aHkiseLhq4l81suzr5r { display:block; }
 }@media only screen and (max-width: 763px) { #gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw { display:none; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JPhGhWZwOfXaO9Hv6byhWWdVVvuEt8qn { width:8.875rem;height:3.4375rem;top:0.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmGbtZH5eOJJIyJ6CuVVyIvUEmLQs0ia { display:block; }
 }@media only screen and (max-width: 763px) { #JKx7Cvc5JihfRZDU6SmKQJVDFwQaPLcn { width:7.875rem;height:3.4375rem;top:0.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGbVBDVyZbOqQhB1T08CS1KgwKc2XUN { display:block; }
 }@media only screen and (max-width: 763px) { #gRnqbSxkUyU0cuAc9c8zu6IWBl1bLP5r { width:6.8125rem;height:3.4375rem;top:0.625rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHd4SSSJVPUExZJfEt5fst4TI1A4PX1L { display:block; }
 }@media only screen and (max-width: 763px) { #hNN95sHhMbCUl0BXIF3RJsXQtkLtzbK8 { width:5.5rem;height:3.4375rem;top:0.625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmTFWofglIS3IObKcJnQqFioZKUVNZR { display:block; }
 }@media only screen and (max-width: 763px) { #T2qydP9k1vsl0tdRFowhbsdwTvFW0yBu { width:9.5rem;height:3.4375rem;top:0.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRrQdWcOV10gGAf13Si4WfHtfZISfT9f { display:block; }
 }@media only screen and (max-width: 763px) { #LEOiEx53y8XhPhAAfQEOHH6mfJkdpZ9A { width:7.0625rem;height:3.4375rem;top:0.625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfKTBlUeVBdKKIpecRl3P8OV2lCxOzs { display:block; }
 }@media only screen and (max-width: 763px) { #ZOyTwTnaVEQ1RWFThOCaLgJPtegUsRG6 { width:7.6875rem;height:2.625rem;top:1rem;left:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKDdoaZsn2W2mk2smVoTD4kMTds7Tyks { 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) { #L0E0wwyvgmKEMXq31191i02caqGEZkiK { width:17.625rem;height:3.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlPPAG6yElaDbC9JX0fFu9zOc3OxEJK6 { display:block; }
 }@media only screen and (max-width: 763px) { #t3yBu0DELHLJCk5NWp8N26uTt9Q1JoLD { width:47.75rem;height:17.25rem;top:3.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVFdoXQKCrlCBeeL6PTGv5873TW40uE { width:15.9375rem;height:3.4375rem;top:34.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt6NR5pPmgyM2LBhkdcki43ciG66GWG { display:block; }
 }@media only screen and (max-width: 763px) { #eqArJR5qU9w7nCoQAN2P3peaLqSURlT5 { width:38.1875rem;height:27.4375rem;top:17.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlk37ikiSvaQtAI0KOpWByQqORcu11iy { width:43.6875rem;height:25.25rem;top:18.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp3cJ2ZBNwWy8I6SUlUksgW0nfCByAMN { width:32.5625rem;height:11.8125rem;top:19.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQchPrnsyyn88v9pTE9V3Oz2Z99q1QV1 { width:15.9375rem;height:3.4375rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRp3zx70bywOdlAF4LpyimlTzJGA4ePC { display:block; }
 }@media only screen and (max-width: 763px) { #ocsvUHzy9Ki6tATT6cVNQBxwL7q9AOTa { width:15.9375rem;height:3.4375rem;top:28.4375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV1LUcbGvOsW2API8uEkJi3bFwHv0umJ { display:block; }
 }@media only screen and (max-width: 763px) { #PNtbqo53XbAO3LQdTrzU4f7QwaeTLmgT { top:5.8125rem;left:0rem;width:40.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sTVPbFcQAA6XaFvcPPPs68a4EIkZTn { top:13.4375rem;left:0rem;width:27.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 { display:block; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csq82UnV4UxoXHd3kv0SivbWHqgqOLQx { width:47.75rem;height:2.875rem;top:3.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTyWtkPithKIJKHLBe4IbUHBF6c3DWt3 { width:3.25rem;height:3.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBZ3r0LuQVbKAOPbvFQf7e7wPgHAm9B { width:32.5625rem;height:1.5rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsRr3nTC9g2wXK3K1fJmHH4zQc22J3zc { width:15.375rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKx1oib9iJo47omrKG9TcFHTlrruqw1 { width:3.25rem;height:3.25rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa8K9l8vy9V6XCtp0q3znkfS1RK4aAuU { width:37.5rem;height:0.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2xi6uRdo9hWEmZebQSIFM1zBcrni0F { width:15.375rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTJUmbyMwd51db1J57vOreA3xtFHg52 { width:32.5625rem;height:1.5rem;top:19.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XczEQetTEMiozQOtPhI9SONl9zJs4ofW { width:37.5rem;height:0.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0wHzG15xCKedMef9RRg5IIytSW9LRZ { width:32.5625rem;height:1.5rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdRZiIgsze2dZQ6mTxSmETiqLeJ1ZRv { width:37.5rem;height:0.0625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w50wz03klFFyArvi3FNSPc40coWDph6B { width:15.375rem;height:1.625rem;top:25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6XXpQs5Do4GpLTwtcm26WhHzgHGJgup { width:3.25rem;height:3.25rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoRx9zVRhlC8Gvuw5Bxq4OvfA71hufPT { width:32.5625rem;height:1.5rem;top:34.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgcxvNsq3JUJIB8MhQco5OHF4yDxp6zT { width:37.5rem;height:0.0625rem;top:34.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ETfyL0IFe8TVntvEvxNQuFoBTSygkF { width:15.375rem;height:1.625rem;top:32rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhUkt9k7y4P5aIkEVUIqIRsXVuetvCzu { width:3.25rem;height:3.25rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGiLa5ugz6d2zAIkFVfD8TZvi99aeS4a { width:1.5rem;height:0;top:10.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5MehLvrsLrzqbvg4d9KZOLCNbnWbIri { width:1.5rem;height:2.4375rem;top:18.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU4m32yg5imp7ClR24gCLc1w0IWzI5e9 { width:1.5rem;height:2.4375rem;top:26.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tf4ceMwp42ZgiX35wGFFZZVnTKqbPw { width:1.5rem;height:2.4375rem;top:33.125rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2mkeqOEiDNUCt55Hrn3dhu21rXviy4 { width:31.25rem;height:25.1875rem;top:11.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpzhWTPxO298AvhmC3JJV35awuPJUOqr { width:9.875rem;height:23.5rem;top:16.5625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw { display:block; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuVLzk8NU2xFhUz3XeUXTA2QT59tguzv { width:37.3125rem;height:1.6875rem;top:12.75rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc { width:20.25rem;height:22.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoyv8ZIGMu8ZCGac3v6Ty7Mv4JfLRvoZ { width:45.75rem;height:1.5625rem;top:14.9375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSQcdcVVdc4BG5Ccbv5Z6F4o4sLd5mS { width:38rem;height:39.4375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHUAtlXQEmCroNpcgpPnUpwt2iAarF8 { width:46.1875rem;height:3.5625rem;top:39.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3PLfeeBlpzTnDKdOLtTUg77TuwBe1B { width:46.5625rem;height:4.75rem;top:44.625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht4Nf6OGb3epMK8JiDNMhCahqVSSstZG { width:47.75rem;height:14.5625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lRZG605gPakFG4NP7U8T8X7Unuou42 { width:15.9375rem;height:3.4375rem;top:57.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7fKlmKQ1xpT117uJ4nwBQoSolWBb7cA { display:block; }
 }@media only screen and (max-width: 763px) { #v9g3Z4sWtasZpGeCUV2k0dTcNd0vhDuq { width:7.4375rem;height:25.1875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzVVxVz9tlBbEaLxHq2OVKGk5lOXFXPW { width:47.75rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp { display:flex;height:auto;width:27.8125rem;top:12.875rem;left:16.28125rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #hnHVyCCJ4MIIkfTTPTJytQ6mUpVnZbyt {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #fs7SquzKXHLLTfvkMOp3HwFG1gr7ZN3d {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #ilOrbtema5uB6EssgDr4b7bIDBBdhqgf {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #OLeVD8pwK6IquKfHIi8MZa9yQLS2SMkQ {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #wS6txklZ0J81Po3CACpfS8RCrQZDAXww {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #qFGz8oWexeLTXITRMfSxTudvhIuSiw4X {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #SRmUOsyILQmshF806FDUt2ftJXTmq3Uc {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #Tnw6f2ASqIsRxd0ek7H1tvVFziE4TkLS {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #sxH3ysp3Tw64paQMT7DzWMMgbxgbCg7N {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lU9rZAUuE6NmRsJLB6hFNt7SiFOpnCGm {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #meIJmXzGNTdgfTFiC9MxGaw8JeXM4A1C {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lB3qAAMrM7hI0rt21XHTwQOXV3JXwIfw {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #PmPOKokOZwa2bTZLivzPmBROUWT13n19 {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #JKO6ctUCWUT368IP0MkrGTPqB0GkIBS9 {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #V5BJhq1qUJK9WmD40oKVTN6tHn4NLfZv {  }
 }@media only screen and (max-width: 763px) { #ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H { display:block; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqAfplrniK85DWqi6UETClfMXTzB0nMm { width:10.4375rem;height:1.625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr { width:17.375rem;height:17.375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXI0ZTa7TgOS6e3yPkyFffSGiWw20Wkb { width:17.1875rem;height:3.25rem;top:19.0625rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKFGnhI2308v38mGX60wQczAfGTcLFwz { width:17.375rem;height:17.4375rem;top:10rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7lDq2EU9tEmVxEkfV8JmIvsIx0TJaZM { width:14.3125rem;height:3.25rem;top:19.1875rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp { width:17.375rem;height:17.375rem;top:10rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUsW8Lo7ZVMTVFP1L4UTBuwhq6mZTvq { width:14.5rem;height:4.875rem;top:19.5rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCpbTnC1Anb2esgywINb4XR9cc2066L { width:17.375rem;height:17.375rem;top:10rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFSXm0mbshpcyEwnDr3xIFpND3O38RC2 { width:33.375rem;height:1.375rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkXy57duxaVwUhouMhNmNc1oMxydVmCw { width:23.75rem;height:3.4375rem;top:31.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8cVOXPV31ww5S9rHGl6rLyD7UzRAGNH { display:block; }
 }@media only screen and (max-width: 763px) { #CCmFG0XHD9GmhixZ0WJM5InWKsFyGCRb { width:44.875rem;height:2.9375rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ6BQQB1W6ugqoPURdCNMASVUveeETIq { display:block; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ { width:5.8125rem;height:5.75rem;top:6.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd { width:4.5rem;height:4.4375rem;top:7.6875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5IWZe18frQL5l1qLTCu9h63qJQJIc5a { width:7.9375rem;height:7.0625rem;top:6.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D { width:6rem;height:5.8125rem;top:6.8125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB { width:7.4375rem;height:7.375rem;top:6.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4WmVXOezBc5dZETPGQmbWxXtdswXen0 { width:7.5625rem;height:6.75rem;top:6.4375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddvnhVpLkv764CJ5lF1C6nyvtD992M0 { width:8rem;height:7.125rem;top:6.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc1rgMJdbJhc6fp3su8LBLuGgHBk8Goo { width:47.75rem;height:8.4375rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulrO1OwEVSwRrGrZIenfJMK2wlyxmtTT { width:47.6875rem;height:19.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTVuTy2aZ4gRLwiMiToPf7BKR1QqWiy { width:14.1875rem;height:2.875rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 { display:block; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkgTDC4uD54TTzONhTN1EiIfQAqpdzoJ { width:0.75rem;height:0.75rem;top:6rem;left:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEWKNckvKL7PzCRiWbee2byT22mCNNfr { width:47.75rem;height:3.3125rem;top:4.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G { display:block; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6i62KQLewVm5wFUhUiT5fhAhc3tToPs { width:32.6875rem;height:1.5rem;top:13.4375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJc5tmtv4zdeKz9y84Pr1DZScOs6TzmZ { width:29.875rem;height:5.625rem;top:15.6875rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2P8NIXnoAeSxcoi5VUED5toBAFCTbGR { width:20.25rem;height:1.75rem;top:23rem;left:24.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuAkfTaOtC3FTSgg5vLbSsILvM2y9Uq { width:31.25rem;height:4.1875rem;top:7rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF334bvuAosBiZPl5n0vIAkH57Quq01e { width:32.3125rem;height:1.5rem;top:4.9375rem;left:15.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0T6oAF6hH1QdUAIEHQSOcqSbR79SUN { width:31.3125rem;height:5.5625rem;top:24.8125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv47uQps9QQpNUAIv5WlZw41zOly6Cvu { width:20.4375rem;height:27.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGBHfnO35wOx7EbzRZDlRIeUelpsJqGo { width:47.625rem;height:25.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gft1dQgfGp8vmhe9syzQl5zBTU40f6Ug { width:0.625rem;height:0.625rem;top:5.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OWDlwXMoWeW7UswUxefwRELJc5A31C { width:0.6875rem;height:0.6875rem;top:13.9375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUpHnqM1AVAgCT9zFFIwfhiy0ektC3gR { width:0.625rem;height:0.625rem;top:23.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrOvcBUz09mTIcTEoreaKHDUyaqSb0M { width:47.75rem;height:10.25rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9woGtMppoDtGyl1IzxxTviHvZCq33xI { display:block; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pol7GMOTolq0OEDa06RvTNH9Oll4vwT9 { width:22.9375rem;height:21.6875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqCaQrE0ZorWFyZl3SDg6uBLBaAZ1Kn { width:18.625rem;height:12.625rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdsDW4UZFCn2wubAeT6z6ESbiCNOk6H { width:4.1875rem;height:1.5625rem;top:29.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AU5FngRZtQgWcqc7HOhQoB1bNcXhPW { width:5.1875rem;height:5.25rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLXpbXfAcqezXJI9tntdH9gE3JdUJKJ { width:18.625rem;height:12.625rem;top:14.25rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAufdtrQ0WUmJNT9646L8sKESTx3NEuJ { width:6.375rem;height:1.5625rem;top:29.125rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCnWI9qXT6zwKIEIP2dnB06CJd8iluS { width:18.625rem;height:11.25rem;top:14.4375rem;left:29.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hiMsofxfwuaW5fUmPb8qnfKRi9POp8 { width:11.6875rem;height:2.9375rem;top:28.375rem;left:34.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4oSxCkexBv9tp9bKu0L9XmmDtoi3qRH { width:23.75rem;height:3.4375rem;top:36.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLMEp7ttgGl6kkgT8R1GGHifXiqiUQhu { display:block; }
 }@media only screen and (max-width: 763px) { #z0zt0xickGTmMNf3EDtK38wrCK4JNMCk { width:20.3125rem;height:18.6875rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TGG8pK9rzpkbOIBCwXenQnD60GH7fR { width:5.1875rem;height:5.25rem;top:7.8125rem;left:21.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evm3leJ37BOVOPo8DWLGHMzLKEwV43um { width:22.9375rem;height:21.6875rem;top:9.9375rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLafrXTJwZsF56AfWONpXmAckibayc3I { width:20.3125rem;height:18.5625rem;top:11.25rem;left:13.731250762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8cfq1fzeSrkdMip1krsOVB7ZNtBBsn7 { width:4.875rem;height:1.8125rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6suIAK5h2vTefHZFJX4fu9GPKvi8vI7 { width:7.5rem;height:1.8125rem;top:29.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsMce8kGMTu3iLWB3wXXMbwcNdTQqAO { width:22.9375rem;height:21.6875rem;top:9.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8z0yKbaUhxa8Tw9mLNN29CdMQxrdke { width:5.1875rem;height:5.25rem;top:7.8125rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE4xrzL87eG4NHyDOPcJWPp92aX74gx4 { width:20.3125rem;height:18.5625rem;top:11.375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPD3FRTHKd7ODDHxEfZQmkBSkR77BZsQ { width:7.5rem;height:1.8125rem;top:28.9375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwLqtvgPnyxpOruA60dGWFJaXhMUq1y { width:47.75rem;height:2.875rem;top:2.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT { display:block; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4mOlHGt8ggTH5PIKZCSk6dPirLqUATS { width:3.125rem;height:3.1875rem;top:4.5625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSO5vtiNfV4tmGg5FlvUQMZGKN8C2Xm { width:3.1875rem;height:3.1875rem;top:4.5625rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9apeC9XBxPaiOwGTwThSCG2PhIkewe0 { width:47.75rem;height:2.875rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi { display:block; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI { width:32.0625rem;height:19.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6d3JOR6FG31esIbFvSsnzwwrEkivWK { width:29.5rem;height:2.0625rem;top:8rem;left:18.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzFLAo1qCtOLVo2pDEQIlydwKHWTF54 { width:27.125rem;height:6.375rem;top:11.3125rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmyMs9WwV2J2rLhOr22hTuxpe2Xku471 { width:47.75rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFKN2oPS1zxJfKnLTaEFrNXGplmy28c { width:47.625rem;height:22.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl { display:block; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #im1EncqmBJKDXQvwJiOnLEy93MlXEBPw { width:29.5rem;height:2.0625rem;top:4.875rem;left:18.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3SrUz1UQJs1U2bZCTVwC9lXWIcTNkzS { width:31.0625rem;height:7.9375rem;top:9.6875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfpwQKd2IiGaO1nd6oyneUTybDP5UxZ { width:47.75rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3czulRuAiawlroGtg4w9WzIIzHmdswU { width:47.625rem;height:22.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP { width:32.0625rem;height:19.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP3rNcntXA6We9sD7grZnxmlDiOrovVX { display:block; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM6Tc5ShcDmEJ5iuHdOs2KdSkvXvmceq { width:29.5rem;height:2.0625rem;top:4.625rem;left:18.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMxZJOmywde1EHOrThzLeDDIzCvtxS2t { width:31.0625rem;height:4.75rem;top:8.8125rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQeQ2EBox1khwdwgM6n1VGvqBZQs4hHc { width:47.75rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o12f9tO4GTMQHw9qpCb1OVCVGEiUBbN1 { width:47.625rem;height:22.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy { width:32.0625rem;height:19.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg { display:block; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbzHt4q6aipnwcalhiJTeWCwSnXxW8QH { width:32.1875rem;height:2.0625rem;top:5.6875rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBSuz6Zv73T8dpOorEdr1TQ3NtdgSHF { width:31.0625rem;height:4.75rem;top:9.625rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbSgTJH8ecXvcE8tqd8VGnmoPXDyNE4x { width:47.75rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncuP4PvXrvT3NnVkVAriaZUBXvtFGoAG { width:47.625rem;height:22.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL756G6ttceXKpZSwh9Ohae7KemZxfMw { width:32.0625rem;height:19.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT { display:block; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fet4O4ixmnHkds7PLPewFlSHvStkDqdm { width:32.1875rem;height:2.0625rem;top:5.5rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxnxR25h2SmA1rQtQI1VebHTd4ObBBek { width:31.0625rem;height:6.375rem;top:9.875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flViTBrdOzcfAw78vBTbpfdEdR4c656a { width:47.75rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVbzuLawSJy6ddHRSyWznnqtO16yI4R { width:47.625rem;height:22.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU5zPLMninU6dMArmhGys4TqK8rTHlfX { width:32.0625rem;height:19.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk { display:block; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6EyayZ9BPbDbqnXFP5xkZ4v0dERrTvp { width:0.75rem;height:0.75rem;top:1.6875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmnWfv0EQOQqz8zrboXCvhOGJfN06Rby { width:0.75rem;height:0.75rem;top:1.6875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM3mITO0PTmTTs7H6atJWNbh3J9qIQ5U { width:0.75rem;height:0.75rem;top:1.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeHSuiN9v8Ou11wwX8EXV6r4khE7y1fv { width:0.75rem;height:0.75rem;top:1.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9r7eIGlBn1AO2dmA38N9TR13xtfTnfC { width:0.75rem;height:0.75rem;top:1.6875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya { display:block; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau { display:block; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl8uWte86eRpzdJrpVxAhP8GOX74atba { width:16.75rem;height:6.8125rem;top:11.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcZNb3e2Tpa9siQSPuaJ7gync41ono5 { width:16.75rem;height:5.5625rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0aP8nbOnwQbOWpZwNd5aPgJKTrX19Lv { width:4.5rem;height:4.5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7IkJqSWhRpzk3T6nL9tQ5q8uMitHIzs { width:16.75rem;height:6.9375rem;top:16.875rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLoQWXmAEbZIxuCamglDPLX37x8XXygn { width:16.75rem;height:4.5rem;top:11.5rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvPN6xh2PyUyMgTCxQH8dvowNL28xlFW { width:4.5rem;height:4.5rem;top:11.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpB7ZPI8EeD3Lt01MSdZ2fOxzmy7nTP { width:16.75rem;height:5.5625rem;top:16.875rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDERZAFqaz2wzRoG44N6aqRD3EMbIwK { width:4.5rem;height:4.5rem;top:11.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6UCBQogHa8naB5Dq8l3nvUXKRETzTzs { width:15.375rem;height:4.5rem;top:11.5rem;left:32.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV4yB1czF0JboKcrPysoZqmCoDByV7Gm { width:16.75rem;height:2.75rem;top:34.1875rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bpbauSICCypPpv4bFBfLcKl5g7vps { width:13.5rem;height:;top:28.75rem;left:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73DBx4qEUcmoDAVvH7vOsy1seSL0Qyl { width:4.5rem;height:4.5rem;top:28.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3Kn2xTPmRcT41C0d4W5Bm4brCWfwox { width:16.75rem;height:6.9375rem;top:33.375rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NaHkm2td04bDklcJ7qODTwmPMk6UcG { width:16.75rem;height:2.25rem;top:29.6875rem;left:31rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWLJ14aSTvGCo3x0sXwSmT334iBinJBV { width:4.5rem;height:4.5rem;top:28.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX0aXPF1JdD7LJGTaG8C4TFdUzkGU7I5 { width:2.6875rem;height:2.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTNAvtfm55gkTRJwNMbCJBSg29eqFZ9 { width:2.1875rem;height:2.1875rem;top:12.375rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MvrbIvaQL4ODCa2XBa7tDFFyU99yQZ { width:2.25rem;height:2.375rem;top:12.3125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvVh2ZykTXWQZdnFB40bbreznhnmvwq { width:2.1875rem;height:2.1875rem;top:29.6875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9RSqS1v10SqygHUbvvATUzi610GLz8K { width:2.3125rem;height:2.3125rem;top:29.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqPUcmURqzURilENIrdeqSxERyPTEphC { width:47.75rem;height:5.875rem;top:3.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD { display:block; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilGTXmkoJZJipaF3LVbPDvWCoka07VOA { display:block; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiGvSmlikankOE1DIVkRqMoNs8COb6ms { width:18.125rem;height:22.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNqVULuazIKReEkTTTMRGGoG3tTFFJKP { width:15.5rem;height:;top:19.375rem;left:0rem;font-size:1rem;display:block; }#DNqVULuazIKReEkTTTMRGGoG3tTFFJKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #bgKndxDdDXImOTcoufw4iw8VdLqqNF0u { width:14.5rem;height:1.5625rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2i7AyRyO91wRrsOnfA4ZfSmkD0i1pS { width:6.875rem;height:2.4375rem;top:14.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcb5epb8M8Ur4LhnLAudrynnu6QqgQPr { width:3.75rem;height:1.625rem;top:14.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ1fFTqUNuammm8CsBZIrloz9ulKcPOR { width:15.5rem;height:0.125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6kEMOK44FR7QIkvr5qPsVy03L9HMbb6 { width:18.125rem;height:25.75rem;top:10.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E { width:15.5rem;height:;top:19.375rem;left:6.625rem;font-size:0.9375rem;display:block; }#If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #UPTKTSZGcRu77JWHikRvAbOMsLIaSVwH { width:15.5rem;height:0.125rem;top:18.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPJ9hw62fJDuG8Oiy4Ja5hbNzSPfPn7 { width:8.75rem;height:2.4375rem;top:14.4375rem;left:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9qZkVgQdsGQPQ773dgWlyZ1AJkBZBT9 { width:3.75rem;height:1.625rem;top:14.875rem;left:16.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JXPKr20Kc70ZEEytM65nKMF8x3OZQ2 { width:14.5rem;height:1.5625rem;top:12.1875rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6hTZ5B5NINkWiHGTXWoyHWDhPt6k8vN { width:18.125rem;height:28.1875rem;top:10.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 { width:15.5rem;height:;top:21.625rem;left:25.375rem;font-size:1rem;display:block; }#X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #e7E56vrI5OFl0vQdut9nAIpU5TwxIeHi { width:15.5rem;height:0.125rem;top:18.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKrqBXVwBzRpSvvJ9NWhr2vPaXuOtyka { width:8rem;height:2.4375rem;top:14.4375rem;left:26.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifz2PKtRiTLoTZ3kKTlHnFfKWm7K8sG6 { width:3.75rem;height:1.625rem;top:14.875rem;left:34.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCflDPiTlrC9F9a3xS2FdufsfZdof0BE { width:14.5rem;height:1.5625rem;top:12.1875rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViH6tgEbwGId1aI9VrQZgKOnWw9cBq3S { width:18.125rem;height:26.875rem;top:10.6875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 { width:15.5rem;height:;top:23.75rem;left:32.25rem;font-size:0.9375rem;display:block; }#fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #zV4VVSl1Sr8Pw82649LKuQD8k1Dx46TU { width:7.9375rem;height:2.4375rem;top:14.4375rem;left:39.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpc2QOETxL1Olvp4fvApBwq65qCraBa4 { width:3.75rem;height:1.625rem;top:14.875rem;left:44rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HRhnxlXwoNrp8lRaHf03QQHlKAy9vm { width:14.5rem;height:1.5625rem;top:12.1875rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3y9Dlixd19CAeZeTwDCwJ2NHPU0rMox { width:18.625rem;height:2.875rem;top:8.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNGGAHklww1hJBRMxfac9DfSxcn0qSV { width:14.5rem;height:1.3125rem;top:8.875rem;left:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9d1PBiagZ7xNvNcpulkhE7iMRLD4fa { width:15.5rem;height:;top:19.375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0euW9TqTXqOy7Gx4mocUl1vNLwJ2HU { width:15.5rem;height:1.375rem;top:19.375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD3EOtmmWiRGGPrlxL6GDeF4ZRo27pAl { width:15.5rem;height:1.375rem;top:35.9375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QngJFL4V7yXkVEgzRV2fu30HKl6fxnPW { width:15.5rem;height:2.75rem;top:19.375rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHr13llugug3ICSRUEOW4ZTerTBV7gJa { width:15.5rem;height:2.75rem;top:31.8125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUExTDwkVaJUaWFVifSb6Qsv9rVQ3HD { width:17rem;height:3.4375rem;top:41.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzP2XfdnHrgUbIokkAJ1TEJipvyiw6sr { display:block; }
 }@media only screen and (max-width: 763px) { #CJu9TUAta9g3Z56LthZBq6XQ1cS0ss6Q { width:33.375rem;height:1.375rem;top:4.25rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2cmCEUnA5T2rThg1vXKpJeEWpQ6TLT { width:47.625rem;height:23.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a18SKyBM14rvoaQQuPSTRODmxvlyPeua { width:41.8125rem;height:2.875rem;top:1.0625rem;left:2.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g { display:block; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGCszxhBwPPTJhTocLCI0Ad1GfmZJ2xi { width:43.4375rem;height:;top:3.6875rem;left:2.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpW21bTuq7XkZpffgcC3sPJztv73IUlr { width:33.375rem;height:1.375rem;top:5.8125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF { display:block; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #BTcgt0tNwXTHEbWH4g8HU2F0kf2Gidw5 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #tENP1osr32gM3dF3yfmoTm6TguwpbRxI {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #Vl5zS9NF1rIyixtCP6HlvCJ7iK4IqF23 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TeFebliammZ76ovTIiEUIAIq988zTPvw {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #MMNHlTm7ekKc0ytLvpgpwi5AchPOarkt {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #o5kZisoiOMKOgOHaTRJVQ6gIlpqLS4Gg {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #NTutDzgB4FxLww9esecNe5km1Nm0XxgM {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #cB4nc92K1mHO9O7wzu8Cun3rWo9yva76 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #WzOJmcXK0oaQfseGUT7Wav5Tv4Ak71nU {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #AWOyHPZA4xPZ1cm4uEZyi4k4XO4exT7B {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TGIOABs6gQAdlvQwnqXJgcU1qdClK9Zp {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #GaqPbDoQAbLaJQrmBlndQCcENHt4y8So {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #PDy60NTtXodMINeD4OeUruggqfdh0gN8 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #C2THF0m6Nl7roKuTdNvDd6dRyumNtnC1 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iUdEbnSH4nEKqFT9aFCqxDzTMZJcH1hM {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #SQ735sEteanxp3CThQRNS7laSDTeWJLA {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #qPv8k2HkJrVfQhmkEGVPekGqiU2tWoVJ {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iF8AQdVhdsLNzi6RtMvwJnaS2WC4UgB1 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XKBqWzMepZt0mUhweRIsxCCr4SAgk4eD {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XWbrzae6k2C1PpLuG0AIE9DfnBF8gXNr {  }
 }@media only screen and (max-width: 763px) { #cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR { display:block; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAerf2AnKuAyQQowxU3ErzNyoHEzV5w { width:23.25rem;height:35.25rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHR8Z7IIKIM8ywTt2vy3lMQlR4n1liG0 { width:19.25rem;height:5.125rem;top:11.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-regular-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-textarea { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-button { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-checkbox-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f  { width:29.5rem;height:auto;top:12.4375rem;left:15.75rem; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .radio-container { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f {display:block;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f { width:29.5rem;height:auto;top:12.4375rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #hlVJZdvnHgIMQtOsx6uHzHQukGKUVPAA {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #T4Zv5XlfnThTw6CvxSURzgTAnuhz4siS {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #w6qFpTU41VdaKXeq9TGJgLgKdo938Kkf {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #QmEyOp3X5WBrRTD3OXO0O0gOy0IdfaHf {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t4Qmm1o7TV6JAXBFrMNqTqfrfW1TGHvi {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #oXVPLQLiTJRgBaZDQTuhVtb5yQaLEFSv {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #fpiEozzaQCLsM777Do057ius86dDyitG {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t96BviWNodo3BF66uL0SmJxovRCUk1Qn {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #USc1pPJ3PXbgffN7JDBJenbkChC8HDKm {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #pP4peK5CN0aXD5A545zTEvXyJ743Wg6B {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #TpMUJqD9ac66rWq2P00PLVAffWR7ITMr {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #JrMSLiPSVST4CdiEwG6oDZaMkQsRww0m {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #N6SJg0aOyM4yx8nKVUFmwEG1kamADD0e {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #e5kK1AwB1sgICWafm6IXvfeD96q497Im {  }
 }@media only screen and (max-width: 763px) { #TRQM9eVTGaLP6vgZLSEF1otlfdhTLFFo { width:17.25rem;height:11.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyKlOakPE7koXlWlapFrrioaBnuuz2r { width:19.4375rem;height:1.5625rem;top:17.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6eokAZzWThJG0bSHUnV2afCzCfPuufx { width:29.3125rem;height:1.75rem;top:9.5rem;left:18.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8J0C0SzrH8qirodFWSS35qW9cgbudMT { width:18.6875rem;height:14.8125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4ZaTXerfLifIF1EMz2qM5Cb9pBuS5C { width:9.9375rem;height:;top:8.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJwd7tRh9DQ05y8f72aGfEQ19EI2KyfS { width:2.0625rem;height:12.5625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPvAHQZTwdqLdZv464F4ixQmTzG3fPa { width:47.625rem;height:28.1875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt { display:block; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKxGrl2dmJopGql1T0S7mtI1wfqAirZx { width:26.25rem;height:1.375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SydCwzFpFhmaDNBwTu123TxZQevtpgfk { width:13.6875rem;height:1.375rem;top:3.6875rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCLoSJ53cDOuOmIvfuhwQwlwHW6CtWI { width:1.6875rem;height:1.6875rem;top:3.5625rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWRmuoGAmGABmmHEsTzTZhpAzspGh9Bc { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1on2mCNLRN0ZlttNTdzQ65WOfKvqKkR { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbBiW1R6MwEn2wJX5VXPZB1nZXfrEIWO { display:block; }
 }@media only screen and (max-width: 763px) { #NlpXb2qbO55OotsTQdDN5c9GZa7at6Rh { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTESTZJrGG52fpkOCbEgBIiBX9rTSQ9p { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CioJHhh6MTw5f27cwOto6Dc6HmEc4uTz { display:block; }
 }@media only screen and (max-width: 763px) { #CxVhTiwtIFKd3dxx7rDK5TmMnuuUXR6Z { width:1.6875rem;height:1.6875rem;top:3.5625rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEK9mLiKAAMMo1pEK3MeKfM1xeNu5IH2 { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKT2QbshV5Wu0u7mTCvQ5iTBwl9EMRMg { width:3.4375rem;height:3.4375rem;top:2.625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft7HnPXBOFm9rJVp9nvfm28Tnfyvu2xM { display:block; }
 }@media only screen and (max-width: 763px) { #y9wxllC7o8laxinATm7fGbuqnXuo5Whz { width:2rem;height:2.5rem;top:3.125rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7OD8sDngBphci4nnGuiRCLiTXRNlTt { display:none; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b2vxzxuskW2H45VT1SVomp3vsIGTM6FR { width:14.6875rem;height:1.375rem;top:1.625rem;left:3.1749992370606rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 { position:relative;z-index:auto;display:block; }#vFnGSRydqSZUqeiukpVzVwtmCk1JBiC6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzC6PxQ7ZDPNSe0ovaob9fk71ZOovHyd { width:5.4375rem;height:2.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IgbhofZBXxs3KrDQ5pkXS2ZBJOCVtgeW { width:8.875rem;height:3.4375rem;top:4.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQJI5aiMuoD7mJ8854kMaDbdhnphbVKi { display:block; }
 }@media only screen and (max-width: 763px) { #Es2IZttSqpiFHxwGxtiVuZEvoHhfvnMF { width:7.875rem;height:3.4375rem;top:8.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6R4KVC5EA4TwF8FLXLDNq1ny97oferI { display:block; }
 }@media only screen and (max-width: 763px) { #CvC25QGQUlqEQUbku2x4BRXKRMTBN7IW { width:6.8125rem;height:3.4375rem;top:18.1875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivZAn9XGmZs4US8tbTQ0H1JLGmEvzr2H { display:block; }
 }@media only screen and (max-width: 763px) { #ToZgDTHB1ZU0vuJAq6f0QsRpc5PBlWWP { width:5.5rem;height:3.4375rem;top:22.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaMp0oagG0mJ8PxkVDJKpJftDmdiPVm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Us1eS3Q89bfwZ0lRt4fbHzGiTdUGFto6 { width:9.5rem;height:3.4375rem;top:13.5rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTrgnDI7igeQULTFIBqPIqCB6qizaqvC { display:block; }
 }@media only screen and (max-width: 763px) { #TkgZxM3bVSAqVQ13KCHz41Z6Wtpa06vU { width:7.0625rem;height:3.4375rem;top:27.5625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDTomr48iLJ3Dalz2TPzg2rkmmUbrSJJ { display:block; }
 }@media only screen and (max-width: 763px) { #TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI { display:flex;top:1.59375rem;left:17.875rem;width:1.5rem;height:1.5rem;z-index:15010;font-size:1.4375rem; }
#TLbUN0Trt6ZpT6f9Ul6WAPfMaRIXXIsI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #FRd7kiCBwyG1Tkpxh0eemPD9zKqCrc7r { width:7.6875rem;height:2.625rem;top:5.5rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4mgSrROnATglyHGAyarEqgmKZNTll7n { display:block; }
 }@media only screen and (max-width: 763px) { #KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z { display:none; }#KgBrOQxkTgI9e9pIUFIyiJahFlqQdh3z > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRbQ823TA5FDFvcdzWbKrrXwbwnWp6On { width:13.375rem;height:3.1875rem;top:1rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UXPO0cQ1r4qoJ97o46yWnfzRg2qJOf52 { width:8.875rem;height:3.4375rem;top:4.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMfEvDtabrngFToRHMNi6ZW2mnmzm9Lg { display:block; }
 }@media only screen and (max-width: 763px) { #hcGpA2D8dT4PKG1xbOAT7kBnXM5IoMT4 { width:7.875rem;height:3.4375rem;top:8.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRDSvO60pX9H8octp4QlqB1MnKDqkeqQ { display:block; }
 }@media only screen and (max-width: 763px) { #tbbfVRK0KJzwGbM4RT9Te7XoAsGc2EcK { width:6.8125rem;height:3.4375rem;top:18.1875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vX39kyE65b7QwfJ9NARPUGPkJJGBUVTk { display:block; }
 }@media only screen and (max-width: 763px) { #zSLcbUiCnhTxbHEA4s2b2XVgBwnnqg9R { width:5.5rem;height:3.4375rem;top:22.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfhCk0Z3IFidrxf9uOJ2hd9leOWmu9I2 { display:block; }
 }@media only screen and (max-width: 763px) { #J44IQsSzGVcfwDzN4cQOkkCruINWbEOC { width:9.5rem;height:3.4375rem;top:13.5rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #flv74NloayZxrLdkIhHMhhnZUfsxAz8M { display:block; }
 }@media only screen and (max-width: 763px) { #EceT8UoXmuThFZvZfVQ9M9Qohuq38kmL { width:7.0625rem;height:3.4375rem;top:27.5625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOXmB75SBUCDziXWSDSG0QzSBiL39RcC { display:block; }
 }@media only screen and (max-width: 763px) { #XOuwcuTW5d1rI9Ibn7scNxpTT8OT1cX8 { display:flex;top:2.125rem;left:17.875rem;width:2.125rem;height:2.125rem;z-index:15010;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #KKN3c6ORNThGiRpKx9usZyfCNJiyWLPT { width:7.6875rem;height:2.625rem;top:5.5rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLbezggvKW7o4aHkiseLhq4l81suzr5r { display:block; }
 }@media only screen and (max-width: 763px) { #gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw { background-color:#1c0f48;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container { background-color: transparent; background-image: none; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container > .video-iframe-container { display: none; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row > .video-iframe-container { display: none; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .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); }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container { border-width: 0; border-radius: 0; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAgd1IFuTJ3ne13bJrECf3mI2dnhH0Cw > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPhGhWZwOfXaO9Hv6byhWWdVVvuEt8qn { width:8.875rem;height:3.4375rem;top:1.25rem;left:10rem;text-align:right;text-align-last:right;font-size:1rem;font-family:"montserrat medium";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hmGbtZH5eOJJIyJ6CuVVyIvUEmLQs0ia { display:block; }
 }@media only screen and (max-width: 763px) { #JKx7Cvc5JihfRZDU6SmKQJVDFwQaPLcn { width:7.875rem;height:3.4375rem;top:4.75rem;left:10.875rem;text-align:right;text-align-last:right;font-size:1rem;font-family:"montserrat medium";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #udGbVBDVyZbOqQhB1T08CS1KgwKc2XUN { display:block; }
 }@media only screen and (max-width: 763px) { #gRnqbSxkUyU0cuAc9c8zu6IWBl1bLP5r { width:6.8125rem;height:3.4375rem;top:11.875000774861rem;left:11.987500190735rem;text-align:right;text-align-last:right;font-size:1rem;font-family:"montserrat medium";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RHd4SSSJVPUExZJfEt5fst4TI1A4PX1L { display:block; }
 }@media only screen and (max-width: 763px) { #hNN95sHhMbCUl0BXIF3RJsXQtkLtzbK8 { width:5.5rem;height:3.4375rem;top:15.437500953674rem;left:13.362500190735rem;text-align:right;text-align-last:right;font-size:1rem;font-family:"montserrat medium";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ONmTFWofglIS3IObKcJnQqFioZKUVNZR { display:block; }
 }@media only screen and (max-width: 763px) { #T2qydP9k1vsl0tdRFowhbsdwTvFW0yBu { width:9.5rem;height:3.4375rem;top:8.3125rem;left:9.1875rem;text-align:right;text-align-last:right;font-size:1rem;color:#ffffff;font-family:"montserrat medium";display:block; }
 }@media only screen and (max-width: 763px) { #nRrQdWcOV10gGAf13Si4WfHtfZISfT9f { display:block; }
 }@media only screen and (max-width: 763px) { #LEOiEx53y8XhPhAAfQEOHH6mfJkdpZ9A { width:7.0625rem;height:3.4375rem;top:19.000000953674rem;left:11.800000190735rem;text-align:right;text-align-last:right;font-size:1rem;font-family:"montserrat medium";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SSfKTBlUeVBdKKIpecRl3P8OV2lCxOzs { display:block; }
 }@media only screen and (max-width: 763px) { #ZOyTwTnaVEQ1RWFThOCaLgJPtegUsRG6 { width:7.6875rem;height:2.625rem;top:22.500000953674rem;left:11.237500190735rem;z-index:15003;font-family:"montserrat medium";background-color:#103dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKDdoaZsn2W2mk2smVoTD4kMTds7Tyks { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0E0wwyvgmKEMXq31191i02caqGEZkiK { width:13.6875rem;height:3.4375rem;top:31.4375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlPPAG6yElaDbC9JX0fFu9zOc3OxEJK6 { display:block; }
 }@media only screen and (max-width: 763px) { #t3yBu0DELHLJCk5NWp8N26uTt9Q1JoLD { width:19.9375rem;height:5.5rem;top:1.0625rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkVFdoXQKCrlCBeeL6PTGv5873TW40uE { width:15.9375rem;height:3.4375rem;top:38.375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gnt6NR5pPmgyM2LBhkdcki43ciG66GWG { display:block; }
 }@media only screen and (max-width: 763px) { #eqArJR5qU9w7nCoQAN2P3peaLqSURlT5 { width:20.0625rem;height:11.25rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlk37ikiSvaQtAI0KOpWByQqORcu11iy { width:15.8125rem;height:9.1875rem;top:22.3125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp3cJ2ZBNwWy8I6SUlUksgW0nfCByAMN { width:20rem;height:11.8125rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQchPrnsyyn88v9pTE9V3Oz2Z99q1QV1 { width:15.3125rem;height:3.4375rem;top:33.25rem;left:2.34375rem;z-index:15002;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRp3zx70bywOdlAF4LpyimlTzJGA4ePC { display:block; }
 }@media only screen and (max-width: 763px) { #ocsvUHzy9Ki6tATT6cVNQBxwL7q9AOTa { width:14.625rem;height:3.1875rem;top:38.46875rem;left:2.6875rem;z-index:15003;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV1LUcbGvOsW2API8uEkJi3bFwHv0umJ { display:block; }
 }@media only screen and (max-width: 763px) { #PNtbqo53XbAO3LQdTrzU4f7QwaeTLmgT { width:20rem;height:1.29980625rem;top:40.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sTVPbFcQAA6XaFvcPPPs68a4EIkZTn { width:19rem;height:0.95605625rem;top:4.66796875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 { display:block; }#qEcmWyRcf8llN6QfoOqv6Zm6l2ITcn50 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csq82UnV4UxoXHd3kv0SivbWHqgqOLQx { width:20rem;height:3.57421875rem;top:0.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTyWtkPithKIJKHLBe4IbUHBF6c3DWt3 { width:2.5rem;height:2.5rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBZ3r0LuQVbKAOPbvFQf7e7wPgHAm9B { width:13.25rem;height:2.45rem;top:7.9375rem;left:3.125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vsRr3nTC9g2wXK3K1fJmHH4zQc22J3zc { width:15.375rem;height:1.625rem;top:5.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKx1oib9iJo47omrKG9TcFHTlrruqw1 { width:2.5rem;height:2.5rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa8K9l8vy9V6XCtp0q3znkfS1RK4aAuU { width:13.75rem;height:0.0625rem;top:15.299999237061rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB2xi6uRdo9hWEmZebQSIFM1zBcrni0F { width:15.375rem;height:1.625rem;top:13.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTJUmbyMwd51db1J57vOreA3xtFHg52 { width:13.9375rem;height:2.45rem;top:15.8125rem;left:3.125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XczEQetTEMiozQOtPhI9SONl9zJs4ofW { width:13.75rem;height:0.0625rem;top:7.4250011444094rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0wHzG15xCKedMef9RRg5IIytSW9LRZ { width:13.5rem;height:2.45rem;top:23.125rem;left:3.125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xMdRZiIgsze2dZQ6mTxSmETiqLeJ1ZRv { width:13.75rem;height:0.0625rem;top:22.712500572204rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w50wz03klFFyArvi3FNSPc40coWDph6B { width:15.375rem;height:1.625rem;top:20.662499427796rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6XXpQs5Do4GpLTwtcm26WhHzgHGJgup { width:2.5rem;height:2.5rem;top:20.224996566773rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoRx9zVRhlC8Gvuw5Bxq4OvfA71hufPT { width:14.625rem;height:2.45rem;top:30.412499427796rem;left:3.125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QgcxvNsq3JUJIB8MhQco5OHF4yDxp6zT { width:13.75rem;height:0.0625rem;top:30.025000572204rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ETfyL0IFe8TVntvEvxNQuFoBTSygkF { width:15.375rem;height:1.625rem;top:27.974999427796rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhUkt9k7y4P5aIkEVUIqIRsXVuetvCzu { width:2.5rem;height:2.5rem;top:27.537499427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGiLa5ugz6d2zAIkFVfD8TZvi99aeS4a { width:1.5rem;height:2.03125rem;top:5.734375rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5MehLvrsLrzqbvg4d9KZOLCNbnWbIri { width:1.5rem;height:2.03125rem;top:13.171875rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU4m32yg5imp7ClR24gCLc1w0IWzI5e9 { width:1.5rem;height:2.03125rem;top:20.459374427796rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tf4ceMwp42ZgiX35wGFFZZVnTKqbPw { width:1.5rem;height:2.03125rem;top:27.709374427796rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2mkeqOEiDNUCt55Hrn3dhu21rXviy4 { width:20rem;height:16.128125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpzhWTPxO298AvhmC3JJV35awuPJUOqr { width:7.875rem;height:18.9375rem;top:36.0947265625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw { display:block; }#QJ0taAKle1aRvXRsMkdRUMR2NkUTvNOw > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuVLzk8NU2xFhUz3XeUXTA2QT59tguzv { width:18.375rem;height:1.19921875rem;top:6.4091796875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHatno8ZS3Ki7qsRT2kCVbDJX0d2syJc { width:16.9375rem;height:12.75rem;top:8.3583984375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoyv8ZIGMu8ZCGac3v6Ty7Mv4JfLRvoZ { width:18.4375rem;height:1.5rem;top:61.3369140625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSQcdcVVdc4BG5Ccbv5Z6F4o4sLd5mS { width:0.9375rem;height:68.75rem;top:5.849609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHUAtlXQEmCroNpcgpPnUpwt2iAarF8 { width:16rem;height:6.499rem;top:46.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3PLfeeBlpzTnDKdOLtTUg77TuwBe1B { width:17.5rem;height:9.795875rem;top:54.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht4Nf6OGb3epMK8JiDNMhCahqVSSstZG { width:18.5rem;height:21.375rem;top:45.443359375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lRZG605gPakFG4NP7U8T8X7Unuou42 { width:15.9375rem;height:3.4375rem;top:69.1748046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7fKlmKQ1xpT117uJ4nwBQoSolWBb7cA { display:block; }
 }@media only screen and (max-width: 763px) { #v9g3Z4sWtasZpGeCUV2k0dTcNd0vhDuq { width:7.4375rem;height:14.25rem;top:7.6083984375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzVVxVz9tlBbEaLxHq2OVKGk5lOXFXPW { width:18.375rem;height:3.25rem;top:1.3000030517578rem;left:0.81171876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-heading-text { font-family:"montserrat medium"; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp { display:flex;height:auto;width:17.5rem;top:23.6748046875rem;left:0rem; }
#aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #hnHVyCCJ4MIIkfTTPTJytQ6mUpVnZbyt {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #fs7SquzKXHLLTfvkMOp3HwFG1gr7ZN3d {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #ilOrbtema5uB6EssgDr4b7bIDBBdhqgf {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #OLeVD8pwK6IquKfHIi8MZa9yQLS2SMkQ {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #wS6txklZ0J81Po3CACpfS8RCrQZDAXww {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #qFGz8oWexeLTXITRMfSxTudvhIuSiw4X {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #SRmUOsyILQmshF806FDUt2ftJXTmq3Uc {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #Tnw6f2ASqIsRxd0ek7H1tvVFziE4TkLS {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #sxH3ysp3Tw64paQMT7DzWMMgbxgbCg7N {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lU9rZAUuE6NmRsJLB6hFNt7SiFOpnCGm {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #meIJmXzGNTdgfTFiC9MxGaw8JeXM4A1C {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #lB3qAAMrM7hI0rt21XHTwQOXV3JXwIfw {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #PmPOKokOZwa2bTZLivzPmBROUWT13n19 {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #JKO6ctUCWUT368IP0MkrGTPqB0GkIBS9 {  }
 }@media only screen and (max-width: 763px) { #aA4TTCAfTKGPgnlNmMyNhBXJmW818AHp #V5BJhq1qUJK9WmD40oKVTN6tHn4NLfZv {  }
 }@media only screen and (max-width: 763px) { #ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H { display:block; }#ZNpruF4eM9EnAgtyfRGkvWTHalkUlC4H > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqAfplrniK85DWqi6UETClfMXTzB0nMm { width:7.8125rem;height:1.2rem;top:15.125rem;left:0.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr { width:6.875rem;height:6.875rem;top:7.25rem;left:0.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53592613-93bd-4b74-86e5-23e5040ab1bc/foto5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.adaptive-delivery-prevent-bg, #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.lazyload, #lkoFpUc72UsIvLCPV6wbRKic2FSthFOr.lazyloading { background-image: none; }
#lkoFpUc72UsIvLCPV6wbRKic2FSthFOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.58); } }@media only screen and (max-width: 763px) { #cXI0ZTa7TgOS6e3yPkyFffSGiWw20Wkb { width:10.5625rem;height:2.25rem;top:15.125rem;left:8.9375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KKFGnhI2308v38mGX60wQczAfGTcLFwz { width:6.875rem;height:6.875rem;top:7.25rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d167bdf5-2a00-46ad-a1aa-0b0068ce8a96/foto4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KKFGnhI2308v38mGX60wQczAfGTcLFwz.adaptive-delivery-prevent-bg, #KKFGnhI2308v38mGX60wQczAfGTcLFwz.lazyload, #KKFGnhI2308v38mGX60wQczAfGTcLFwz.lazyloading { background-image: none; }
#KKFGnhI2308v38mGX60wQczAfGTcLFwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); } }@media only screen and (max-width: 763px) { #L7lDq2EU9tEmVxEkfV8JmIvsIx0TJaZM { width:9.625rem;height:3.59765625rem;top:28.22500038147rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp { width:6.875rem;height:6.875rem;top:20.375011444092rem;left:1.3500003814698rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d79576fe-b821-4249-ba98-c89624183012/foto7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.adaptive-delivery-prevent-bg, #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.lazyload, #aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp.lazyloading { background-image: none; }
#aQw11p1TWwoUZudgfoKIuhaaVVbBUyUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); } }@media only screen and (max-width: 763px) { #SaUsW8Lo7ZVMTVFP1L4UTBuwhq6mZTvq { width:7.625rem;height:4.796875rem;top:28.22500038147rem;left:10.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCpbTnC1Anb2esgywINb4XR9cc2066L { width:6.875rem;height:6.875rem;top:20.375rem;left:10.68124961853rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4990dd01-a79b-4458-a3ce-80fadcd4a05c/foto6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZLCpbTnC1Anb2esgywINb4XR9cc2066L.adaptive-delivery-prevent-bg, #ZLCpbTnC1Anb2esgywINb4XR9cc2066L.lazyload, #ZLCpbTnC1Anb2esgywINb4XR9cc2066L.lazyloading { background-image: none; }
#ZLCpbTnC1Anb2esgywINb4XR9cc2066L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,18,40,0.5); } }@media only screen and (max-width: 763px) { #PFSXm0mbshpcyEwnDr3xIFpND3O38RC2 { width:20rem;height:1.4rem;top:5.1249942779541rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkXy57duxaVwUhouMhNmNc1oMxydVmCw { width:19rem;height:3.4375rem;top:36.074999809265rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8cVOXPV31ww5S9rHGl6rLyD7UzRAGNH { display:block; }
 }@media only screen and (max-width: 763px) { #CCmFG0XHD9GmhixZ0WJM5InWKsFyGCRb { width:20rem;height:2.923825rem;top:1.4374933242798rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ6BQQB1W6ugqoPURdCNMASVUveeETIq { display:block; }#GZ6BQQB1W6ugqoPURdCNMASVUveeETIq > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhWDdbQU6SMioZfR4GkO93kcg8GBQUZ { width:6.75rem;height:4.9375rem;top:18.424999237061rem;left:10.88125038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNRvvllgSkmfqTM8OKJHqoV2Qhktdrd { width:7rem;height:4.8125rem;top:6.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5IWZe18frQL5l1qLTCu9h63qJQJIc5a { width:8.75rem;height:6.3125rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP7C4OC7SIakIyGX6T6mVyPACKRTkf2D { width:6.0625rem;height:4.3125rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZX0cb5ssbIxqwOeN35EsUgktPzRT3UB { width:7.5625rem;height:5.4375rem;top:9.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4WmVXOezBc5dZETPGQmbWxXtdswXen0 { width:7.5625rem;height:5.4375rem;top:12.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddvnhVpLkv764CJ5lF1C6nyvtD992M0 { width:7.0625rem;height:5.0625rem;top:18.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc1rgMJdbJhc6fp3su8LBLuGgHBk8Goo { width:20rem;height:20.9375rem;top:4.9375rem;left:0rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(44,231,103,0.52), #1c0f48);background-image: -moz-linear-gradient(90deg, rgba(44,231,103,0.52), #1c0f48);background-image: -ms-linear-gradient(90deg, rgba(44,231,103,0.52), #1c0f48);background-image: -o-linear-gradient(90deg, rgba(44,231,103,0.52), #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#842ce767', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#842ce767', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, rgba(44,231,103,0.52), #1c0f48);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ulrO1OwEVSwRrGrZIenfJMK2wlyxmtTT { width:7.5625rem;height:18.875rem;top:2.8500061035156rem;left:11.074999809265rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoTVuTy2aZ4gRLwiMiToPf7BKR1QqWiy { width:14.1875rem;height:2.1125rem;top:1.75rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 { display:block; }#Hq2xM781sgRACZ1zXa4d6AlJWZzZea82 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkgTDC4uD54TTzONhTN1EiIfQAqpdzoJ { width:0.75rem;height:0.75rem;top:7.012499809265rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEWKNckvKL7PzCRiWbee2byT22mCNNfr { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G { display:block; }#TuMXaTJtuBguWdqDy4KepdcWfZ9kP45G > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6i62KQLewVm5wFUhUiT5fhAhc3tToPs { width:16.9375rem;height:2.7rem;top:12.6259765625rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJc5tmtv4zdeKz9y84Pr1DZScOs6TzmZ { width:15.875rem;height:9.795875rem;top:17.063541412354rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2P8NIXnoAeSxcoi5VUED5toBAFCTbGR { width:14.75rem;height:3.325rem;top:29.125rem;left:2.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuAkfTaOtC3FTSgg5vLbSsILvM2y9Uq { width:16.75rem;height:8.3965rem;top:49.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF334bvuAosBiZPl5n0vIAkH57Quq01e { width:17.875rem;height:2.85rem;top:43.9375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0T6oAF6hH1QdUAIEHQSOcqSbR79SUN { width:17.4375rem;height:9.795875rem;top:33.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv47uQps9QQpNUAIv5WlZw41zOly6Cvu { width:7.4375rem;height:10.0625rem;top:0.9619140625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGBHfnO35wOx7EbzRZDlRIeUelpsJqGo { width:19.0625rem;height:51.9375rem;top:6.0791625976562rem;left:0.024999618530274rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gft1dQgfGp8vmhe9syzQl5zBTU40f6Ug { width:0.625rem;height:0.625rem;top:14rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OWDlwXMoWeW7UswUxefwRELJc5A31C { width:0.625rem;height:0.625rem;top:29.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUpHnqM1AVAgCT9zFFIwfhiy0ektC3gR { width:0.625rem;height:0.625rem;top:44.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrOvcBUz09mTIcTEoreaKHDUyaqSb0M { width:19.25rem;height:51.9375rem;top:8.4166603088381rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(54,231,44,0.53), #1c0f48);background-image: -moz-linear-gradient(90deg, rgba(54,231,44,0.53), #1c0f48);background-image: -ms-linear-gradient(90deg, rgba(54,231,44,0.53), #1c0f48);background-image: -o-linear-gradient(90deg, rgba(54,231,44,0.53), #1c0f48);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8736e72c', endColorstr='#1c0f48' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8736e72c', endColorstr='#1c0f48' );";background-image: linear-gradient(90deg, rgba(54,231,44,0.53), #1c0f48);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T9woGtMppoDtGyl1IzxxTviHvZCq33xI { display:block; }#T9woGtMppoDtGyl1IzxxTviHvZCq33xI > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pol7GMOTolq0OEDa06RvTNH9Oll4vwT9 { width:20rem;height:22.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqCaQrE0ZorWFyZl3SDg6uBLBaAZ1Kn { width:17.4375rem;height:12.65625rem;top:12.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdsDW4UZFCn2wubAeT6z6ESbiCNOk6H { width:10.0625rem;height:1.575rem;top:28.0625rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AU5FngRZtQgWcqc7HOhQoB1bNcXhPW { width:5rem;height:5rem;top:6.1884765625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLXpbXfAcqezXJI9tntdH9gE3JdUJKJ { width:17.5rem;height:14.0625rem;top:39.77187538147rem;left:1.25rem;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fAufdtrQ0WUmJNT9646L8sKESTx3NEuJ { width:6rem;height:1.575rem;top:55.3125rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCnWI9qXT6zwKIEIP2dnB06CJd8iluS { width:17.5rem;height:12.65625rem;top:65.312507629394rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2hiMsofxfwuaW5fUmPb8qnfKRi9POp8 { width:13.1875rem;height:2.923825rem;top:80.187505722044rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4oSxCkexBv9tp9bKu0L9XmmDtoi3qRH { width:19rem;height:3.4375rem;top:87.021842956544rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLMEp7ttgGl6kkgT8R1GGHifXiqiUQhu { display:block; }
 }@media only screen and (max-width: 763px) { #z0zt0xickGTmMNf3EDtK38wrCK4JNMCk { width:19rem;height:19.75rem;top:8.9718780517575rem;left:0.41874980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TGG8pK9rzpkbOIBCwXenQnD60GH7fR { width:5rem;height:5rem;top:33.50937461853rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evm3leJ37BOVOPo8DWLGHMzLKEwV43um { width:20rem;height:22.1875rem;top:35.459386825561rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLafrXTJwZsF56AfWONpXmAckibayc3I { width:19rem;height:19.75rem;top:36.18124961853rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8cfq1fzeSrkdMip1krsOVB7ZNtBBsn7 { width:4.875rem;height:1.8125rem;top:27.943730354309rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6suIAK5h2vTefHZFJX4fu9GPKvi8vI7 { width:6.875rem;height:1.8125rem;top:55.193761825561rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsMce8kGMTu3iLWB3wXXMbwcNdTQqAO { width:20rem;height:22.9375rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8z0yKbaUhxa8Tw9mLNN29CdMQxrdke { width:5rem;height:5rem;top:59.312501907349rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE4xrzL87eG4NHyDOPcJWPp92aX74gx4 { width:19rem;height:19.75rem;top:62rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPD3FRTHKd7ODDHxEfZQmkBSkR77BZsQ { width:7.25rem;height:1.8125rem;top:80.681285858156rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwLqtvgPnyxpOruA60dGWFJaXhMUq1y { width:17.125rem;height:3.4125rem;top:0.58437538146973rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT { display:block; }#vZOqRaQPzIXGPEvyKwwpqGTT3TRmLuKT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4mOlHGt8ggTH5PIKZCSk6dPirLqUATS { width:1.875rem;height:1.875rem;top:7.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSO5vtiNfV4tmGg5FlvUQMZGKN8C2Xm { width:1.875rem;height:1.875rem;top:7.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9apeC9XBxPaiOwGTwThSCG2PhIkewe0 { width:20rem;height:4.225rem;top:2.3124990463257rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi { display:block; }#lIb0ee5xwp6ep4BCH4CTkIO6kBRCsrZi > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI { width:20rem;height:11.25rem;top:0.74999046325681rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72d7fe67-677e-4522-87af-fc5293e80c2a/slide1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.adaptive-delivery-prevent-bg, #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.lazyload, #TO4kCAnhk2MOxTU6bTuIxHCuO5xDTWgI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vr6d3JOR6FG31esIbFvSsnzwwrEkivWK { width:15.5rem;height:3.6rem;top:13.075012207031rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzFLAo1qCtOLVo2pDEQIlydwKHWTF54 { width:16.1875rem;height:9.597625rem;top:17.187499046326rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmyMs9WwV2J2rLhOr22hTuxpe2Xku471 { width:20rem;height:24rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFFKN2oPS1zxJfKnLTaEFrNXGplmy28c { width:19.875rem;height:22.125rem;top:28.831253051757rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl { display:block; }#pmybm0aupI0sM9UzoGOn6gAOhSbVM1Rl > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #im1EncqmBJKDXQvwJiOnLEy93MlXEBPw { width:15.5rem;height:3.6rem;top:13.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3SrUz1UQJs1U2bZCTVwC9lXWIcTNkzS { width:18.5625rem;height:14.3965rem;top:17.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfpwQKd2IiGaO1nd6oyneUTybDP5UxZ { width:20rem;height:24rem;top:34.3375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3czulRuAiawlroGtg4w9WzIIzHmdswU { width:19.875rem;height:22.125rem;top:35.231253051757rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP { width:20rem;height:11.25rem;top:0.62499904632568rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3068ec79-4c35-431c-a343-b0b805602930/slide2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.adaptive-delivery-prevent-bg, #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.lazyload, #gmz79wUGT4g5nQXSfdIsGcr2SRX3U7pP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bP3rNcntXA6We9sD7grZnxmlDiOrovVX { display:block; }#bP3rNcntXA6We9sD7grZnxmlDiOrovVX > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM6Tc5ShcDmEJ5iuHdOs2KdSkvXvmceq { width:15.5rem;height:3.6rem;top:13.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMxZJOmywde1EHOrThzLeDDIzCvtxS2t { width:16.1875rem;height:7.9980625rem;top:17.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQeQ2EBox1khwdwgM6n1VGvqBZQs4hHc { width:20rem;height:24rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o12f9tO4GTMQHw9qpCb1OVCVGEiUBbN1 { width:19.875rem;height:22.125rem;top:28.831253051757rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy { width:20rem;height:11.25rem;top:0.68751072883606rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e9a93e1-de77-4e70-950d-7478fa6220e6/slide3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.adaptive-delivery-prevent-bg, #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.lazyload, #NJ9FmRASPuqcSA3OR7zLup3ebqhznGHy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg { display:block; }#cuKN6eVTcpQ4pmJXA1T6uBJdrupnAmWg > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbzHt4q6aipnwcalhiJTeWCwSnXxW8QH { width:15.5rem;height:3.6rem;top:13.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBSuz6Zv73T8dpOorEdr1TQ3NtdgSHF { width:16.1875rem;height:11.19725rem;top:17.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbSgTJH8ecXvcE8tqd8VGnmoPXDyNE4x { width:20rem;height:24rem;top:31.137561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncuP4PvXrvT3NnVkVAriaZUBXvtFGoAG { width:19.875rem;height:22.125rem;top:32.031314086914rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL756G6ttceXKpZSwh9Ohae7KemZxfMw { width:20rem;height:11.25rem;top:0.62501144409181rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0eca7d2e-5778-400e-b578-88df6e7a144a/slide4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QL756G6ttceXKpZSwh9Ohae7KemZxfMw.adaptive-delivery-prevent-bg, #QL756G6ttceXKpZSwh9Ohae7KemZxfMw.lazyload, #QL756G6ttceXKpZSwh9Ohae7KemZxfMw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT { display:block; }#K60Js4reWN5kxWdhPDXyQEFqvdvXBHkT > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fet4O4ixmnHkds7PLPewFlSHvStkDqdm { width:15.5rem;height:3.6rem;top:13.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxnxR25h2SmA1rQtQI1VebHTd4ObBBek { width:16.1875rem;height:11.19725rem;top:17.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flViTBrdOzcfAw78vBTbpfdEdR4c656a { width:20rem;height:24rem;top:31.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRVbzuLawSJy6ddHRSyWznnqtO16yI4R { width:19.875rem;height:22.125rem;top:32.031253051758rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FU5zPLMninU6dMArmhGys4TqK8rTHlfX { width:20rem;height:11.25rem;top:0.75001239776613rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84ac193c-1440-4feb-9c30-bfcf4702cdf7/slide5.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FU5zPLMninU6dMArmhGys4TqK8rTHlfX.adaptive-delivery-prevent-bg, #FU5zPLMninU6dMArmhGys4TqK8rTHlfX.lazyload, #FU5zPLMninU6dMArmhGys4TqK8rTHlfX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk { display:block; }#UBNPn9yaWlgkwfxPAdT6IJebh6tFWeXk > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6EyayZ9BPbDbqnXFP5xkZ4v0dERrTvp { width:0.75rem;height:0.75rem;top:1.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmnWfv0EQOQqz8zrboXCvhOGJfN06Rby { width:0.75rem;height:0.75rem;top:1.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM3mITO0PTmTTs7H6atJWNbh3J9qIQ5U { width:0.75rem;height:0.75rem;top:1.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeHSuiN9v8Ou11wwX8EXV6r4khE7y1fv { width:0.75rem;height:0.75rem;top:1.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9r7eIGlBn1AO2dmA38N9TR13xtfTnfC { width:0.75rem;height:0.75rem;top:1.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya { display:block; }#lWDuDIciP2Dx09cMZXbOtFbnhTFFmRya > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau { display:block; }#P9QKECOg7ZyI07ePTVmo5KbTTZp4hiau > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl8uWte86eRpzdJrpVxAhP8GOX74atba { width:20rem;height:1.4625rem;top:14.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcZNb3e2Tpa9siQSPuaJ7gync41ono5 { width:19.5625rem;height:5.59765625rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0aP8nbOnwQbOWpZwNd5aPgJKTrX19Lv { width:4.5rem;height:4.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7IkJqSWhRpzk3T6nL9tQ5q8uMitHIzs { width:19.8125rem;height:5.59765625rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLoQWXmAEbZIxuCamglDPLX37x8XXygn { width:16.75rem;height:3.6rem;top:31.0625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SvPN6xh2PyUyMgTCxQH8dvowNL28xlFW { width:4.5rem;height:4.5rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpB7ZPI8EeD3Lt01MSdZ2fOxzmy7nTP { width:19.9375rem;height:4.19824375rem;top:54.687513351441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDERZAFqaz2wzRoG44N6aqRD3EMbIwK { width:4.5rem;height:4.5rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6UCBQogHa8naB5Dq8l3nvUXKRETzTzs { width:18.3125rem;height:3.6rem;top:50.5625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eV4yB1czF0JboKcrPysoZqmCoDByV7Gm { width:20rem;height:2.798825rem;top:72.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bpbauSICCypPpv4bFBfLcKl5g7vps { width:19.1875rem;height:3.6rem;top:67.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73DBx4qEUcmoDAVvH7vOsy1seSL0Qyl { width:4.5rem;height:4.5rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3Kn2xTPmRcT41C0d4W5Bm4brCWfwox { width:19.8125rem;height:5.59765625rem;top:86.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NaHkm2td04bDklcJ7qODTwmPMk6UcG { width:16.75rem;height:1.95rem;top:84.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWLJ14aSTvGCo3x0sXwSmT334iBinJBV { width:4.5rem;height:4.5rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX0aXPF1JdD7LJGTaG8C4TFdUzkGU7I5 { display:flex;width:2.375rem;height:2.5rem;top:10.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ItTNAvtfm55gkTRJwNMbCJBSg29eqFZ9 { display:flex;width:2.1875rem;height:2.1875rem;top:26.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #x2MvrbIvaQL4ODCa2XBa7tDFFyU99yQZ { display:flex;width:2.25rem;height:2.375rem;top:45.85000038147rem;left:1.2249999642372rem; }
 }@media only screen and (max-width: 763px) { #buvVh2ZykTXWQZdnFB40bbreznhnmvwq { display:flex;width:2.1875rem;height:2.1875rem;top:79.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #n9RSqS1v10SqygHUbvvATUzi610GLz8K { display:flex;width:2.3125rem;height:2.3125rem;top:62.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #nqPUcmURqzURilENIrdeqSxERyPTEphC { width:20rem;height:6.09375rem;top:0.91249847412112rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD { display:block; }#S2t5g1zceKHPXam4GqsaxLfSzTH1XeTD > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilGTXmkoJZJipaF3LVbPDvWCoka07VOA { display:block; }#ilGTXmkoJZJipaF3LVbPDvWCoka07VOA > .row .container { width:20rem;height:125.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiGvSmlikankOE1DIVkRqMoNs8COb6ms { width:20rem;height:19.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNqVULuazIKReEkTTTMRGGoG3tTFFJKP { width:17.4375rem;height:8.410125rem;top:18.3125rem;left:1.3125rem;font-size:1rem;display:block; }#DNqVULuazIKReEkTTTMRGGoG3tTFFJKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #bgKndxDdDXImOTcoufw4iw8VdLqqNF0u { width:14.5rem;height:1.575rem;top:10.125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2i7AyRyO91wRrsOnfA4ZfSmkD0i1pS { width:6.875rem;height:2.8rem;top:12.9375rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcb5epb8M8Ur4LhnLAudrynnu6QqgQPr { width:3.75rem;height:1.625rem;top:13.5rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ1fFTqUNuammm8CsBZIrloz9ulKcPOR { width:15.5rem;height:0.125rem;top:16.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6kEMOK44FR7QIkvr5qPsVy03L9HMbb6 { width:20rem;height:27.8125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E { width:15.5rem;height:11.4375rem;top:41.7041015625rem;left:2.25rem;font-size:0.9375rem;line-height:.9;display:block; }#If7P7NZxlPlwkAPPEBTuV2FEXb79ac8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #UPTKTSZGcRu77JWHikRvAbOMsLIaSVwH { width:15.5rem;height:0.125rem;top:37.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPJ9hw62fJDuG8Oiy4Ja5hbNzSPfPn7 { width:8.75rem;height:2.8rem;top:35.0751953125rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9qZkVgQdsGQPQ773dgWlyZ1AJkBZBT9 { width:3.75rem;height:1.625rem;top:35.662109375rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JXPKr20Kc70ZEEytM65nKMF8x3OZQ2 { width:14.5rem;height:1.575rem;top:33.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6hTZ5B5NINkWiHGTXWoyHWDhPt6k8vN { width:20rem;height:28.1875rem;top:61.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 { width:15.5rem;height:10.6113125rem;top:72.375rem;left:2.25rem;font-size:1rem;line-height:1.3;display:block; }#X9iMLcWZK8ngL9InQlcOhi5qTLfQapV1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #e7E56vrI5OFl0vQdut9nAIpU5TwxIeHi { width:15.5rem;height:0.125rem;top:65.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKrqBXVwBzRpSvvJ9NWhr2vPaXuOtyka { width:8.5625rem;height:2.8rem;top:65.5rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifz2PKtRiTLoTZ3kKTlHnFfKWm7K8sG6 { width:3.75rem;height:1.625rem;top:66.0869140625rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCflDPiTlrC9F9a3xS2FdufsfZdof0BE { width:14.5rem;height:1.575rem;top:63.92578125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViH6tgEbwGId1aI9VrQZgKOnWw9cBq3S { width:20rem;height:23.5rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 { width:15.5rem;height:4.3125rem;top:105.4375rem;left:1.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }#fF6ARMfPi4bfGGHxedTWnHMvEaMyQQx4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ca3a1b4d3163ace6f720133bd292dc2149b1a79.svg); }
 }@media only screen and (max-width: 763px) { #zV4VVSl1Sr8Pw82649LKuQD8k1Dx46TU { width:8.0625rem;height:2.8rem;top:96.25rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpc2QOETxL1Olvp4fvApBwq65qCraBa4 { width:3.75rem;height:1.625rem;top:96.8369140625rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HRhnxlXwoNrp8lRaHf03QQHlKAy9vm { width:14.5rem;height:1.575rem;top:93.625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3y9Dlixd19CAeZeTwDCwJ2NHPU0rMox { width:20rem;height:1.75rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNGGAHklww1hJBRMxfac9DfSxcn0qSV { width:14.5rem;height:1.3125rem;top:58.331239700317rem;left:2.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9d1PBiagZ7xNvNcpulkhE7iMRLD4fa { width:15.5rem;height:0;top:37.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0euW9TqTXqOy7Gx4mocUl1vNLwJ2HU { width:15.5rem;height:1.4rem;top:69.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD3EOtmmWiRGGPrlxL6GDeF4ZRo27pAl { width:15.5rem;height:1.4rem;top:84.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QngJFL4V7yXkVEgzRV2fu30HKl6fxnPW { width:15.5rem;height:2.798825rem;top:100.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHr13llugug3ICSRUEOW4ZTerTBV7gJa { width:15.5rem;height:2.798825rem;top:111.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUExTDwkVaJUaWFVifSb6Qsv9rVQ3HD { width:17rem;height:3.4375rem;top:119.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzP2XfdnHrgUbIokkAJ1TEJipvyiw6sr { display:block; }
 }@media only screen and (max-width: 763px) { #CJu9TUAta9g3Z56LthZBq6XQ1cS0ss6Q { width:20rem;height:1.4rem;top:5.1625137329101rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2cmCEUnA5T2rThg1vXKpJeEWpQ6TLT { width:19.625rem;height:7.75rem;top:117.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a18SKyBM14rvoaQQuPSTRODmxvlyPeua { width:20rem;height:2.1125rem;top:2.5249748229981rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g { display:block; }#GJISubxBidVoFPFnyOBMQG8Mq7W0mh9g > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGCszxhBwPPTJhTocLCI0Ad1GfmZJ2xi { width:20rem;height:2.1rem;top:2.5500116348267rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QpW21bTuq7XkZpffgcC3sPJztv73IUlr { width:19.375rem;height:1.4rem;top:4.8999996185303rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF { display:block; }#BX0Z7sKKiHPR6fTIvfFZOFZJ3nZOLenF > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-heading-text { font-size:1.125rem;height:auto; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl .accordion-desc-text { font-size:1rem;height:auto; }
#JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #BTcgt0tNwXTHEbWH4g8HU2F0kf2Gidw5 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #tENP1osr32gM3dF3yfmoTm6TguwpbRxI {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #Vl5zS9NF1rIyixtCP6HlvCJ7iK4IqF23 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TeFebliammZ76ovTIiEUIAIq988zTPvw {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #MMNHlTm7ekKc0ytLvpgpwi5AchPOarkt {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #o5kZisoiOMKOgOHaTRJVQ6gIlpqLS4Gg {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #NTutDzgB4FxLww9esecNe5km1Nm0XxgM {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #cB4nc92K1mHO9O7wzu8Cun3rWo9yva76 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #WzOJmcXK0oaQfseGUT7Wav5Tv4Ak71nU {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #AWOyHPZA4xPZ1cm4uEZyi4k4XO4exT7B {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #TGIOABs6gQAdlvQwnqXJgcU1qdClK9Zp {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #GaqPbDoQAbLaJQrmBlndQCcENHt4y8So {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #PDy60NTtXodMINeD4OeUruggqfdh0gN8 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #C2THF0m6Nl7roKuTdNvDd6dRyumNtnC1 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iUdEbnSH4nEKqFT9aFCqxDzTMZJcH1hM {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #SQ735sEteanxp3CThQRNS7laSDTeWJLA {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #qPv8k2HkJrVfQhmkEGVPekGqiU2tWoVJ {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #iF8AQdVhdsLNzi6RtMvwJnaS2WC4UgB1 {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XKBqWzMepZt0mUhweRIsxCCr4SAgk4eD {  }
 }@media only screen and (max-width: 763px) { #JSLb2fta04fLKQyl5ysIXcgbHNCpdUnl #XWbrzae6k2C1PpLuG0AIE9DfnBF8gXNr {  }
 }@media only screen and (max-width: 763px) { #cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR { display:block; }#cEBW0zXTM5tpwA5RZTr7SNRhuWo7uBTR > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAerf2AnKuAyQQowxU3ErzNyoHEzV5w { width:20rem;height:19.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHR8Z7IIKIM8ywTt2vy3lMQlR4n1liG0 { width:16.5625rem;height:5.4rem;top:7.875rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-text {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-select {padding-top: 0; padding-bottom: 0;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-input-button { width:8.8125rem;margin-top:0.25rem;margin-right:6.6875rem;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .widget-checkbox-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f  { width:15.5rem;height:auto;top:26.8125rem;left:1rem;z-index:15050; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f {display:block;}#eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f { width:15.5rem;height:auto;top:26.8125rem;left:1rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #hlVJZdvnHgIMQtOsx6uHzHQukGKUVPAA {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #T4Zv5XlfnThTw6CvxSURzgTAnuhz4siS {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #w6qFpTU41VdaKXeq9TGJgLgKdo938Kkf {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #QmEyOp3X5WBrRTD3OXO0O0gOy0IdfaHf {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t4Qmm1o7TV6JAXBFrMNqTqfrfW1TGHvi {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #oXVPLQLiTJRgBaZDQTuhVtb5yQaLEFSv {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #fpiEozzaQCLsM777Do057ius86dDyitG {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #t96BviWNodo3BF66uL0SmJxovRCUk1Qn {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #USc1pPJ3PXbgffN7JDBJenbkChC8HDKm {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #pP4peK5CN0aXD5A545zTEvXyJ743Wg6B {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #TpMUJqD9ac66rWq2P00PLVAffWR7ITMr {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #JrMSLiPSVST4CdiEwG6oDZaMkQsRww0m {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #N6SJg0aOyM4yx8nKVUFmwEG1kamADD0e {  }
 }@media only screen and (max-width: 763px) { #eca8S6QiDsetTVRZ1pfnWvKDTr0QJd5f #e5kK1AwB1sgICWafm6IXvfeD96q497Im {  }
 }@media only screen and (max-width: 763px) { #TRQM9eVTGaLP6vgZLSEF1otlfdhTLFFo { width:4rem;height:2.625rem;top:17.3125rem;left:2.125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #TkyKlOakPE7koXlWlapFrrioaBnuuz2r { width:16.8125rem;height:1.575rem;top:14.5rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6eokAZzWThJG0bSHUnV2afCzCfPuufx { width:15.6875rem;height:1.8rem;top:24.6875rem;left:2.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8J0C0SzrH8qirodFWSS35qW9cgbudMT { width:4.75rem;height:4.75rem;top:16.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4ZaTXerfLifIF1EMz2qM5Cb9pBuS5C { width:9.9375rem;height:2.1rem;top:5rem;left:1.625rem;font-size:1.75rem;line-height:1.2;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TJwd7tRh9DQ05y8f72aGfEQ19EI2KyfS { width:2.0625rem;height:12.5625rem;top:61.5rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaPvAHQZTwdqLdZv464F4ixQmTzG3fPa { width:18.625rem;height:45.875rem;top:4.3125rem;left:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt { display:block; }#mJPrMA7FoqlpByu4N3HH8EUmtcefXxJt > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKxGrl2dmJopGql1T0S7mtI1wfqAirZx { width:20rem;height:1.4rem;top:11.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SydCwzFpFhmaDNBwTu123TxZQevtpgfk { width:13.6875rem;height:1.4rem;top:1.8125rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apCLoSJ53cDOuOmIvfuhwQwlwHW6CtWI { display:flex;width:1.6875rem;height:1.6875rem;top:6.1875rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #WWRmuoGAmGABmmHEsTzTZhpAzspGh9Bc { width:3.4375rem;height:3.4375rem;top:5.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1on2mCNLRN0ZlttNTdzQ65WOfKvqKkR { width:3.4375rem;height:3.4375rem;top:5.3125rem;left:12.9375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #IbBiW1R6MwEn2wJX5VXPZB1nZXfrEIWO { display:block; }
 }@media only screen and (max-width: 763px) { #NlpXb2qbO55OotsTQdDN5c9GZa7at6Rh { width:3.4375rem;height:3.4375rem;top:5.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTESTZJrGG52fpkOCbEgBIiBX9rTSQ9p { width:3.4375rem;height:3.4375rem;top:5.3125rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CioJHhh6MTw5f27cwOto6Dc6HmEc4uTz { display:block; }
 }@media only screen and (max-width: 763px) { #CxVhTiwtIFKd3dxx7rDK5TmMnuuUXR6Z { display:flex;width:1.6875rem;height:1.6875rem;top:6.1875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #kEK9mLiKAAMMo1pEK3MeKfM1xeNu5IH2 { width:3.4375rem;height:3.4375rem;top:5.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKT2QbshV5Wu0u7mTCvQ5iTBwl9EMRMg { width:3.4375rem;height:3.4375rem;top:5.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft7HnPXBOFm9rJVp9nvfm28Tnfyvu2xM { display:block; }
 }@media only screen and (max-width: 763px) { #y9wxllC7o8laxinATm7fGbuqnXuo5Whz { display:flex;width:2rem;height:2.5rem;top:5.75rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #qw7OD8sDngBphci4nnGuiRCLiTXRNlTt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container { background-color: transparent; background-image: none; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container > .video-iframe-container { display: none; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row > .video-iframe-container { display: none; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .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); }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container { border-width: 0; border-radius: 0; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qw7OD8sDngBphci4nnGuiRCLiTXRNlTt > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2vxzxuskW2H45VT1SVomp3vsIGTM6FR { width:17.9375rem;height:1.625rem;top:0.30833244323731rem;left:1.03125rem;z-index:15001;display:block; }
 }