.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e7df77c-dfc4-457b-b859-710109e80109/subtledots1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:transparent;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; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { box-sizing:content-box;height:3.375rem;width:14rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4baa51d9-a6e1-4352-a500-51932b4187d5/download20240916T085354494.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.75rem;left:0rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { color:#7300be;display:block;width:46.125rem;position:absolute;font-family:"barlow condensed";font-size:4.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:17.75rem;left:0rem;height:17.5rem;font-style:normal;display:block; }
#rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { box-sizing:content-box;height:45.625rem;width:59.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcee200b-3eaf-4092-8e00-4993adaf1eae/avantiabr67fc57726254b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:49.875rem;display:block; }#rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.adaptive-delivery-prevent-bg, #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.lazyload, #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.lazyloading { background-image: none; }
#xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.2);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.6875rem;left:0rem;display:block; }
#tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.6875rem;left:16.40625rem;display:block; }
#ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:8.125rem;left:46rem;overflow:hidden;display:block; }
#vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { background-color:rgba(234,74,238,0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.6875rem;left:0rem;display:block; }
#IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { background-color:rgba(234,74,238,0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.6875rem;left:11.375rem;display:block; }
#lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DACWn5c2gaLk4ohz9LgAIzucUWORE16A { position:relative;display:none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A { border-width: 0; border-radius: 0; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .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; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .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; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;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; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { background-color: transparent; background-image: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container > .video-iframe-container { display: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container { display: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .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); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { border-width: 0; border-radius: 0; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.875rem;left:15rem; }
#mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.1875rem;left:15rem;height:2.4746125rem;font-style:normal;display:block; }
#WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.25rem;left:27.6875rem;height:2.4746125rem;font-style:normal;display:block; }
#QopFvR3TJchDKwPGrTHxl9T66IxGES3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.875rem;left:27.6875rem; }
#tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:3.7119125rem;font-style:normal;display:block; }
#WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:5.125rem;left:57.6875rem;height:4.94921875rem;font-style:normal;display:block; }
#ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { 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:15022;opacity:1;top:2.875rem;left:0rem; }
#f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { 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:15023;opacity:1;top:2.8125rem;left:57.6875rem; }
#BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.1875rem;left:41.5rem;height:3.7119125rem;font-style:normal;display:block; }
#s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.8125rem;left:41.5rem; }
#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { background-color:transparent;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; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { background-color: transparent; background-image: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .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); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { border-width: 0; border-radius: 0; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-form-header {  }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { height:auto;display:block;font-family:"work sans";font-size:1.125rem;font-weight:400;color:#000000;width:30.875rem;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;font-style:normal;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { 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.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:30.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { 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.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:30.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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:30.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.875rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00ea65;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.3125rem solid rgba(27,7,44,0.43);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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#001007;width:30.875rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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:"work sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.4375rem;overflow:hidden;font-style:normal; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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:"work sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:first-of-type{padding-top:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:last-of-type{padding-bottom:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.28125rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-info-text { display:block;height:auto;font-family:"work sans";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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.28125rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp { position:relative; }
#Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { box-sizing:content-box;height:18.375rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:#7300be;background-image:none;top:8rem;left:37.625rem;display:block; }
#PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.3125rem;left:42.1875rem;height:3rem;font-style:normal;display:block; }
#f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { 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:15009;opacity:1;top:10.4375rem;left:42.1875rem; }
#kfal9eaAWKlbVT4aVpOpPnhK3a5QWTcm { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.0625rem;left:42.1875rem;height:3.375rem;font-style:normal;display:block; }
#J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:23.0625rem;left:60.59375rem;overflow:hidden;display:block; }
#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N { background-color:transparent;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; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { background-color: transparent; background-image: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container > .video-iframe-container { display: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container { display: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .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); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { border-width: 0; border-radius: 0; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;overflow:visible;position:relative;display:block; }#eLwadtZwQhvdMcu7PmC1reLAT0msATdE { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GRniPaBhOKT532UH9akydo4sP8dwzIf9 { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#IAdNJbab494x3gJ4r1sBbEn6W3fLWq1U { color:#000000;display:block;width:41.125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:9.3125rem;left:29.1875rem;height:9.375rem;font-style:normal;display:block; }
#bIyXDG6RtVun1hg0piyuPEd9yQkMTWtN { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.5625rem;left:29.1875rem;height:17.5rem;font-style:normal;display:block; }
#gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW { box-sizing:content-box;height:46.0625rem;width:61.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eaf94b78-138a-4ead-b83e-9b15897e26c4/lorem.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.375rem;left:-32.90625rem;display:block; }#gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW.adaptive-delivery-prevent-bg, #gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW.lazyload, #gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW.lazyloading { background-image: none; }
#SqMCNgt889gnAiEepDhZM88JBIE4nWkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container { background-color: transparent; background-image: none; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container > .video-iframe-container { display: none; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row > .video-iframe-container { display: none; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .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); }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container { border-width: 0; border-radius: 0; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#GOIAgT4yXc6wXqmwsZOUI22LhABiiEKL { color:#000000;display:block;width:60.375rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#rsAdW1s1StGKeXtlerElRrDHATmeRT6J { color:#7300be;display:block;width:16.75rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:25.9375rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#Tbxn2oN7cO3kRNXCOdo9yomUgy3tLeCH { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.6875rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#vTo6Hma0IGEXPC5krHGnznAH1sf6MZrp { color:#7300be;display:block;width:14.5rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:25.9375rem;left:29.125rem;height:4.6875rem;font-style:normal;display:block; }
#aIo1rJTqcos74a6WmQiTVkVBSzICLLDT { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:29.6875rem;left:29.125rem;height:6.75rem;font-style:normal;display:block; }
#ix7Hd9HBWLDEVzNPtRTXlqkNUPUx8cEE { color:#7300be;display:block;width:12.625rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:25.9375rem;left:58.3125rem;height:3.125rem;font-style:normal;display:block; }
#riJ1HHZcAmGQrTgLHuSUc3JUAf6w5C2T { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:29.6875rem;left:58.3125rem;height:6.75rem;font-style:normal;display:block; }
#huABTZctxDkVAnTknRaIMfqTf0ofxba4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#Xdk3HT9QARd3TVXAqEhB5KBQcOC2VOUr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.625rem;left:29.125rem;overflow:hidden;display:block; }
#Fn2NbgOhPIBOHtNB87OuckORg0GGdkii { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.53125rem;left:58.3125rem;overflow:hidden;display:block; }
#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container { background-color: transparent; background-image: none; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container > .video-iframe-container { display: none; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row > .video-iframe-container { display: none; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .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); }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container { border-width: 0; border-radius: 0; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#Jnc1CQrfGdGmQGBQUOGs7BcS1KtxE9wW { color:#7300be;display:block;width:14.25rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:9.4375rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#kUI0R9nVFv3igrXav5CXMQMi0ozB6Nu1 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.1875rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#A92GLe5ZZHR7lZSGm4ubFXx5wAtBhtLJ { color:#7300be;display:block;width:14.5rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.4375rem;left:29.125rem;height:3.125rem;font-style:normal;display:block; }
#TSW7frbb3OwGM2Myp8HXRJZZofGq0SM1 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.1875rem;left:29.125rem;height:6.75rem;font-style:normal;display:block; }
#sFR8EchpAAwAXsqJJP4p1yZKrH0tx78C { color:#7300be;display:block;width:12.625rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.4375rem;left:58.3125rem;height:3.125rem;font-style:normal;display:block; }
#JV2I0boTneDw9MVeiqD1TPVyWBQ8UaMv { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.1875rem;left:58.3125rem;height:6.75rem;font-style:normal;display:block; }
#ZTN1Z5g1931OxKZXCCI9xdbSu7bHMd8x { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#owIKn17zKxQb1ibxCdA1hvaoHAqQHanV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0.125rem;left:29.125rem;overflow:hidden;display:block; }
#HxlP814gDyDrEndsy3JkzDwMSUO00ku9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:58.3125rem;overflow:hidden;display:block; }
#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;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; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container { background-color: transparent; background-image: none; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container > .video-iframe-container { display: none; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row > .video-iframe-container { display: none; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .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); }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container { border-width: 0; border-radius: 0; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#ekSUwoRlxbPg1SUqDnbvTHE8LQo4f4N0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 2.25rem 2.625rem 2.75rem rgba(0,0,0,0.18) ;height:20.875rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#LM0qa1mxVzR4RvOVg52eAvU1nPWi834H { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:45.6875rem;height:7.03125rem;font-style:normal;display:block; }
#FGpGwgtkTDKV0rxMXsGo63VUanlpt0CT { 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:15008;opacity:1;top:2.625rem;left:45.6875rem; }
#TXi1AqfDtXgZP26FhuC8AezF9CT4SdUV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:-1.875rem;left:69.4375rem;overflow:hidden;display:block; }
#neFJkEEgULg6F4ntqdt075gUQG4LT0Ob { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.6875rem;left:45.6875rem;height:3rem;font-style:normal;display:block; }
#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { position:relative;display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .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; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { background-color: transparent; background-image: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .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); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { border-width: 0; border-radius: 0; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:8.75rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.78125rem;left:0rem;height:26.78125rem;font-style:normal;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:not(:first-child){ padding-top:2.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { box-sizing:content-box;height:53.125rem;width:61.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1564421d-ad6f-4951-8bbf-9f503304385f/avantipele67fc5630b8c8a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.46875rem;display:block; }#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.adaptive-delivery-prevent-bg, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyload, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyloading { background-image: none; }
#MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:5.5rem;left:32.71875rem;overflow:hidden;display:block; }
#M4IvVogTihwMykXcggVQIJ8f61TcVO9f { position:relative;display:none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f { border-width: 0; border-radius: 0; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .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; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { background-color: transparent; background-image: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container > .video-iframe-container { display: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container { display: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .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); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { border-width: 0; border-radius: 0; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.5rem;left:41.25rem;height:6.25rem;font-style:normal;display:block; }
#VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { box-sizing:content-box;height:53.125rem;width:63.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0588cb8-9cb3-469c-8331-cc72bf707459/chatgptimage13deabrde202521380967fc58f92f712.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-26.0625rem;display:block; }#VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.adaptive-delivery-prevent-bg, #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.lazyload, #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.lazyloading { background-image: none; }
#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16rem;left:40.4375rem;height:20.59375rem;font-style:normal;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:not(:first-child){ padding-top:2.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
#nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { position:absolute;display:block;z-index:15013;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:9.5rem;width:9.5rem;top:46.1875rem;left:33.625rem;overflow:hidden;display:block; }
#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#7300be;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; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { background-color: transparent; background-image: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .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); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { border-width: 0; border-radius: 0; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { color:#ea4aee;display:block;width:50rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"barlow condensed";font-size:3.375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:12.4375rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;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; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { background-color: transparent; background-image: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container > .video-iframe-container { display: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container { display: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .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); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { border-width: 0; border-radius: 0; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.5625rem;left:38.5rem; }
#WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:"space grotesk";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:0.625rem;left:37.5rem;display:block; }
#WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeUh8btpQwxmVBA5ofAHhghZasro5giz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.25rem;left:38.5rem; }
#P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:"space grotesk";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:5.3125rem;left:37.5rem;display:block; }
#UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:"space grotesk";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:10rem;left:37.5rem;display:block; }
#hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.9375rem;left:38.5rem; }
#UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:"space grotesk";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:14.6875rem;left:37.5rem;display:block; }
#MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.625rem;left:38.5rem; }
#TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { 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; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.15); }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .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; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:"work sans";font-style:normal;color:#ffffff;height:auto;line-height:1.3;overflow:hidden; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .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:"work sans";font-weight:300;font-style:normal;color:#ffffff;height:auto;line-height:1.5;overflow:hidden; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.adaptive-delivery-prevent-bg, #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.lazyload, #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.lazyloading { background-image: none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { box-sizing:content-box;height:auto;width:33.0625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #b4qaJWoD7BhH30pRm3PETaIIZMZcNwXT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CoJ6UTv6xviAh0frLtehKSIeGNzoICPs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qPsCehHSeXIZzn77P8PdiT7Tsto92I8q { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #vHZcPgNnIZRplHPJa82CefizUix8T6tG {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SzVQGsni0QV7axBTexcQQ0yZNXuysLqh { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RdALlOhKiBXAirfiWq6KTPlNFP6QmCse { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Bqu9QDOZmHOShFe0ZxJRNLMeAwTs9iBx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #St4fdinmX7SdU3ctnpcxECHpbl0Jh7Q5 { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GS7A6ioZZTclKJUbSHrieR5hruU5pnWp {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #pTTlJxg0c1Tyvm4q134GT2DkmP8DxLA0 { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ccrMB1TdK1zhqmmT4fZsa2Fno7uvOoV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dk2d0psUrGgXL8hr3p7DvTZFsDHcxe2M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C5XT46JsN4aKUNV9EcfamSXRGo4KE7VN { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HDkDAQX97PRKRecUw17eoTPO2gupQVzr {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JvUJNxTToFLByzTFOSKBIdVy4RKPsHQV { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #P5TTh1ow60iWT5l5589fDMHU8WJX9KSS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C6ZNbf8rwK1780tdwPCnKA1aHAwZLTyh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #egwQ2NV9iSrPm1UGum5WrQ5PrARKdnlF { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RSDAFTEEEphVvW6R5qryBEDghsJOExfg {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WQfZBXk4ehGxccVmiWu4fHT9ckWLciTW { display:none; }
#GLv0bUqETB1GO0kz9bKneKxPScEymQoN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:31.625rem;top:-9.5rem;left:60.8125rem;overflow:hidden;display:block; }
#XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.2);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.3125rem;left:37.5rem;display:block; }
#s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcRa3clwhDTdrRqTkpCnaJlTeqllAvDy { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"work sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.3125rem;left:53.9375rem;display:block; }
#BrkTSTvoSn3TnxJnp7XUOM36PxeWim4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"barlow condensed";font-size:4.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:20.9375rem;left:43.9375rem;height:8.375rem;font-style:normal;display:block; }
#Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:25.25rem;left:37.5rem;height:1.6875rem;font-style:normal;display:block; }
#MHAqIbvJ5TxvAQAsa5pBZ224I650L0tx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.25rem;width:12.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:36.75rem;left:36.1875rem; }
#Vyq2gZ0nHEQJ97AMW1pQNdTdLWZZT54W { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:34.40625rem;left:37.5rem;height:2.34375rem;font-style:normal;display:block; }
#LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:21.4375rem;left:52.625rem;height:2rem;font-style:normal;display:block; }
#wl9gugSTECmL47JS4aK8GM89wzv4NsLR { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:22.28125rem;left:37.5rem;height:5.25rem;font-style:normal;display:block; }
#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { background-color:transparent;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; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { background-color: transparent; background-image: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container > .video-iframe-container { display: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container { display: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .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); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { border-width: 0; border-radius: 0; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;overflow:visible;position:relative;display:block; }#gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.375rem;left:0rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { box-sizing:content-box;height:44.8125rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/77feac09-ed47-4be4-9450-df37958fc38d/staminageral167fceb56240fe.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5625rem;left:37.5rem;display:block; }#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.adaptive-delivery-prevent-bg, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyload, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyloading { background-image: none; }
#CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.125rem;left:0rem;height:20.25rem;font-style:normal;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; }
#Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS { 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:15006;opacity:1;top:6.375rem;left:69.15625rem; }
#Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HypHxoMBVQgT4QIMOWiBTzwRPyHwLB7X { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:20.25rem;left:34.75rem;overflow:hidden;display:block; }
#bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA { box-sizing:content-box;height:44.8125rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#7300be;background-image:none;top:0rem;left:37.5rem;display:block; }
#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT { position:relative;display:none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT { border-width: 0; border-radius: 0; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .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; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .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; }#tNv9VowyF41MUF8IF64Gop5q00fsTRUb { 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:15006;opacity:1;top:6.375rem;left:69.15625rem;display:none; }
#tNv9VowyF41MUF8IF64Gop5q00fsTRUb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { background-color:#000000;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; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { background-color: transparent; background-image: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .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); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { border-width: 0; border-radius: 0; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { box-sizing:content-box;height:20.2481875rem;width:26.8106875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.4684243202213rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.adaptive-delivery-prevent-bg, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyload, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyloading { background-image: none; }
#uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { color:#ffffff;display:block;width:42.6220625rem;position:absolute;font-family:"work sans";font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.9988861083988rem;left:28.592120170593rem;height:2.8125rem;font-style:normal;display:block; }
#i7om95ct473lgdNVIcOOMqQFepKMxLDB { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.499185919762rem;left:28.592120170593rem;height:10.125rem;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; }
#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container { background-color: transparent; background-image: none; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container > .video-iframe-container { display: none; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row > .video-iframe-container { display: none; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .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); }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container { border-width: 0; border-radius: 0; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#pXr2uUOwWx1TgKTtL4MmqrDnvWLgAvu2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUrlADwVtw35Qo0RLvTd6hCSQvrKm8wd { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:24.0625rem;left:0rem;height:4.6875rem;font-style:normal;display:block; }
#r3Pvxh8zTqlHdhReAcCnhZ6nLEUkVmb8 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.4375rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#KswQ6HZgkh9OcewcGwwvlMUpmGZJVsGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.8125rem;width:11.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.875rem;left:-2.8125rem; }
#TNFtkIa2r93DVd3AIJqXbs6yd1mqqpDa { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:23.8125rem;left:28.9375rem;height:7.8125rem;font-style:normal;display:block; }
#ukfXBqssxTAgfgJ2yolZKB2hZMPycC8K { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.125rem;left:29rem;height:10.125rem;font-style:normal;display:block; }
#Vf38IqeLn37hyb55h2qs5o08TX9STELp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.8125rem;width:11.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.625rem;left:26.125rem; }
#dwZEwd0xRcW8uVmOMIDmbORfURN4EF4k { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:23.5rem;left:58.3125rem;height:7.8125rem;font-style:normal;display:block; }
#BrQh23mpdT0UGmK1srdWkI39tnsJNlUy { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.125rem;left:58.3125rem;height:6.75rem;font-style:normal;display:block; }
#kzSR5ICJemNQVTqzQIhORHpNDOKyMWpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.8125rem;width:11.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.3125rem;left:55.5rem; }
#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r { position:relative;display:none; }#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r { border-width: 0; border-radius: 0; }#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d09f4813-23cc-45f0-8477-54f8d069b2b3/download20250414T075329438.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre.adaptive-delivery-prevent-bg, #aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre.lazyload, #aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre.lazyloading { background-image: none; }
#aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#Qvs6vd43TaIky764UoNJtRCeCrAPbxwF { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"space grotesk";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26rem;left:3rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1 { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19ac6f8b-8591-4e55-9b5c-eae645e55572/download20250414T075358183.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.625rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1.adaptive-delivery-prevent-bg, #TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1.lazyload, #TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1.lazyloading { background-image: none; }
#TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#PVu7ia2iZ3lBvE8ldgIUkmCHvzNVRCX0 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"space grotesk";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26rem;left:29.5rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA { box-sizing:content-box;height:25rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f48d936-bf3d-4e45-a136-ae6bbbd4c5af/download20250414T075419079.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.625rem;left:50rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA.adaptive-delivery-prevent-bg, #umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA.lazyload, #umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA.lazyloading { background-image: none; }
#umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#afNgx8iiyA1PuaKvzwTSPkSpMQXtfpPi { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"space grotesk";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26rem;left:54.5rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxDT93T1sOuJu5HetzwOhPwV8aVKQgLD { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:"work sans";font-size:4.375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:5.75rem;left:0rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cW1znGNqFWQfbZTrD1VxaJzmBVuUA5eB { box-sizing:content-box;height:40.75rem;width:53.1875rem;position:absolute;display:block;z-index:14998;background-color:#7300be;background-image:none;top:0rem;left:-28.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk { background-color:#ea4aee;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { background-color: transparent; background-image: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container > .video-iframe-container { display: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row > .video-iframe-container { display: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .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); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { border-width: 0; border-radius: 0; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#B01lrc7T6aAmaz2cFA4SbKOrl2eWxZCk { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"work sans";font-size:4.375rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.8125rem;left:0rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rR5tIkVbKWcBkg1sdgvOllUcPriAC3N1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.125rem;width:34.8125rem;top:9.375rem;left:40.1875rem;display:block; }
#lLmTFIzKurCiwm1k8wkooDFdw8tVHAXd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34.8125rem;top:37.1875rem;left:0rem;display:block; }
#mik9pJwpRW16pMsM7huTxEyEEy4c6Boh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34.8125rem;top:37.1875rem;left:40.1875rem;display:block; }
#kUmqHegxGwwET7pnJM8goTGa4TPfU2hx { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.21875rem;left:40.1875rem;height:3.57421875rem;font-style:normal;display:block; }
#gUnrP8nQKuPZcdA5KUf3OPNRAJ3yvoyg { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:58.03125rem;left:40.1875rem;height:3.57421875rem;font-style:normal;display:block; }
#BMmULDuHoE3vSoI3p5Kqt233vQg34ZX3 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:58.03125rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(193,182,220,0.25);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; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container { background-color: transparent; background-image: none; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container > .video-iframe-container { display: none; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row > .video-iframe-container { display: none; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .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); }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container { border-width: 0; border-radius: 0; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#EDMCgMwi1MR4aOJNHBbVRp1cLXTXfVHZ { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0.19); }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .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; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;height:auto;color:#7300be;font-family:"work sans";font-style:normal; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .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;line-height:1.5;overflow:hidden;height:auto;color:#000000;font-family:"work sans"; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .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_c98cfb4bf435279aa8dbc667c59e933c46190bad.svg");background-size:contain !important; }#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-trigger.adaptive-delivery-prevent-bg, #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-trigger.lazyload, #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-trigger.lazyloading { background-image: none; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:2rem;z-index:15008;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.75rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #DD8C3KWNu6PORmvfr3PTXRFRrKASaxR8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Ghib4edTHUJi4qI5sBPKIR3fWQA0pTpk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #iUeRtOo9y0khQpP7RHIdW5N8lHH7rei2 { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #mASRyvDRFsw7vIZh16ZUZlyouaWuayLT {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #xEC2JJQVuJhF6ioQkzd8XNKTwz5grktx { display:none; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy { display:none; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU { display:none; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq { display:none; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #sxy65bAqr7osmtSdvxtRmolf945aJyCm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh { display:block;position:relative; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TpniJegE460TpTHgzVcyOMnVXkWTxTHC { display:none; }
#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { background-color:transparent;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; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { background-color: transparent; background-image: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container > .video-iframe-container { display: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container { display: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .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); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { border-width: 0; border-radius: 0; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#lQs3koRuw5stepsb2vhKhi9XtvmNg28K { color:#000000;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.5rem;width:21.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:.03;top:2.5rem;left:-12.5rem; }
#SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { 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:29.25rem;width:29.25rem;top:4.1875rem;left:-7.15625rem;overflow:hidden;display:block; }
#UyuWNkUsNabwel58gDvEbFSme5LWCrMk { background-color:#3d0061;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; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { background-color: transparent; background-image: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .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); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { border-width: 0; border-radius: 0; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.375rem;left:39.875rem;height:5.25rem;font-style:normal;display:block; }
#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { box-sizing:content-box;height:37.6875rem;width:37.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/836a348f-893a-461a-bb6a-1c5c5a70b171/whatsappimage20250106at083839677f6950c5b35.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
#UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.4990234375rem;left:39.875rem;height:13.5rem;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; }
#dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:39.875rem;overflow:hidden;display:block; }
#yAzT09TLoXefTSGireX6lHuzyQTaVRMT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:45.875rem;overflow:hidden;display:block; }
#ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:51.9365234375rem;overflow:hidden;display:block; }
#pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:57.9365234375rem;overflow:hidden;display:block; }
#KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:63.9375rem;overflow:hidden;display:block; }
#zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:69.9990234375rem;overflow:hidden;display:block; }
#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#000000;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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;overflow:visible;position:relative;display:block; }#G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:14997;line-height:1.4;letter-spacing:0;top:12.9375rem;left:26.875rem;height:6.9970625rem;font-style:normal;display:block; }
#DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { color:#ffffff;display:block;width:18.37475rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:14998;line-height:1.8;letter-spacing:0;top:6.75rem;left:54.75rem;height:5.39941875rem;font-style:normal;display:block; }
#vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:14999;line-height:1.9;letter-spacing:0;top:15.6875rem;left:54.75rem;height:3.798825rem;font-style:normal;display:block; }
#qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { position:absolute;display:block;z-index:15001;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:3rem;width:12.375rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8125rem;left:41.1875rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { 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:15007;opacity:1;top:6.75rem;left:30.625rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.75rem;left:34.1875rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:26.875rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:37.75rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.82421875rem;left:53rem; }
#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { background-color: transparent; background-image: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .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); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { border-width: 0; border-radius: 0; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .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; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { background-color:#00ea65;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: 0rem 0.25rem 0rem #009b43 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:60.8125rem;display:block; }
#KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3Nz1netXOQTWQwgfFJp8wCNKmvBGrFb { background-color:#00ea65;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: 0rem 0.25rem 0rem #009b43 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.1875rem;left:72.25rem;display:block; }
#Hz6Ug5q0EJOKTste43X8Xbn1lQ2SPl7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:38.75rem;height:4.375rem;top:28.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:14rem;height:3.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { width:46.125rem;height:8.75rem;top:17.75rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { width:47.75rem;height:45.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block; }
 }@media only screen and (max-width: 763px) { #AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { width:10.4375rem;height:2.75rem;top:34.6875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block; }
 }@media only screen and (max-width: 763px) { #RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { width:7.75rem;height:7.75rem;top:8.125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:10.5625rem;height:1.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block; }
 }@media only screen and (max-width: 763px) { #kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { width:9.5625rem;height:1.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block; }
 }@media only screen and (max-width: 763px) { #DACWn5c2gaLk4ohz9LgAIzucUWORE16A { display:none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { display:block; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { width:1.875rem;height:1.875rem;top:2.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { width:7.9375rem;height:2.4375rem;top:5.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { width:10.5625rem;height:3.6875rem;top:5.25rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QopFvR3TJchDKwPGrTHxl9T66IxGES3n { width:1.5625rem;height:1.5625rem;top:2.875rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { width:13.0625rem;height:3.6875rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { width:17.3125rem;height:4.9375rem;top:5.125rem;left:30.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { width:1.6875rem;height:1.6875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { width:1.6875rem;height:1.6875rem;top:2.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:12.5625rem;height:3.6875rem;top:5.1875rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { display:block; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:30.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:30.875rem;height:auto;top:6.25rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:30.875rem;height:auto;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { width:47.75rem;height:18.375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:16.75rem;height:3rem;top:14.3125rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { width:3.125rem;height:3.125rem;top:10.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfal9eaAWKlbVT4aVpOpPnhK3a5QWTcm { width:25.25rem;height:3.375rem;top:18.0625rem;left:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { width:8.75rem;height:8.75rem;top:23.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N { display:block; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLwadtZwQhvdMcu7PmC1reLAT0msATdE { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRniPaBhOKT532UH9akydo4sP8dwzIf9 { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAdNJbab494x3gJ4r1sBbEn6W3fLWq1U { width:41.125rem;height:9.375rem;top:9.3125rem;left:6.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyXDG6RtVun1hg0piyuPEd9yQkMTWtN { width:42.875rem;height:17.5rem;top:20.5625rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW { width:47.75rem;height:46.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMCNgt889gnAiEepDhZM88JBIE4nWkL { display:block; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOIAgT4yXc6wXqmwsZOUI22LhABiiEKL { width:47.75rem;height:3.125rem;top:8.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAdW1s1StGKeXtlerElRrDHATmeRT6J { width:16.75rem;height:3.125rem;top:25.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbxn2oN7cO3kRNXCOdo9yomUgy3tLeCH { width:16.6875rem;height:6.75rem;top:29.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTo6Hma0IGEXPC5krHGnznAH1sf6MZrp { width:14.5rem;height:3.125rem;top:25.9375rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIo1rJTqcos74a6WmQiTVkVBSzICLLDT { width:16.6875rem;height:6.75rem;top:29.6875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix7Hd9HBWLDEVzNPtRTXlqkNUPUx8cEE { width:12.625rem;height:3.125rem;top:25.9375rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJ1HHZcAmGQrTgLHuSUc3JUAf6w5C2T { width:16.6875rem;height:6.75rem;top:29.6875rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huABTZctxDkVAnTknRaIMfqTf0ofxba4 { width:7.5rem;height:7.5rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3HT9QARd3TVXAqEhB5KBQcOC2VOUr { width:7.5rem;height:7.5rem;top:16.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2NbgOhPIBOHtNB87OuckORg0GGdkii { width:7.5rem;height:7.5rem;top:16.5rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO { display:block; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jnc1CQrfGdGmQGBQUOGs7BcS1KtxE9wW { width:14.25rem;height:3.125rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUI0R9nVFv3igrXav5CXMQMi0ozB6Nu1 { width:16.6875rem;height:6.75rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A92GLe5ZZHR7lZSGm4ubFXx5wAtBhtLJ { width:14.5rem;height:3.125rem;top:9.4375rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSW7frbb3OwGM2Myp8HXRJZZofGq0SM1 { width:16.6875rem;height:6.75rem;top:13.1875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFR8EchpAAwAXsqJJP4p1yZKrH0tx78C { width:12.625rem;height:3.125rem;top:9.4375rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2I0boTneDw9MVeiqD1TPVyWBQ8UaMv { width:16.6875rem;height:6.75rem;top:13.1875rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN1Z5g1931OxKZXCCI9xdbSu7bHMd8x { width:7.5rem;height:7.5rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owIKn17zKxQb1ibxCdA1hvaoHAqQHanV { width:7.5rem;height:7.5rem;top:0.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlP814gDyDrEndsy3JkzDwMSUO00ku9 { width:7.5rem;height:7.5rem;top:0rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg { display:block; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSUwoRlxbPg1SUqDnbvTHE8LQo4f4N0 { width:37.5rem;height:20.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM0qa1mxVzR4RvOVg52eAvU1nPWi834H { width:16.75rem;height:7rem;top:6.25rem;left:25.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGpGwgtkTDKV0rxMXsGo63VUanlpt0CT { width:3.125rem;height:3.125rem;top:2.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXi1AqfDtXgZP26FhuC8AezF9CT4SdUV { width:4.5rem;height:4.5rem;top:-1.875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFJkEEgULg6F4ntqdt075gUQG4LT0Ob { width:26.6875rem;height:3rem;top:14.6875rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { width:22.125rem;height:6.25rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { width:34.5625rem;height:26.75rem;top:17.75rem;left:0rem;font-size:1.5625rem;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { width:47.75rem;height:53.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { width:8.75rem;height:8.75rem;top:5.5rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IvVogTihwMykXcggVQIJ8f61TcVO9f { display:none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { display:block; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:29.3125rem;height:6.25rem;top:7.5rem;left:18.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:47.75rem;height:53.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:34.5625rem;height:;top:16rem;left:13.1875rem;font-size:1.5625rem;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { width:9.5rem;height:9.5rem;top:46.1875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { display:block; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { width:47.75rem;height:1.875rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { width:47.75rem;height:6.75rem;top:12.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { display:block; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:9.625rem;height:3.4375rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { width:1.5625rem;height:1.5625rem;top:6.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:11.5rem;height:3.4375rem;top:5.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:9.25rem;height:3.4375rem;top:10rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block; }
 }@media only screen and (max-width: 763px) { #BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { width:1.5625rem;height:1.5625rem;top:10.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:11.875rem;height:3.4375rem;top:14.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { width:1.5625rem;height:1.5625rem;top:15.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { display:flex;height:auto;width:27.8125rem;top:12.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #b4qaJWoD7BhH30pRm3PETaIIZMZcNwXT {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CoJ6UTv6xviAh0frLtehKSIeGNzoICPs {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qPsCehHSeXIZzn77P8PdiT7Tsto92I8q {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #vHZcPgNnIZRplHPJa82CefizUix8T6tG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SzVQGsni0QV7axBTexcQQ0yZNXuysLqh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RdALlOhKiBXAirfiWq6KTPlNFP6QmCse {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Bqu9QDOZmHOShFe0ZxJRNLMeAwTs9iBx {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #St4fdinmX7SdU3ctnpcxECHpbl0Jh7Q5 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GS7A6ioZZTclKJUbSHrieR5hruU5pnWp {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #pTTlJxg0c1Tyvm4q134GT2DkmP8DxLA0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ccrMB1TdK1zhqmmT4fZsa2Fno7uvOoV4 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dk2d0psUrGgXL8hr3p7DvTZFsDHcxe2M {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C5XT46JsN4aKUNV9EcfamSXRGo4KE7VN {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HDkDAQX97PRKRecUw17eoTPO2gupQVzr {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JvUJNxTToFLByzTFOSKBIdVy4RKPsHQV {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #P5TTh1ow60iWT5l5589fDMHU8WJX9KSS {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C6ZNbf8rwK1780tdwPCnKA1aHAwZLTyh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #egwQ2NV9iSrPm1UGum5WrQ5PrARKdnlF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RSDAFTEEEphVvW6R5qryBEDghsJOExfg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WQfZBXk4ehGxccVmiWu4fHT9ckWLciTW {  }
 }@media only screen and (max-width: 763px) { #GLv0bUqETB1GO0kz9bKneKxPScEymQoN { width:31.625rem;height:31.625rem;top:-9.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:28.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block; }
 }@media only screen and (max-width: 763px) { #lcRa3clwhDTdrRqTkpCnaJlTeqllAvDy { width:8.3125rem;height:2.75rem;top:28.3125rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkTSTvoSn3TnxJnp7XUOM36PxeWim4I { display:block; }
 }@media only screen and (max-width: 763px) { #vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { width:9.75rem;height:4.1875rem;top:20.9375rem;left:30.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { width:11.125rem;height:1.6875rem;top:25.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAqIbvJ5TxvAQAsa5pBZ224I650L0tx { width:12.25rem;height:12.25rem;top:36.75rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyq2gZ0nHEQJ97AMW1pQNdTdLWZZT54W { width:22.4375rem;height:2.375rem;top:34.375rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { width:3.25rem;height:2rem;top:21.4375rem;left:39rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9gugSTECmL47JS4aK8GM89wzv4NsLR { width:6.125rem;height:2.625rem;top:22.25rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { display:block; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { width:31.8125rem;height:12rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { width:37.5rem;height:44.8125rem;top:8.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { width:32.75rem;height:23.625rem;top:21.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS { width:3.125rem;height:3.125rem;top:6.375rem;left:44.625rem;display:block; }
#Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HypHxoMBVQgT4QIMOWiBTzwRPyHwLB7X { width:5.5rem;height:5.5rem;top:20.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA { width:37.5rem;height:44.8125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlPThQTcv975J8E1L1rQ1H64E3d3JPaT { display:none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tNv9VowyF41MUF8IF64Gop5q00fsTRUb { width:3.125rem;height:3.125rem;top:6.375rem;left:44.625rem;display:none; }
#tNv9VowyF41MUF8IF64Gop5q00fsTRUb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { display:block; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { width:26.75rem;height:20.1875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { width:42.5625rem;height:2.8125rem;top:7.9375rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7om95ct473lgdNVIcOOMqQFepKMxLDB { width:46.25rem;height:11.75rem;top:12.4375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 { display:block; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXr2uUOwWx1TgKTtL4MmqrDnvWLgAvu2 { width:47.75rem;height:3.125rem;top:8.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUrlADwVtw35Qo0RLvTd6hCSQvrKm8wd { width:12.5625rem;height:3.125rem;top:24.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Pvxh8zTqlHdhReAcCnhZ6nLEUkVmb8 { width:16.6875rem;height:10.125rem;top:28.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KswQ6HZgkh9OcewcGwwvlMUpmGZJVsGH { width:11.8125rem;height:11.8125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFtkIa2r93DVd3AIJqXbs6yd1mqqpDa { width:16.8125rem;height:4.6875rem;top:23.8125rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukfXBqssxTAgfgJ2yolZKB2hZMPycC8K { width:19.0625rem;height:10.125rem;top:29.125rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf38IqeLn37hyb55h2qs5o08TX9STELp { width:11.8125rem;height:11.8125rem;top:13.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwZEwd0xRcW8uVmOMIDmbORfURN4EF4k { width:12.3125rem;height:4.6875rem;top:23.5rem;left:35.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrQh23mpdT0UGmK1srdWkI39tnsJNlUy { width:16.6875rem;height:6.75rem;top:29.125rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzSR5ICJemNQVTqzQIhORHpNDOKyMWpO { width:11.8125rem;height:11.8125rem;top:13.3125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r { display:none; }#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre { width:25rem;height:25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvs6vd43TaIky764UoNJtRCeCrAPbxwF { width:19rem;height:8.125rem;top:26rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1 { width:25rem;height:25rem;top:15.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVu7ia2iZ3lBvE8ldgIUkmCHvzNVRCX0 { width:16.0625rem;height:8.125rem;top:26rem;left:15.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA { width:25rem;height:25rem;top:15.625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afNgx8iiyA1PuaKvzwTSPkSpMQXtfpPi { width:16.0625rem;height:8.125rem;top:26rem;left:31.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxDT93T1sOuJu5HetzwOhPwV8aVKQgLD { width:38.3125rem;height:4.375rem;top:5.75rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1znGNqFWQfbZTrD1VxaJzmBVuUA5eB { width:47.75rem;height:40.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk { display:block; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B01lrc7T6aAmaz2cFA4SbKOrl2eWxZCk { width:33.125rem;height:8.75rem;top:8.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR5tIkVbKWcBkg1sdgvOllUcPriAC3N1 { width:34.8125rem;height:19.125rem;top:9.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmTFIzKurCiwm1k8wkooDFdw8tVHAXd { width:34.8125rem;height:19rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mik9pJwpRW16pMsM7huTxEyEEy4c6Boh { width:34.8125rem;height:19rem;top:37.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmqHegxGwwET7pnJM8goTGa4TPfU2hx { width:11.6875rem;height:3.5625rem;top:30.1875rem;left:26.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUnrP8nQKuPZcdA5KUf3OPNRAJ3yvoyg { width:19.4375rem;height:3.5625rem;top:58rem;left:26.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMmULDuHoE3vSoI3p5Kqt233vQg34ZX3 { width:18.3125rem;height:3.5625rem;top:58rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf { display:block; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDMCgMwi1MR4aOJNHBbVRp1cLXTXfVHZ { width:47.75rem;height:3.75rem;top:6.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S { display:flex;height:auto;width:27.75rem;top:10.9375rem;left:2.3689231872559rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #DD8C3KWNu6PORmvfr3PTXRFRrKASaxR8 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Ghib4edTHUJi4qI5sBPKIR3fWQA0pTpk {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #iUeRtOo9y0khQpP7RHIdW5N8lHH7rei2 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #mASRyvDRFsw7vIZh16ZUZlyouaWuayLT {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #xEC2JJQVuJhF6ioQkzd8XNKTwz5grktx {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #sxy65bAqr7osmtSdvxtRmolf945aJyCm {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TpniJegE460TpTHgzVcyOMnVXkWTxTHC {  }
 }@media only screen and (max-width: 763px) { #BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { display:block; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQs3koRuw5stepsb2vhKhi9XtvmNg28K { width:47.75rem;height:2.625rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { width:21.5rem;height:21.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { width:29.25rem;height:29.25rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:35.1875rem;height:5.25rem;top:4.375rem;left:12.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:37.375rem;height:37.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:33.25rem;height:15rem;top:11.4375rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:38.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:16.25rem;height:6.9375rem;top:12.9375rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.3125rem;height:5.375rem;top:6.75rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:20.25rem;height:3.8125rem;top:15.6875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { width:12.375rem;height:3rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { width:2.375rem;height:2.375rem;top:6.8125rem;left:27.5625rem;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { width:2.1875rem;height:2.1875rem;top:6.75rem;left:17rem;display:block; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { width:2.25rem;height:2.25rem;top:6.75rem;left:20.5625rem;display:block; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { width:2.125rem;height:2.125rem;top:6.8125rem;left:13.25rem;display:block; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { width:2.25rem;height:2.25rem;top:6.8125rem;left:24.125rem;display:block; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { width:1.25rem;height:1.25rem;top:8.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { width:11rem;height:2.75rem;top:1.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block; }
 }@media only screen and (max-width: 763px) { #i3Nz1netXOQTWQwgfFJp8wCNKmvBGrFb { width:2.75rem;height:2.75rem;top:1.1875rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz6Ug5q0EJOKTste43X8Xbn1lQ2SPl7l { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90bcb218-f79b-4d7a-a39a-aa8a1ad48dd4/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:17.6875rem;height:5.69921875rem;top:16.46875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:9.499rem;height:2.686525rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { width:20rem;height:7.3125rem;top:8.59375rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { width:20rem;height:15.0625rem;top:61.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:24.34375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block; }
 }@media only screen and (max-width: 763px) { #AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { width:11.375rem;height:2.75rem;top:28.40625rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block; }
 }@media only screen and (max-width: 763px) { #RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { width:3.875rem;height:3.875rem;top:3.09375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:9.875rem;height:1.625rem;top:35.3125rem;left:0rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block; }
 }@media only screen and (max-width: 763px) { #kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { width:9.75rem;height:1.625rem;top:35.3125rem;left:10.25rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block; }
 }@media only screen and (max-width: 763px) { #DACWn5c2gaLk4ohz9LgAIzucUWORE16A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcee200b-3eaf-4092-8e00-4993adaf1eae/avantiabr67fc57726254b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A.adaptive-delivery-prevent-bg, #DACWn5c2gaLk4ohz9LgAIzucUWORE16A.lazyload, #DACWn5c2gaLk4ohz9LgAIzucUWORE16A.lazyloading { background-image: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { background-color: transparent; background-image: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container > .video-iframe-container { display: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container { display: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .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); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { border-width: 0; border-radius: 0; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { display:block; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { display:flex;width:1.875rem;height:1.875rem;top:3.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { width:9.8125rem;height:2.3359375rem;top:2.95703125rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { width:12.5625rem;height:2.3359375rem;top:7.5rem;left:3.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QopFvR3TJchDKwPGrTHxl9T66IxGES3n { display:flex;width:1.5625rem;height:1.5625rem;top:7.88671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { width:16.3125rem;height:2.3359375rem;top:11.84765625rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { width:16.4375rem;height:4.671875rem;top:22.0625rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { display:flex;width:1.6875rem;height:1.6875rem;top:12.171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { display:flex;width:1.6875rem;height:1.6875rem;top:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:12.5625rem;height:3.50390625rem;top:16.3984375rem;left:3.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { display:flex;width:1.5625rem;height:1.5625rem;top:16.3984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { background-color: transparent; background-image: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .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); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { border-width: 0; border-radius: 0; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { width:20rem;height:12.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:16.75rem;height:3rem;top:4.75rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { display:flex;width:3.125rem;height:3.125rem;top:40.4375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfal9eaAWKlbVT4aVpOpPnhK3a5QWTcm { width:19.0625rem;height:3rem;top:8.5rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { width:4.75rem;height:4.75rem;top:12.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { background-color: transparent; background-image: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container > .video-iframe-container { display: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container { display: none; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .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); }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { border-width: 0; border-radius: 0; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIx6WrToJl6A7xHNQb3UNwhmlyVnDA5N > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLwadtZwQhvdMcu7PmC1reLAT0msATdE { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #GRniPaBhOKT532UH9akydo4sP8dwzIf9 { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #IAdNJbab494x3gJ4r1sBbEn6W3fLWq1U { width:19.8125rem;height:7.5rem;top:8.40625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bIyXDG6RtVun1hg0piyuPEd9yQkMTWtN { width:19.75rem;height:17.8476375rem;top:18.15625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqd78GZdIbBPJg1G0bRGZQqsJ2zGmxnW { width:10.6875rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMCNgt889gnAiEepDhZM88JBIE4nWkL { display:block; }#SqMCNgt889gnAiEepDhZM88JBIE4nWkL > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOIAgT4yXc6wXqmwsZOUI22LhABiiEKL { width:20rem;height:3.75rem;top:0.5625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsAdW1s1StGKeXtlerElRrDHATmeRT6J { width:20rem;height:1.25rem;top:14.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tbxn2oN7cO3kRNXCOdo9yomUgy3tLeCH { width:20rem;height:4.5rem;top:16.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTo6Hma0IGEXPC5krHGnznAH1sf6MZrp { width:11.5625rem;height:2.5rem;top:29.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIo1rJTqcos74a6WmQiTVkVBSzICLLDT { width:20rem;height:6rem;top:32.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ix7Hd9HBWLDEVzNPtRTXlqkNUPUx8cEE { width:12.625rem;height:1.25rem;top:47.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riJ1HHZcAmGQrTgLHuSUc3JUAf6w5C2T { width:20rem;height:4.5rem;top:49.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #huABTZctxDkVAnTknRaIMfqTf0ofxba4 { width:4.375rem;height:4.375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3HT9QARd3TVXAqEhB5KBQcOC2VOUr { width:4.375rem;height:4.375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2NbgOhPIBOHtNB87OuckORg0GGdkii { width:4.375rem;height:4.375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO { display:block; }#UPFPdi7EosU0dNuVTUXTNnHeJBvOs2qO > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jnc1CQrfGdGmQGBQUOGs7BcS1KtxE9wW { width:20rem;height:1.25rem;top:9.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUI0R9nVFv3igrXav5CXMQMi0ozB6Nu1 { width:20rem;height:4.5rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A92GLe5ZZHR7lZSGm4ubFXx5wAtBhtLJ { width:11.5625rem;height:2.5rem;top:24.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSW7frbb3OwGM2Myp8HXRJZZofGq0SM1 { width:20rem;height:4.5rem;top:27.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFR8EchpAAwAXsqJJP4p1yZKrH0tx78C { width:12.625rem;height:1.25rem;top:40.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JV2I0boTneDw9MVeiqD1TPVyWBQ8UaMv { width:20rem;height:4.5rem;top:42.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN1Z5g1931OxKZXCCI9xdbSu7bHMd8x { width:4.375rem;height:4.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owIKn17zKxQb1ibxCdA1hvaoHAqQHanV { width:4.375rem;height:4.375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlP814gDyDrEndsy3JkzDwMSUO00ku9 { width:4.375rem;height:4.375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg { display:block; }#Ru3puCLUQ9ThbsofdKgpmRlNkKcrmCRg > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSUwoRlxbPg1SUqDnbvTHE8LQo4f4N0 { height:11.1328125rem;width:20rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM0qa1mxVzR4RvOVg52eAvU1nPWi834H { width:16.75rem;height:7.03125rem;top:3.359375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGpGwgtkTDKV0rxMXsGo63VUanlpt0CT { display:flex;width:3.125rem;height:3.125rem;top:19.3828125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXi1AqfDtXgZP26FhuC8AezF9CT4SdUV { width:3.4375rem;height:3.4375rem;top:2.6953125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFJkEEgULg6F4ntqdt075gUQG4LT0Ob { width:20rem;height:4.5rem;top:26.3828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1564421d-ad6f-4951-8bbf-9f503304385f/avantipele67fc5630b8c8a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.adaptive-delivery-prevent-bg, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyload, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyloading { background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { background-color: transparent; background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .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); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { width:15.25rem;height:3.75rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { width:20rem;height:21.4980625rem;top:8.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { width:20rem;height:43.75rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { width:5.0625rem;height:5.0625rem;top:2.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IvVogTihwMykXcggVQIJ8f61TcVO9f { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0588cb8-9cb3-469c-8331-cc72bf707459/chatgptimage13deabrde202521380967fc58f92f712.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f.adaptive-delivery-prevent-bg, #M4IvVogTihwMykXcggVQIJ8f61TcVO9f.lazyload, #M4IvVogTihwMykXcggVQIJ8f61TcVO9f.lazyloading { background-image: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { background-color: transparent; background-image: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container > .video-iframe-container { display: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container { display: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .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); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { border-width: 0; border-radius: 0; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { display:block; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:20rem;height:3.75rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:20rem;height:46.875rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:20rem;height:16.7734375rem;top:7.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { width:4.6875rem;height:4.6875rem;top:23.2109375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#7300be;background-image:none;display:block; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { background-color: transparent; background-image: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .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); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { width:6.375rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { width:20rem;height:4rem;top:6.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { display:block; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { display:flex;width:1.125rem;height:1.125rem;top:49rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:9.625rem;height:2.5rem;top:48.3125rem;left:10.375rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { display:flex;width:1.5625rem;height:1.5625rem;top:48.75rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:9.1875rem;height:2.5rem;top:48.25rem;left:0rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:9.1875rem;height:2.5rem;top:51.875rem;left:0rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block; }
 }@media only screen and (max-width: 763px) { #BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { display:flex;width:1.25rem;height:1.25rem;top:52.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:9.6875rem;height:2.5rem;top:51.875rem;left:10.375rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { display:flex;width:1.5625rem;height:1.5625rem;top:52.4375rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { display:flex;top:0.59375rem;left:0.4375rem;width:1.875rem;height:1.875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-text { font-size:0.875rem;height:auto; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { display:flex;height:auto;width:20rem;top:3.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #b4qaJWoD7BhH30pRm3PETaIIZMZcNwXT {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CoJ6UTv6xviAh0frLtehKSIeGNzoICPs {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qPsCehHSeXIZzn77P8PdiT7Tsto92I8q {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #vHZcPgNnIZRplHPJa82CefizUix8T6tG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SzVQGsni0QV7axBTexcQQ0yZNXuysLqh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RdALlOhKiBXAirfiWq6KTPlNFP6QmCse {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Bqu9QDOZmHOShFe0ZxJRNLMeAwTs9iBx {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #St4fdinmX7SdU3ctnpcxECHpbl0Jh7Q5 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GS7A6ioZZTclKJUbSHrieR5hruU5pnWp {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #pTTlJxg0c1Tyvm4q134GT2DkmP8DxLA0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ccrMB1TdK1zhqmmT4fZsa2Fno7uvOoV4 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dk2d0psUrGgXL8hr3p7DvTZFsDHcxe2M {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C5XT46JsN4aKUNV9EcfamSXRGo4KE7VN {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HDkDAQX97PRKRecUw17eoTPO2gupQVzr {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JvUJNxTToFLByzTFOSKBIdVy4RKPsHQV {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #P5TTh1ow60iWT5l5589fDMHU8WJX9KSS {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #C6ZNbf8rwK1780tdwPCnKA1aHAwZLTyh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #egwQ2NV9iSrPm1UGum5WrQ5PrARKdnlF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RSDAFTEEEphVvW6R5qryBEDghsJOExfg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WQfZBXk4ehGxccVmiWu4fHT9ckWLciTW {  }
 }@media only screen and (max-width: 763px) { #GLv0bUqETB1GO0kz9bKneKxPScEymQoN { width:5.8125rem;height:5.8125rem;top:57.1640625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:68.5rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block; }
 }@media only screen and (max-width: 763px) { #lcRa3clwhDTdrRqTkpCnaJlTeqllAvDy { width:8.3125rem;height:2.75rem;top:72.4375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BrkTSTvoSn3TnxJnp7XUOM36PxeWim4I { display:block; }
 }@media only screen and (max-width: 763px) { #vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { width:5.4375rem;height:2.5625rem;top:57.4765625rem;left:4.875rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { width:9.9375rem;height:1.5rem;top:60.8515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MHAqIbvJ5TxvAQAsa5pBZ224I650L0tx { display:flex;width:12.25rem;height:12.25rem;top:84.875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vyq2gZ0nHEQJ97AMW1pQNdTdLWZZT54W { width:20rem;height:1.96875rem;top:64.4375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { width:1.875rem;height:1.4375rem;top:57.7890625rem;left:10.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wl9gugSTECmL47JS4aK8GM89wzv4NsLR { width:4.875rem;height:2rem;top:58.0390625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { background-color:transparent;background-image:none;display:block; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { background-color: transparent; background-image: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container > .video-iframe-container { display: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container { display: none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .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); }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { width:19rem;height:12.03125rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { width:20rem;height:16.6875rem;top:54rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947faedb-56a5-4907-90d3-849ee38823af/e29167df0dc17c4ae.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.adaptive-delivery-prevent-bg, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyload, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { width:20rem;height:28.125rem;top:19.09375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS { display:flex;width:3.125rem;height:3.125rem;top:15.96875rem;left:10.9375rem;display:none; }
#Pq5Nu7xqRFlG7KbrEk7KdWJOw01K9aVS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HypHxoMBVQgT4QIMOWiBTzwRPyHwLB7X { width:4.1875rem;height:4.1875rem;top:14.90625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA { width:20rem;height:44.8125rem;top:71.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947faedb-56a5-4907-90d3-849ee38823af/e29167df0dc17c4ae.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA.adaptive-delivery-prevent-bg, #bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA.lazyload, #bbTKWmi13RtRo3OTzfBp2PR4tiaazXgA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QlPThQTcv975J8E1L1rQ1H64E3d3JPaT { background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/77feac09-ed47-4be4-9450-df37958fc38d/staminageral167fceb56240fe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT.adaptive-delivery-prevent-bg, #QlPThQTcv975J8E1L1rQ1H64E3d3JPaT.lazyload, #QlPThQTcv975J8E1L1rQ1H64E3d3JPaT.lazyloading { background-image: none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container { background-color: transparent; background-image: none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container > .video-iframe-container { display: none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row > .video-iframe-container { display: none; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .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); }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container { border-width: 0; border-radius: 0; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlPThQTcv975J8E1L1rQ1H64E3d3JPaT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNv9VowyF41MUF8IF64Gop5q00fsTRUb { display:flex;width:3.125rem;height:3.125rem;top:1.125rem;left:15.9375rem;z-index:15007; }
#tNv9VowyF41MUF8IF64Gop5q00fsTRUb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { background-color:#000000;background-image:none;display:block; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { background-color: transparent; background-image: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .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); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { width:6rem;height:4.0625rem;top:2.75rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.adaptive-delivery-prevent-bg, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyload, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyloading { background-image: none; }
#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { width:13.3748125rem;height:3.00021875rem;top:3.25rem;left:6.625rem;font-size:1.5rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i7om95ct473lgdNVIcOOMqQFepKMxLDB { width:19.9991875rem;height:16.875rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 { display:block; }#nce8Dkkm7vVyl8MKRdwlOLhpBGn2tPI6 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXr2uUOwWx1TgKTtL4MmqrDnvWLgAvu2 { width:14.5625rem;height:3.75rem;top:2.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUrlADwVtw35Qo0RLvTd6hCSQvrKm8wd { width:10.4375rem;height:2.5rem;top:10.3125rem;left:4.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3Pvxh8zTqlHdhReAcCnhZ6nLEUkVmb8 { width:20rem;height:6rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KswQ6HZgkh9OcewcGwwvlMUpmGZJVsGH { display:flex;width:4.9375rem;height:4.9375rem;top:41.8125rem;left:0rem;font-size:3.4375rem; }
 }@media only screen and (max-width: 763px) { #TNFtkIa2r93DVd3AIJqXbs6yd1mqqpDa { width:12.6875rem;height:3.75rem;top:24.15625rem;left:4.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukfXBqssxTAgfgJ2yolZKB2hZMPycC8K { width:20rem;height:9rem;top:29.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vf38IqeLn37hyb55h2qs5o08TX9STELp { display:flex;width:4.9375rem;height:4.9375rem;top:23.5625rem;left:0rem;font-size:3.4375rem; }
 }@media only screen and (max-width: 763px) { #dwZEwd0xRcW8uVmOMIDmbORfURN4EF4k { width:14.5rem;height:2.5rem;top:43.03125rem;left:4.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BrQh23mpdT0UGmK1srdWkI39tnsJNlUy { width:20rem;height:4.5rem;top:47.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzSR5ICJemNQVTqzQIhORHpNDOKyMWpO { display:flex;width:4.9375rem;height:4.9375rem;top:9.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r { background-color:transparent;background-image:none;display:none; }#qAWfhNG9Bkv7dIdXTMquCfmxJ4FT5o8r > .row .container { width:20rem;height:103.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLfhAKGhI4mVNUrTSwb1vtyGTKPw4Vre { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvs6vd43TaIky764UoNJtRCeCrAPbxwF { width:19rem;height:8.125rem;top:11.46875rem;left:0.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOlKKwCFinJ5g4AR8Dwwslp6Hoc3nZK1 { width:20rem;height:18.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVu7ia2iZ3lBvE8ldgIUkmCHvzNVRCX0 { width:16.0625rem;height:8.125rem;top:30.21875rem;left:1.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umFKk0ZoWQ8yE2hVX2Q46ukQz7cdfbBA { width:20rem;height:18.75rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afNgx8iiyA1PuaKvzwTSPkSpMQXtfpPi { width:16.0625rem;height:8.125rem;top:49rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxDT93T1sOuJu5HetzwOhPwV8aVKQgLD { width:20rem;height:1.875rem;top:58.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cW1znGNqFWQfbZTrD1VxaJzmBVuUA5eB { width:20rem;height:40.75rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk { background-color:#ea4aee;background-image:none;display:block; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { background-color: transparent; background-image: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container > .video-iframe-container { display: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row > .video-iframe-container { display: none; }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .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); }#DIrAZ1bVKffTKAM4Rk8CJXI8Ir6XOfKk > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B01lrc7T6aAmaz2cFA4SbKOrl2eWxZCk { width:17.625rem;height:4rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rR5tIkVbKWcBkg1sdgvOllUcPriAC3N1 { height:11.099625rem;width:20rem;top:10.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmTFIzKurCiwm1k8wkooDFdw8tVHAXd { height:10.9150625rem;width:20rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mik9pJwpRW16pMsM7huTxEyEEy4c6Boh { height:10.9150625rem;width:20rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmqHegxGwwET7pnJM8goTGa4TPfU2hx { width:9.625rem;height:3.0859375rem;top:22.474609375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUnrP8nQKuPZcdA5KUf3OPNRAJ3yvoyg { width:17.125rem;height:3.25rem;top:58.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BMmULDuHoE3vSoI3p5Kqt233vQg34ZX3 { width:17.5rem;height:3.0859375rem;top:40.0625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf { display:block; }#hU3OVLWwTF6W1r2KFH7rxPilCGJQNUJf > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDMCgMwi1MR4aOJNHBbVRp1cLXTXfVHZ { width:20rem;height:1.875rem;top:2.5986328125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-heading-text { font-size:1.0625rem;height:auto; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-desc-text { font-size:0.9375rem;height:auto;font-weight:300;font-style:normal; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S { display:flex;height:auto;width:19.5rem;top:7.1875rem;left:0rem;gap:0.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
#pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #cTKKoLTbJ8UAcHfGnZdcgVcbx3sdM5H7 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #CyeSMVSRGaB0SOTByT1H5xekqWBNSGXD {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #IaAC7xKOOpffEgf7dKZZIxWnzCedE4zg {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TdTuyZ1TNrAT2J5ZuaIhi2xXIhi19Ke8 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #BPBlfk4J94ozRuAIfUtLsh6hCmP3rhrl {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #DD8C3KWNu6PORmvfr3PTXRFRrKASaxR8 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Ghib4edTHUJi4qI5sBPKIR3fWQA0pTpk {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #iUeRtOo9y0khQpP7RHIdW5N8lHH7rei2 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #mASRyvDRFsw7vIZh16ZUZlyouaWuayLT {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #xEC2JJQVuJhF6ioQkzd8XNKTwz5grktx {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #T4E42xaGxWd0v9dt7klsWbLLhK0m5a5g {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #d7qGkwmQ2dNfqaXnLRFxhZLDTa7DppdL {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Im6o8TXPXLNqv3H88l4ZXwlX0tVBNJZZ {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LIqSEWNHOD5Ea2ITZlaSa9BhHse5Nn9m {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WSO1ZEu3UGD4mr0sH6mTFV00asvTebGy {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Bhe2dsezUb8RS87XMNAPoX7EzR0cFHT9 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MJkdGm1A9d8nWQxZXRU6kny3DxO0Zsu0 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UvzwybLvamkbZZqu2UwOEvK9nOuwati5 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #Q2atUEkPNt99UOSzFCsRXfzh8g68LixR {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #WsBE0ZmmmwwMybNipC4CyvorQivfGAgU {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #OsDeTF8gX7Ih1oBOvg2dhTmv7rHIm3m0 {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #n2f2DIfHQTUdVJo7bvFFmMKFwDqkIdlD {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #MBbVDEMuNeph2gBADAfkzKtrgAVETnZi {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #l4RKydPLLVpVwVBosEMtzCeH09QJB7Zh {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #m3lueWQA16MtZiqRaAdc5pQqSQRbltXq {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #UMKxJZsmuO87GDZ3OJ9TFCqppGaJKzza {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #sxy65bAqr7osmtSdvxtRmolf945aJyCm {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #R9GXEAykPvEn9beANNGgxXaMtI3gOFAh {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #LHfTI0xkX01bKptwm1T3oHULtTVhZLZe {  }
 }@media only screen and (max-width: 763px) { #pnZtL88NtLS3NcPHeTwe41wZdbSzAg0S #TpniJegE460TpTHgzVcyOMnVXkWTxTHC {  }
 }@media only screen and (max-width: 763px) { #BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { display:block; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQs3koRuw5stepsb2vhKhi9XtvmNg28K { width:9.9375rem;height:3rem;top:3.0615234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { display:flex;width:3.6875rem;height:3.9375rem;top:1rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { width:19.999625rem;height:40.1249375rem;top:7.27991104126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { width:5rem;height:5rem;top:2.0615234375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:20rem;height:5.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:20rem;height:14.9375rem;top:9.375rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/836a348f-893a-461a-bb6a-1c5c5a70b171/whatsappimage20250106at083839677f6950c5b35.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:20rem;height:21.09375rem;top:26.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:50.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:50.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#000000;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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:14.3125rem;height:6.09375rem;top:8.1748046875rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.312375rem;height:4.5rem;top:17.3359375rem;left:0.966796875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:19.9980625rem;height:3.3984375rem;top:24.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { width:11.8125rem;height:2.875rem;top:35.625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:15.25rem;font-size:1.5rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:5.8125rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:8.875rem;font-size:1.5rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { display:flex;width:2.125rem;height:2.125rem;top:3.4375rem;left:2.625rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { display:flex;width:2.25rem;height:2.25rem;top:3.375rem;left:12.125rem;font-size:1.5rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { display:flex;width:1.0625rem;height:1.0625rem;top:19.0234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { width:9.1875rem;height:2.75rem;top:11.6875rem;left:3.75rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block; }
 }@media only screen and (max-width: 763px) { #i3Nz1netXOQTWQwgfFJp8wCNKmvBGrFb { width:2.75rem;height:2.75rem;top:11.6875rem;left:13.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz6Ug5q0EJOKTste43X8Xbn1lQ2SPl7l { display:block; }
 }