.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:235,227,241;--color-primary-1:188,160,207;--color-primary-2:121,65,159;--color-primary-3:61,33,80;--color-primary-4:18,10,24;--color-secondary-0:246,237,218;--color-secondary-1:247,208,133;--color-secondary-2:241,177,51;--color-secondary-3:237,158,0;--color-secondary-4:48,35,10;--color-tertiary-0:254,252,249;--color-tertiary-1:251,246,237;--color-tertiary-2:246,237,218;--color-tertiary-3:123,119,109;--color-tertiary-4:37,36,33;--headlines-font-family:"work sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86968ec5-f25d-4359-b664-838c344d9eae/download20260527T200500746.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.adaptive-delivery-prevent-bg, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyload, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyloading { background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:47.75rem;width:75rem;overflow:visible;position:relative;display:none; }#xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);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 rgba(var(--color-secondary-3),1) ;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:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:29.8125rem;left:14.59375rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:var(--paragraphs-font-family);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:35.0625rem;left:29.9375rem;display:block; }
#tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { 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:3.75rem;width:9.375rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:"barlow condensed";font-size:10.4375rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:12.1240234375rem;left:15.125rem;height:9.3935625rem;text-align:center;text-align-last:center;display:block; }
#PwHLbNTFFVe1saOdqqTCeogNTveov19D { box-sizing:content-box;height:8.0625rem;width:21.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f32c1c6-8bc0-4c06-b3d2-1aa0d0eb6371/positivargbmarca6994eab9529e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.40625rem;left:58.625rem;display:block; }#PwHLbNTFFVe1saOdqqTCeogNTveov19D.adaptive-delivery-prevent-bg, #PwHLbNTFFVe1saOdqqTCeogNTveov19D.lazyload, #PwHLbNTFFVe1saOdqqTCeogNTveov19D.lazyloading { background-image: none; }
#HTsUt9zLSozHRdqDM2Sw3H5RsoST78g0 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:normal;z-index:15018;line-height:.9;letter-spacing:0;top:22.2060546875rem;left:21.78125rem;height:4.7246125rem;text-align:center;text-align-last:center;display:block; }
#TWNn96z4HwmmWg441zHtcGSTzvQzfEcI { box-sizing:content-box;height:38.4375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5287fb1-ec4a-4531-bd4d-d11a0b9adeed/download85.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.adaptive-delivery-prevent-bg, #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.lazyload, #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.lazyloading { background-image: none; }
#TWNn96z4HwmmWg441zHtcGSTzvQzfEcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcDOuNNuq9Nk3Xfoy73wnTq0z5slELlr { background-color:rgba(var(--color-tertiary-4),0.54);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:rgba(var(--color-primary-0),1);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:5rem;height:1.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.0625rem;left:38.875rem;display:block; }
#bVTLdwAVVSs0bXhlPJsVAM2URcRXgUBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQe6u2AQu9couTu6OmCEASWTMRTzDyIE { background-color:rgba(var(--color-primary-1),0.5);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:#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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.0625rem;left:31.125rem;display:block; }
#rT59Qlp7Eg7rbuyUmhzlox3oMRECOqIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE { box-sizing:content-box;height:11.25rem;width:32.75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66639823-ce1a-433d-9076-a5ca2143b487/download20260427T131501573.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:36.5rem;display:block; }#zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE.adaptive-delivery-prevent-bg, #zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE.lazyload, #zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE.lazyloading { background-image: none; }
#zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 { background-color:#81319c;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; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { background-color: transparent; background-image: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container > .video-iframe-container { display: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container { display: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .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); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { border-width: 0; border-radius: 0; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TvRzvLQ8ROa1P065dCZOfmb9rsbF2A6B { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);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 rgba(var(--color-secondary-3),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ekU1XhZhQgTxsAiVLcAKHJMAOcXA2tkp { 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; }
#LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g { box-sizing:content-box;height:8.0625rem;width:16.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f32c1c6-8bc0-4c06-b3d2-1aa0d0eb6371/positivargbmarca6994eab9529e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.25rem;left:11.5625rem;display:block; }#LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g.adaptive-delivery-prevent-bg, #LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g.lazyload, #LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g.lazyloading { background-image: none; }
#UznWQTGA1kOxzResVWhhP1sTNlQDyZRg { box-sizing:content-box;height:45.625rem;width:64.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/50f59638-c146-44cf-bf81-cacfced44a9e/download20260529T094152648.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:33.0625rem;display:block; }#UznWQTGA1kOxzResVWhhP1sTNlQDyZRg.adaptive-delivery-prevent-bg, #UznWQTGA1kOxzResVWhhP1sTNlQDyZRg.lazyload, #UznWQTGA1kOxzResVWhhP1sTNlQDyZRg.lazyloading { background-image: none; }
#whoTlCiBCL3IlwkemB8vgszwEOf3LvQn { 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:var(--paragraphs-font-family);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:37.5rem;left:0rem;display:block; }
#cBFoLbglmZ7sekpMzXywahGS6rgtpbWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZHVRtwLB0Slhdh0P6FRi4Q1cz20pX7a { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15013;background-color:#1aba56;background-image:none;top:42.75rem;left:33.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fyEl9oUboiG7zBtIfUZ7n4naOzFZgTLP { 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:3.75rem;width:9.375rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#tFAealDvsBPrLp7a705mpSrKtGixNgOO { color:rgba(var(--color-primary-0),1);display:block;width:32.1875rem;position:absolute;font-family:"barlow condensed";font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:20.90625rem;left:0rem;height:5.0625rem;display:block; }
#GnSoHo12BGU2f1cD0zrWUThOQGmlb0lu { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:27.875rem;left:0rem;height:7.69925rem;font-style:normal;display:block; }
#T7wFNfEMfPVhZ7mT38ESwH2Vm55dsTbF { background-color:#097431;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:rgba(var(--color-secondary-0),1);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:4.9375rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.9375rem;left:7.3125rem;display:block; }
#vz6I0IMLDRAJ0zPqNp5DeeQbhAScawlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLCxhmCs0XPUhbDRanxdGWvKFKbS9dVr { background-color:#097431;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:rgba(var(--color-secondary-0),1);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:6.8125rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.9375rem;left:0rem;display:block; }
#lkRvar2iZt27FeEKVWH5GWdu9c6OBSK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Izm9tS8oclxIqBQy5apbvuNmhuAkO6pk { color:rgba(var(--color-primary-0),1);display:block;width:32.1875rem;position:absolute;font-family:"barlow condensed";font-size:5.625rem;font-weight:normal;z-index:15018;line-height:.9;letter-spacing:0;top:15.28125rem;left:0rem;height:5.0625rem;display:block; }
#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC { position:relative;display:none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC { border-width: 0; border-radius: 0; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .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; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container { background-color: transparent; background-image: none; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container > .video-iframe-container { display: none; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row > .video-iframe-container { display: none; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .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); }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container { border-width: 0; border-radius: 0; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#eOXA9E06iSxhI1SGvfR8dspaD23cao09 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:2.5625rem;left:66.5625rem;height:2.4746125rem;font-style:normal;display:block; }
#QVSM3QsLLivPVZcIArciMkWENDB9M4LC { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:2.5625rem;left:52.125rem;height:2.4746125rem;font-style:normal;display:block; }
#pmQDhJzEtHs2u0eXETvyMp7zRi3vXUPP { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:2.5625rem;left:34.875rem;height:2.4746125rem;font-style:normal;display:block; }
#zpyfxeooESFtMey7lQ52TlqTVb4mEVeb { 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.5625rem;left:49.8125rem; }
#R69cbz5W8dTuJslTRz4nXoHB0aCVTkry { 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.5625rem;left:64.5rem; }
#EsDKfdAx0VumUd4XgqIuOnXt18Ni0qvP { 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.5625rem;left:32.5625rem; }
#WeJOScKbTcQt2N0URRikKU6HLhqS0kws { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5244140625rem;left:17.5rem;height:2.4746125rem;font-style:normal;display:block; }
#L3an5SeBME5GNxaMHwtP4b8AEtke8LNH { 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.5625rem;left:15rem; }
#sMK5wGSFTiN196NzwX4Au0usaSO2buuu { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:2.75rem;left:2.1875rem;height:2.4746125rem;font-style:normal;display:block; }
#NAonSkakKvOzUoI9f4WdAUhEZllTIgSw { 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.75rem;left:0rem; }
#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#580c71;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; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container { background-color: transparent; background-image: none; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container > .video-iframe-container { display: none; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row > .video-iframe-container { display: none; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .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); }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container { border-width: 0; border-radius: 0; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#TIFkxXK0D0ImQ1oTl20ztdrWsRPeN3MC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.75rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#moJGJKPsoaRAHkcV9vDgat8FBadZrEyS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7rem;left:28.75rem; }
#TFFXVrn1E1xTUc6ZJBznOs8q1iQZ3xMU { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:27.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#NL59R1iRo82slz0O8F1u1kiwkW1TuCzD { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:45rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#zUeh0V4NteyhT6SAkrq5ty25WszAzdyF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:46.25rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z4vlmqoJa3JNebl3gbpxOGbmGwUdqQ7L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7rem;left:46.25rem; }
#roE4dnoJyTfEgWgrfdKReiNxoBwpOhMD { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:62.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#hI7otMwmpM85BTObSLttC8FapsbUOfL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:63.75rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JIOBi7Lpb7Nyh9Jc1eT96AEdT37wGQrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7rem;left:63.75rem; }
#vVJvQROFl3vAJ7WMQHSNT3aFBD4GVB7E { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:5.75rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#580c71;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; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container { background-color: transparent; background-image: none; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container > .video-iframe-container { display: none; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row > .video-iframe-container { display: none; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .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); }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container { border-width: 0; border-radius: 0; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#NNUBUS7SMsTRAXVKhEc6eykfVhttklst { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:27.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#nIKrozdgasVgvOSgzNpaX5ZMtH9JzUkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.75rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lxP4VGlWMB7pfsvBVqeGVBTk0xuWB3V6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:28.75rem; }
#x1dSmErZncMGDdrdNtSs77Uv5rm5kczK { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:45rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#wbTzmmyRBcr3SJvcGSiyaqtdxAeirLFx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:46.25rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xp00orNTgotQkUNV0TmE2yXHHqydpPIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:46.25rem; }
#Sv56IURks8qnqxcRXIZ4kyehJ1M4on2h { box-sizing:content-box;height:12.625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: 0rem 0.4375rem 1.75rem rgba(163,70,216,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:62.5rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#k2gtAXgnJkxremBhVamlPemMRLiqMr0T { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:63.75rem;height:4.142575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R3dTBmiBCToFumWLT0AkuSxZzooPzmca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:63.75rem; }
#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 { position:relative;display:none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 { border-width: 0; border-radius: 0; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .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; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81319c;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; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container { background-color: transparent; background-image: none; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container > .video-iframe-container { display: none; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row > .video-iframe-container { display: none; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .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); }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container { border-width: 0; border-radius: 0; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:10.375rem;left:0rem;height:;font-style:normal;display:block; }#AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
#XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly { box-sizing:content-box;height:46.5625rem;width:44rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d842c67a-cd8a-4714-b39f-8e086aa162d1/download20260527T201937903.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:48.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly.adaptive-delivery-prevent-bg, #XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly.lazyload, #XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly.lazyloading { background-image: none; }
#XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly::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; }#XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,49,156,0.14); }#wUfUsOACIXPEbkGMN8CKeIovntr5EeOf { color:rgba(var(--color-tertiary-2),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:5.4375rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:26.875rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.75rem;left:0rem;height:9.0625rem;font-style:normal;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{  }
#Dxfmvq15IcVvAtmKJIfe3J9RXw0k49zJ { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15014;background-color:#1aba56;background-image:none;top:0rem;left:45.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50f3cebd-31db-4fce-bcc0-571aa2776537/download20260527T202609288.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp.adaptive-delivery-prevent-bg, #Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp.lazyload, #Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp.lazyloading { background-image: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { background-color: transparent; background-image: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,1,25,0.89); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container > .video-iframe-container { display: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,1,25,0.89); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row > .video-iframe-container { display: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .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); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { border-width: 0; border-radius: 0; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp::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; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#L0VXZuD8bDEuT5AHLVpmEqvhhBi0Tn9C { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.4375rem;left:34.5625rem;height:3.125rem;font-style:normal;display:block; }
#yumR6Dky588IwFvu7S0XpzL5uZkPkHK0 { box-sizing:content-box;height:41.1875rem;width:29.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d3662539-7193-4751-8ad1-967126dd9573/download20260527T202623031.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#yumR6Dky588IwFvu7S0XpzL5uZkPkHK0.adaptive-delivery-prevent-bg, #yumR6Dky588IwFvu7S0XpzL5uZkPkHK0.lazyload, #yumR6Dky588IwFvu7S0XpzL5uZkPkHK0.lazyloading { background-image: none; }
#h30JoGnPiXlAg11rTVir9g0ssxSIkvwm { color:rgba(var(--color-tertiary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:34.5625rem;height:27.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu { position:relative;display:none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu { border-width: 0; border-radius: 0; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .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; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#8c2aac;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:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Sbt2T1OJHLJ0y6lo8xUEv2Oygi373qQ7 { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:"barlow condensed";font-size:7.0625rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:6.8125rem;left:17.5625rem;height:6.3555rem;text-align:left;text-align-last:left;display:block; }
#WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { background-color:rgba(0,0,0,0.48);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:16.4375rem;left:18.25rem;display:block; }
#WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { background-color:rgba(0,0,0,0.48);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:17.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:16.4375rem;left:29.125rem;display:block; }
#NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:17.375rem;left:19.25rem; }
#lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { 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:15015;opacity:1;top:17.375rem;left:30.125rem; }
#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:26.75rem;left:19.25rem; }
#P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { background-color:rgba(0,0,0,0.48);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:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:25.8125rem;left:18.25rem;display:block; }
#UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { background-color:rgba(0,0,0,0.48);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:23.8125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:30.5625rem;left:18.25rem;display:block; }
#MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpbacKCLswDT3CcfPBSv8uBq7Q5TgREU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15016;opacity:1;top:31.375rem;left:19.125rem; }
#M3Qxn5aT5iNzdULQhbe0FLeg8vs8sck5 { background-color:rgba(0,0,0,0.48);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:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:35.25rem;left:18.25rem;display:block; }
#wu4GLMHb0qoar5lILV0Q5wPMSTgsN1W0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fh2bmHpT6PZkBLlKfca0Wg1vFvV0zf6w { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15018;opacity:1;top:36.0625rem;left:19.125rem; }
#evuvpyxkATqcZkZ1W82f0dRQREz4J9J0 { background-color:rgba(0,0,0,0.48);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:23.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:21.125rem;left:18.25rem;display:block; }
#sq0UGt7igslCT7XuaiGKTlRkJp37dmuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8JcTXMSpF0IvPAX18eryXskQiP88iJb { 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:22.0625rem;left:19.25rem; }
#udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16.0625rem;left:53rem;height:10.75rem;font-style:normal;display:block; }#udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
#sT0PfgmQMwc2GG2HTaH4I6rIlT48reuy { 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:2.25rem;width:5.75rem;top:10.4375rem;left:53.25rem;overflow:hidden;display:block; }
#UcthQfuiTTb19TT67aRLhRENyFCBRxIw { box-sizing:content-box;height:4.875rem;width:9.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f32c1c6-8bc0-4c06-b3d2-1aa0d0eb6371/positivargbmarca6994eab9529e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9rem;left:59.125rem;display:block; }#UcthQfuiTTb19TT67aRLhRENyFCBRxIw.adaptive-delivery-prevent-bg, #UcthQfuiTTb19TT67aRLhRENyFCBRxIw.lazyload, #UcthQfuiTTb19TT67aRLhRENyFCBRxIw.lazyloading { background-image: none; }
#rKZxTCb84F1zFTFDqBxNAhaAEsUy3wz3 { color:rgba(var(--color-primary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.625rem;left:53.375rem;height:1.6875rem;font-style:normal;display:block; }
#fC5fupTDnleyvnsRXw9HOoNutIPmFkLn { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:29.6875rem;left:53.375rem;height:2.625rem;font-style:normal;display:block; }
#E4Jidk4h1bgLwE49MT0dEP1pHTyqloPG { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"barlow condensed";font-size:4.1875rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:28.3125rem;left:60rem;height:4.1875rem;font-style:normal;display:block; }
#OTy9yfIK9MVXE3THv1z1i0PLSSaMPJiT { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:28.6875rem;left:68.6875rem;height:2rem;font-style:normal;display:block; }
#DUQU02SROK04i7EbXMkxDsehhaiUQ7gH { 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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36rem;left:53rem;display:block; }
#uHWuXGvQ2N4s1SQfi1E2Lt34rc5RRbfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt { box-sizing:content-box;height:45.4375rem;width:24.125rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc699609-3dea-4e5a-af57-b129b838703a/download20260528T094906310.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-9.5625rem;display:block; }#bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.adaptive-delivery-prevent-bg, #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.lazyload, #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.lazyloading { background-image: none; }
#bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7uOkZXw5wQB5XyCz3V0PLe1aBowpuX7 { box-sizing:content-box;height:45.4375rem;width:11.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c2aac, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8c2aac, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8c2aac, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8c2aac, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c2aac', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c2aac', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8c2aac, rgba(0,0,0,0));background-size:cover !important;top:0rem;left:-9.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb { box-sizing:content-box;height:45.4375rem;width:47.8125rem;position:absolute;display:block;z-index:14996;background-color:#60127b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:50.125rem;display:block; }
#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#60127b;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; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container { background-color: transparent; background-image: none; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container > .video-iframe-container { display: none; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row > .video-iframe-container { display: none; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .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); }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container { border-width: 0; border-radius: 0; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#wT9OTEbqHxFTK9MrGwbkMkZkgxKuhMNk { 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; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .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(var(--color-primary-2),1); }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .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; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-primary-0),1);height:auto;line-height:1.5;overflow:hidden; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-primary-0),1);height:auto;line-height:1.5;overflow:hidden; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .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_ff6bbc4f579f69d0ffcc46eb80f8a483fb1f109f.svg");background-size:contain !important; }#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-trigger.adaptive-delivery-prevent-bg, #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-trigger.lazyload, #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-trigger.lazyloading { background-image: none; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC { box-sizing:content-box;height:auto;width:39.375rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15011;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.3125rem;left:35.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #o2Dea0DLeLrheO7TXVB9IdSKxQyuQarF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rbw2UihPE8mlNg0p2UPBozu1D40mITCL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #W2wFG8alb9SGeBV3ms0zXiZKwFlLdbJV { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #moE35nCq7qn7h3SdTyoTEEJnRQuIc9fp {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Hr1TTczdPDBXW4PXuzkiuWn7M3vZkRwt {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iMTMW2orO9R9TARTQpkFTeZkdsovc00w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #kdcSNPWq7CxWMF2k6N5JBt3EeaR1T4iO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #nTCIJgemy0h9vBzbGosW3IZdVD3R6baB { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bdBZrgvPRn4zdLFHVMdJuy9Mg4rTvDZB {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Eg6PJa1q4mq9sZ7SgazugmRPeMz8corQ { display:none; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iVnVSLyeXi3DecI985x6906LxWTyvpxa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #U0lk6LTlJGkO0JBu1TukNZ6sDbJqq45V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #ZvHpHow8diRrri3Z6lTTXzrePkh3flDU { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IF2kD72euQvG8vu2lke1q878olXv2bN2 {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Vny9CZiKmUphIp9L8rmH9U3BanLqvFnQ { display:none; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #UK08R0FaZXIAtgASIf3tRrzWOQPPeowt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #L2bd6ZboWs8eqPTf5HiF3vorxkJJEOZP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bh1O8Le8CWPqmDq3qlWdTz0IsqPz0XtQ { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #MTDVycvhKd1hupJFR7n7ka7pvkF5o6JT {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #EoQkDPhcJzQTu5BUSibTspuvNwBrxM62 { display:none; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #fr9kOA2eEMhaii1snmxwhnPUCVIwHfuI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IS68ETnHSPgio97INiSraKahOW7kvaZb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #vmfORZGG1tV8Vtw2rAp1ic3fGllrFT7o { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #LrsmUI7h3b3d3q0ZLs2MxAcSQOwdRnmT {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bDtqV0hatezrXbSJVKeQRfgZttIUcriE { display:none; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rrNRPJERCvNXSUgOnqkVwz13hAuTTBid { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #F8o01k8I1T1EOsSHK2rKCrxbVTcXd03e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #qBA7sfDbKnoA4pGH2e2N3AQJWmZF225X { display:block;position:relative; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #T3dVceDaZSQzsduLIo26mKk769KRZDZ9 {  }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #H5HWbQxitEVXdCuIatoln2miBOEFVSwv { display:none; }
#qkbZbraJvpIwrDJkAEVfBu4LNLSk3Gz0 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:5.4375rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#UngD6okxpOydIIgICMrqm6O1MxTCIXrL { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:14.25rem;left:0rem;height:16.3125rem;font-style:normal;display:block; }#UngD6okxpOydIIgICMrqm6O1MxTCIXrL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UngD6okxpOydIIgICMrqm6O1MxTCIXrL li:before{  }
#UIP2kFlmmWghbmJPRT8Jc9IWXpDJslcS { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:5.4375rem;left:0rem;height:6.25rem;font-style:normal;display:none; }
#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#097431;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; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container { background-color: transparent; background-image: none; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container > .video-iframe-container { display: none; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row > .video-iframe-container { display: none; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .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); }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container { border-width: 0; border-radius: 0; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#QU8PVPxAXiPIe3fpAdXRsKIoAfXP1T3V { box-sizing:content-box;height:29.4375rem;width:20.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wQzIhRK0WJ2WvW1qgHqkyxBpuv3r2smM { background-color:#4f893c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.5625rem;left:1.875rem;display:block; }
#MKMMRAhbwctke4FaCi5sRTnTErczJssx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqIc8xQQiNMEITwZTo0KfucM5iH6BeZ7 { color:rgba(var(--color-primary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.8125rem;left:1.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9e64d742-43f1-4d73-bbf1-da9e1276c5cf/image31699ccead76596.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u.adaptive-delivery-prevent-bg, #fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u.lazyload, #fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u.lazyloading { background-image: none; }
#J3bGl2w0z3H5IsLCyeiCzg09saXQsfsw { color:rgba(var(--color-primary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:28.0625rem;left:1.875rem;height:7.6465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R75BXzWQrEuCbTX8TsHVzKFGiTgeJRC7 { box-sizing:content-box;height:29.4375rem;width:20.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.375rem;left:27.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0e7977af-2a47-42fd-95de-427ea936e9f6/cf79caa134.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.375rem;left:27.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa.adaptive-delivery-prevent-bg, #BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa.lazyload, #BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa.lazyloading { background-image: none; }
#DNnZc4siiP3P5uPb6WakvS51roKZWAh3 { color:rgba(var(--color-primary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.75rem;left:29.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oUptSx9otxN4WvBieLw6PliksftgKafP { color:rgba(var(--color-primary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:29.9375rem;left:29.4375rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nonhubFbKqnTCHN01trybX034XKwrRN3 { background-color:#4f893c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.5rem;left:29.75rem;display:block; }
#tNEH907s4DToMADkm9WqLcFNLoOFLow6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfzHKoRmZcLhaKb9m6cm30o3RbQV07kX { color:rgba(var(--color-tertiary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:3.03125rem;left:13.65625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EB81kqASL3Tvmb7kUSLIUnefNDUccTuR { box-sizing:content-box;height:29.4375rem;width:20.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.375rem;left:54rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fiuS14WtoXEU7kgz7bEOovh72MQBzIGE { box-sizing:content-box;height:10rem;width:20.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8f8d4316-176a-483b-ae88-472bed2ba12c/imageye____imgi_5_herohalcyon2jpg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:12.375rem;left:54rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#fiuS14WtoXEU7kgz7bEOovh72MQBzIGE.adaptive-delivery-prevent-bg, #fiuS14WtoXEU7kgz7bEOovh72MQBzIGE.lazyload, #fiuS14WtoXEU7kgz7bEOovh72MQBzIGE.lazyloading { background-image: none; }
#EhgGRF6LgwaQTMrlQnZDuN5cSsKS34At { color:rgba(var(--color-primary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.75rem;left:56.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBIHHLyPmKTKhmbUJ8OTZT5zuQUxlzvX { color:rgba(var(--color-primary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:31.3125rem;left:56.25rem;height:3.82324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhmyh9MtIdScMcf4txcXVPpO2W08VGLN { background-color:#4f893c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.5rem;left:56.5625rem;display:block; }
#zamndKCWSBRV4dUsPpKxFRd7bSTZJCo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:58.125rem;width:75rem;overflow:visible;position:relative;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { box-sizing:content-box;height:16.8125rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/15d93338-d2db-494a-881e-0d57ac910168/mockup169aafcc386fe9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.375rem;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:var(--headlines-font-family);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:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.4990234375rem;left:28.591796875rem;height:38.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { box-sizing:content-box;height:35.75rem;width:34.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e77ab47b-26a3-4312-a7a3-89d38c0b8c63/Whisk_69f4a52bb9Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.125rem;left:0rem;display:block; }#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.adaptive-delivery-prevent-bg, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyload, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyloading { background-image: none; }
#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { background-color: transparent; background-image: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .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); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { border-width: 0; border-radius: 0; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:20.3125rem;width:20.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.36;top:2.6875rem;left:22.9375rem; }
#oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:"barlow condensed";font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.9375rem;height:3.33105625rem;display:block; }
#Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13rem;left:45.9375rem;display:block; }
#rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.5rem;left:45.9375rem;display:block; }
#IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { 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:48rem;width:42.875rem;display:none; }
#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { 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; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { background-color: transparent; background-image: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .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); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { border-width: 0; border-radius: 0; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:22.03903125rem;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; }
#p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:6.3925625rem;font-style:normal;display:block; }
#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { box-sizing:content-box;height:43.875rem;width:52.875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/89f6d278-3875-4aa2-95e9-24eabb12440d/dsc08499269b5cf7e9934d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:44.6875rem;display:block; }#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.adaptive-delivery-prevent-bg, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyload, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyloading { background-image: none; }
#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { position:relative;display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#4f893c;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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.9;letter-spacing:0;top:15.6875rem;left:54.75rem;height:3.775rem;font-style:normal;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; }
#TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { 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:2.9375rem;width:7.625rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { 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:6.5625rem;width:11.875rem;top:5.09375rem;left:8.875rem;overflow:hidden;display:block; }
#VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#whBApcTtrSGgMLMqA16DqPLd2kzmG5O3 { 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:6.875rem;width:13.3125rem;top:10.5625rem;left:8.15625rem;overflow:hidden;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:45.8125rem;height:3.3125rem;top:29.8125rem;left:0.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:35.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block; }
 }@media only screen and (max-width: 763px) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:9.375rem;height:3.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { width:44.75rem;height:9.375rem;top:12.0625rem;left:1.5rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHLbNTFFVe1saOdqqTCeogNTveov19D { width:21.625rem;height:8.0625rem;top:2.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsUt9zLSozHRdqDM2Sw3H5RsoST78g0 { width:31.4375rem;height:4.6875rem;top:22.1875rem;left:8.15625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI { width:47.75rem;height:38.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDOuNNuq9Nk3Xfoy73wnTq0z5slELlr { width:5rem;height:1.625rem;top:11.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTLdwAVVSs0bXhlPJsVAM2URcRXgUBl { display:block; }
 }@media only screen and (max-width: 763px) { #zQe6u2AQu9couTu6OmCEASWTMRTzDyIE { width:7.125rem;height:1.625rem;top:11.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT59Qlp7Eg7rbuyUmhzlox3oMRECOqIq { display:block; }
 }@media only screen and (max-width: 763px) { #zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE { width:32.75rem;height:11.25rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 { display:block; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvRzvLQ8ROa1P065dCZOfmb9rsbF2A6B { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekU1XhZhQgTxsAiVLcAKHJMAOcXA2tkp { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g { width:16.375rem;height:8.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UznWQTGA1kOxzResVWhhP1sTNlQDyZRg { width:47.75rem;height:45.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whoTlCiBCL3IlwkemB8vgszwEOf3LvQn { width:15.125rem;height:2.75rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBFoLbglmZ7sekpMzXywahGS6rgtpbWX { display:block; }
 }@media only screen and (max-width: 763px) { #ZZHVRtwLB0Slhdh0P6FRi4Q1cz20pX7a { width:2.875rem;height:2.875rem;top:42.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyEl9oUboiG7zBtIfUZ7n4naOzFZgTLP { width:9.375rem;height:3.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFAealDvsBPrLp7a705mpSrKtGixNgOO { width:32.1875rem;height:5.0625rem;top:20.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSoHo12BGU2f1cD0zrWUThOQGmlb0lu { width:28.25rem;height:7.6875rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wFNfEMfPVhZ7mT38ESwH2Vm55dsTbF { width:4.9375rem;height:1.625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6I0IMLDRAJ0zPqNp5DeeQbhAScawlh { display:block; }
 }@media only screen and (max-width: 763px) { #HLCxhmCs0XPUhbDRanxdGWvKFKbS9dVr { width:6.8125rem;height:1.625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkRvar2iZt27FeEKVWH5GWdu9c6OBSK1 { display:block; }
 }@media only screen and (max-width: 763px) { #Izm9tS8oclxIqBQy5apbvuNmhuAkO6pk { width:32.1875rem;height:5.0625rem;top:15.25rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC { display:none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS { display:block; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOXA9E06iSxhI1SGvfR8dspaD23cao09 { width:8.1875rem;height:2.4375rem;top:2.5625rem;left:39.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVSM3QsLLivPVZcIArciMkWENDB9M4LC { width:6.5625rem;height:2.4375rem;top:2.5625rem;left:38.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmQDhJzEtHs2u0eXETvyMp7zRi3vXUPP { width:7rem;height:2.4375rem;top:2.5625rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpyfxeooESFtMey7lQ52TlqTVb4mEVeb { width:1.6875rem;height:1.6875rem;top:2.5625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R69cbz5W8dTuJslTRz4nXoHB0aCVTkry { width:1.5625rem;height:1.5625rem;top:2.5625rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsDKfdAx0VumUd4XgqIuOnXt18Ni0qvP { width:1.6875rem;height:1.6875rem;top:2.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeJOScKbTcQt2N0URRikKU6HLhqS0kws { width:6.1875rem;height:2.4375rem;top:2.5rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3an5SeBME5GNxaMHwtP4b8AEtke8LNH { width:1.875rem;height:1.875rem;top:2.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMK5wGSFTiN196NzwX4Au0usaSO2buuu { width:7rem;height:2.4375rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAonSkakKvOzUoI9f4WdAUhEZllTIgSw { width:1.5625rem;height:1.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 { display:block; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIFkxXK0D0ImQ1oTl20ztdrWsRPeN3MC { width:9.5625rem;height:4.125rem;top:11.5625rem;left:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moJGJKPsoaRAHkcV9vDgat8FBadZrEyS { width:3.3125rem;height:3.3125rem;top:7rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFFXVrn1E1xTUc6ZJBznOs8q1iQZ3xMU { width:12.5rem;height:12.625rem;top:5.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL59R1iRo82slz0O8F1u1kiwkW1TuCzD { width:12.5rem;height:12.625rem;top:5.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeh0V4NteyhT6SAkrq5ty25WszAzdyF { width:9.5625rem;height:4.125rem;top:11.5625rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4vlmqoJa3JNebl3gbpxOGbmGwUdqQ7L { width:3.3125rem;height:3.3125rem;top:7rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roE4dnoJyTfEgWgrfdKReiNxoBwpOhMD { width:12.5rem;height:12.625rem;top:5.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7otMwmpM85BTObSLttC8FapsbUOfL2 { width:9.5625rem;height:4.125rem;top:11.5625rem;left:38.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOBi7Lpb7Nyh9Jc1eT96AEdT37wGQrP { width:3.3125rem;height:3.3125rem;top:7rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJvQROFl3vAJ7WMQHSNT3aFBD4GVB7E { width:22.5625rem;height:9.375rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 { display:block; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUBUS7SMsTRAXVKhEc6eykfVhttklst { width:12.5rem;height:12.625rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKrozdgasVgvOSgzNpaX5ZMtH9JzUkJ { width:9.5625rem;height:4.125rem;top:5.8125rem;left:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxP4VGlWMB7pfsvBVqeGVBTk0xuWB3V6 { width:3.3125rem;height:3.3125rem;top:1.25rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1dSmErZncMGDdrdNtSs77Uv5rm5kczK { width:12.5rem;height:12.625rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTzmmyRBcr3SJvcGSiyaqtdxAeirLFx { width:10.3125rem;height:4.125rem;top:5.8125rem;left:25.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp00orNTgotQkUNV0TmE2yXHHqydpPIs { width:3.3125rem;height:3.3125rem;top:1.25rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv56IURks8qnqxcRXIZ4kyehJ1M4on2h { width:12.5rem;height:12.625rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2gtAXgnJkxremBhVamlPemMRLiqMr0T { width:9.875rem;height:4.125rem;top:5.8125rem;left:37.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3dTBmiBCToFumWLT0AkuSxZzooPzmca { width:3.3125rem;height:3.3125rem;top:1.25rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 { display:none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv { display:block; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU { width:39.9375rem;height:;top:10.375rem;left:0rem;font-size:1.4375rem;display:block; }#AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
 }@media only screen and (max-width: 763px) { #XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly { width:44rem;height:46.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfUsOACIXPEbkGMN8CKeIovntr5EeOf { width:43.625rem;height:3.125rem;top:5.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:30.5rem;height:3.125rem;top:26.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:34.5rem;height:9.0625rem;top:31.75rem;left:0rem;font-size:1.25rem;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{  }
 }@media only screen and (max-width: 763px) { #Dxfmvq15IcVvAtmKJIfe3J9RXw0k49zJ { width:2.875rem;height:2.875rem;top:0rem;left:32.3125rem;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) { #Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp { display:block; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0VXZuD8bDEuT5AHLVpmEqvhhBi0Tn9C { width:30.5rem;height:3.125rem;top:4.4375rem;left:17.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yumR6Dky588IwFvu7S0XpzL5uZkPkHK0 { width:29.625rem;height:41.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30JoGnPiXlAg11rTVir9g0ssxSIkvwm { width:35.875rem;height:27.625rem;top:9.25rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7lR9z3CkURRKI8SorOfRACw9F4RZrfu { display:none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #Sbt2T1OJHLJ0y6lo8xUEv2Oygi373qQ7 { width:32.875rem;height:6.3125rem;top:6.8125rem;left:3.9375rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:9.625rem;height:3.4375rem;top:16.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { width:17.75rem;height:3.4375rem;top:16.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block; }
 }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { width:1.5625rem;height:1.5625rem;top:17.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { width:1.5625rem;height:1.5625rem;top:17.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { width:1.5625rem;height:1.5625rem;top:26.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:19.9375rem;height:3.4375rem;top:25.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:23.8125rem;height:3.4375rem;top:30.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #rpbacKCLswDT3CcfPBSv8uBq7Q5TgREU { width:1.875rem;height:1.875rem;top:31.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Qxn5aT5iNzdULQhbe0FLeg8vs8sck5 { width:22.0625rem;height:3.4375rem;top:35.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4GLMHb0qoar5lILV0Q5wPMSTgsN1W0 { display:block; }
 }@media only screen and (max-width: 763px) { #fh2bmHpT6PZkBLlKfca0Wg1vFvV0zf6w { width:1.875rem;height:1.875rem;top:36.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evuvpyxkATqcZkZ1W82f0dRQREz4J9J0 { width:23.4375rem;height:3.4375rem;top:21.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq0UGt7igslCT7XuaiGKTlRkJp37dmuO { display:block; }
 }@media only screen and (max-width: 763px) { #B8JcTXMSpF0IvPAX18eryXskQiP88iJb { width:1.5625rem;height:1.5625rem;top:22.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr { width:22rem;height:10.75rem;top:16.0625rem;left:25.75rem;font-size:1.0625rem;display:block; }#udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
 }@media only screen and (max-width: 763px) { #sT0PfgmQMwc2GG2HTaH4I6rIlT48reuy { width:5.75rem;height:2.25rem;top:10.4375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcthQfuiTTb19TT67aRLhRENyFCBRxIw { width:9.5rem;height:4.875rem;top:9rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZxTCb84F1zFTFDqBxNAhaAEsUy3wz3 { width:18.75rem;height:1.6875rem;top:32.625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5fupTDnleyvnsRXw9HOoNutIPmFkLn { width:6.125rem;height:2.625rem;top:29.6875rem;left:39.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Jidk4h1bgLwE49MT0dEP1pHTyqloPG { width:10.25rem;height:4.1875rem;top:28.3125rem;left:37.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTy9yfIK9MVXE3THv1z1i0PLSSaMPJiT { width:3.25rem;height:2rem;top:28.6875rem;left:44.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUQU02SROK04i7EbXMkxDsehhaiUQ7gH { width:18.9375rem;height:2.75rem;top:36rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHWuXGvQ2N4s1SQfi1E2Lt34rc5RRbfk { display:block; }
 }@media only screen and (max-width: 763px) { #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt { width:24.125rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uOkZXw5wQB5XyCz3V0PLe1aBowpuX7 { width:11.625rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb { width:47.75rem;height:45.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a { display:block; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT9OTEbqHxFTK9MrGwbkMkZkgxKuhMNk { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC { display:flex;height:auto;width:27.8125rem;top:12.1875rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #o2Dea0DLeLrheO7TXVB9IdSKxQyuQarF {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rbw2UihPE8mlNg0p2UPBozu1D40mITCL {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #W2wFG8alb9SGeBV3ms0zXiZKwFlLdbJV {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #moE35nCq7qn7h3SdTyoTEEJnRQuIc9fp {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Hr1TTczdPDBXW4PXuzkiuWn7M3vZkRwt {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iMTMW2orO9R9TARTQpkFTeZkdsovc00w {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #kdcSNPWq7CxWMF2k6N5JBt3EeaR1T4iO {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #nTCIJgemy0h9vBzbGosW3IZdVD3R6baB {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bdBZrgvPRn4zdLFHVMdJuy9Mg4rTvDZB {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Eg6PJa1q4mq9sZ7SgazugmRPeMz8corQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iVnVSLyeXi3DecI985x6906LxWTyvpxa {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #U0lk6LTlJGkO0JBu1TukNZ6sDbJqq45V {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #ZvHpHow8diRrri3Z6lTTXzrePkh3flDU {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IF2kD72euQvG8vu2lke1q878olXv2bN2 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Vny9CZiKmUphIp9L8rmH9U3BanLqvFnQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #UK08R0FaZXIAtgASIf3tRrzWOQPPeowt {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #L2bd6ZboWs8eqPTf5HiF3vorxkJJEOZP {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bh1O8Le8CWPqmDq3qlWdTz0IsqPz0XtQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #MTDVycvhKd1hupJFR7n7ka7pvkF5o6JT {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #EoQkDPhcJzQTu5BUSibTspuvNwBrxM62 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #fr9kOA2eEMhaii1snmxwhnPUCVIwHfuI {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IS68ETnHSPgio97INiSraKahOW7kvaZb {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #vmfORZGG1tV8Vtw2rAp1ic3fGllrFT7o {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #LrsmUI7h3b3d3q0ZLs2MxAcSQOwdRnmT {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bDtqV0hatezrXbSJVKeQRfgZttIUcriE {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rrNRPJERCvNXSUgOnqkVwz13hAuTTBid {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #F8o01k8I1T1EOsSHK2rKCrxbVTcXd03e {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #qBA7sfDbKnoA4pGH2e2N3AQJWmZF225X {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #T3dVceDaZSQzsduLIo26mKk769KRZDZ9 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #H5HWbQxitEVXdCuIatoln2miBOEFVSwv {  }
 }@media only screen and (max-width: 763px) { #qkbZbraJvpIwrDJkAEVfBu4LNLSk3Gz0 { width:30.5rem;height:6.25rem;top:5.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UngD6okxpOydIIgICMrqm6O1MxTCIXrL { width:24.0625rem;height:16.3125rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }#UngD6okxpOydIIgICMrqm6O1MxTCIXrL li:before{  }
 }@media only screen and (max-width: 763px) { #UIP2kFlmmWghbmJPRT8Jc9IWXpDJslcS { width:20rem;height:1.875rem;top:25.0625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuwpTCxzvbT66yTNw416GrBQr0iJJCFP { display:block; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QU8PVPxAXiPIe3fpAdXRsKIoAfXP1T3V { width:20.9375rem;height:29.4375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQzIhRK0WJ2WvW1qgHqkyxBpuv3r2smM { width:8.9375rem;height:2.4375rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKMMRAhbwctke4FaCi5sRTnTErczJssx { display:block; }
 }@media only screen and (max-width: 763px) { #kqIc8xQQiNMEITwZTo0KfucM5iH6BeZ7 { width:17.5rem;height:3rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u { width:20.875rem;height:10rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3bGl2w0z3H5IsLCyeiCzg09saXQsfsw { width:16.8125rem;height:7.625rem;top:28.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75BXzWQrEuCbTX8TsHVzKFGiTgeJRC7 { width:20.9375rem;height:29.4375rem;top:12.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa { width:20.875rem;height:10rem;top:12.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNnZc4siiP3P5uPb6WakvS51roKZWAh3 { width:14rem;height:4.5rem;top:23.75rem;left:9.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUptSx9otxN4WvBieLw6PliksftgKafP { width:17.0625rem;height:5.125rem;top:29.9375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonhubFbKqnTCHN01trybX034XKwrRN3 { width:8.9375rem;height:2.4375rem;top:37.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNEH907s4DToMADkm9WqLcFNLoOFLow6 { display:block; }
 }@media only screen and (max-width: 763px) { #VfzHKoRmZcLhaKb9m6cm30o3RbQV07kX { width:47.75rem;height:6.25rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB81kqASL3Tvmb7kUSLIUnefNDUccTuR { width:20.9375rem;height:29.4375rem;top:12.375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiuS14WtoXEU7kgz7bEOovh72MQBzIGE { width:20.875rem;height:10rem;top:12.375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgGRF6LgwaQTMrlQnZDuN5cSsKS34At { width:16.125rem;height:6rem;top:23.75rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIHHLyPmKTKhmbUJ8OTZT5zuQUxlzvX { width:16.125rem;height:3.8125rem;top:31.3125rem;left:31.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmyh9MtIdScMcf4txcXVPpO2W08VGLN { width:8.9375rem;height:2.4375rem;top:37.5rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamndKCWSBRV4dUsPpKxFRd7bSTZJCo3 { display:block; }
 }@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:25.0625rem;height:16.8125rem;top:7.375rem;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:45.375rem;height:38.25rem;top:12.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:34.3125rem;height:35.75rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { width:20.3125rem;height:20.3125rem;top:2.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19rem;height:3.3125rem;top:7.125rem;left:28.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:27.25rem;height:3.625rem;top:13rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:15.25rem;height:3.5625rem;top:18.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { width:42.875rem;height:48rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:40.0625rem;height:22rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:40.8125rem;height:6.375rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:47.75rem;height:43.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #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) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:11.875rem;height:6.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBApcTtrSGgMLMqA16DqPLd2kzmG5O3 { width:13.3125rem;height:6.875rem;top:10.5625rem;left:0rem;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:transparent;background-image:url("https://images.assets-landingi.com/uc/86968ec5-f25d-4359-b664-838c344d9eae/download20260527T200500746.webp");background-position:top 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:none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.adaptive-delivery-prevent-bg, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyload, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyloading { background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::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; }#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:38.5rem;position:relative;display:none; } }@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:20rem;height:4.796875rem;top:23.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:31.375rem;left:2.4375rem;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) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:6.8125rem;height:2.6875rem;top:2.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { width:20rem;height:4.38671875rem;top:12.0625rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwHLbNTFFVe1saOdqqTCeogNTveov19D { width:14.625rem;height:5.3125rem;top:0.9990234375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsUt9zLSozHRdqDM2Sw3H5RsoST78g0 { width:20rem;height:3.5996125rem;top:17.3310546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI { width:20rem;height:22.125rem;top:1.875rem;left:-4.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5287fb1-ec4a-4531-bd4d-d11a0b9adeed/download85.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.adaptive-delivery-prevent-bg, #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.lazyload, #TWNn96z4HwmmWg441zHtcGSTzvQzfEcI.lazyloading { background-image: none; }
#TWNn96z4HwmmWg441zHtcGSTzvQzfEcI::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) { #BcDOuNNuq9Nk3Xfoy73wnTq0z5slELlr { width:3.875rem;height:1.625rem;top:9.5rem;left:11.1875rem;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) { #bVTLdwAVVSs0bXhlPJsVAM2URcRXgUBl { display:block; }
 }@media only screen and (max-width: 763px) { #zQe6u2AQu9couTu6OmCEASWTMRTzDyIE { width:5.5rem;height:1.625rem;top:9.5rem;left:4.9375rem;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) { #rT59Qlp7Eg7rbuyUmhzlox3oMRECOqIq { display:block; }
 }@media only screen and (max-width: 763px) { #zxVspgyNhs7TkudsEknRvOh2IJ8QPrvE { width:20rem;height:9rem;top:0rem;left:7.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 { background-color:#81319c;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; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { background-color: transparent; background-image: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container > .video-iframe-container { display: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container { display: none; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .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); }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { border-width: 0; border-radius: 0; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad7T3kyA7pI8HDIIDnFsHZF41wP14bo3 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvRzvLQ8ROa1P065dCZOfmb9rsbF2A6B { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ekU1XhZhQgTxsAiVLcAKHJMAOcXA2tkp { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #LkObQvEHTkbC0EwDKT1xVz1e8LZSL45g { width:10.75rem;height:5.3125rem;top:0.8740234375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UznWQTGA1kOxzResVWhhP1sTNlQDyZRg { width:20rem;height:15.0625rem;top:61.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whoTlCiBCL3IlwkemB8vgszwEOf3LvQn { width:15.125rem;height:2.75rem;top:27.625rem;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) { #cBFoLbglmZ7sekpMzXywahGS6rgtpbWX { display:block; }
 }@media only screen and (max-width: 763px) { #ZZHVRtwLB0Slhdh0P6FRi4Q1cz20pX7a { width:1.5rem;height:1.5rem;top:32rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyEl9oUboiG7zBtIfUZ7n4naOzFZgTLP { width:6.8125rem;height:2.6875rem;top:2.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFAealDvsBPrLp7a705mpSrKtGixNgOO { width:20rem;height:2.8125rem;top:15.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSoHo12BGU2f1cD0zrWUThOQGmlb0lu { width:19.3125rem;height:4.796875rem;top:20.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7wFNfEMfPVhZ7mT38ESwH2Vm55dsTbF { width:3.75rem;height:1.625rem;top:8.875rem;left:5.6875rem;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) { #vz6I0IMLDRAJ0zPqNp5DeeQbhAScawlh { display:block; }
 }@media only screen and (max-width: 763px) { #HLCxhmCs0XPUhbDRanxdGWvKFKbS9dVr { width:5.0625rem;height:1.625rem;top:8.875rem;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) { #lkRvar2iZt27FeEKVWH5GWdu9c6OBSK1 { display:block; }
 }@media only screen and (max-width: 763px) { #Izm9tS8oclxIqBQy5apbvuNmhuAkO6pk { width:20rem;height:3.5996125rem;top:11.125rem;left:0rem;font-size:4rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/50f59638-c146-44cf-bf81-cacfced44a9e/download20260529T094152648.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; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC.adaptive-delivery-prevent-bg, #yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC.lazyload, #yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC.lazyloading { background-image: none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container { background-color: transparent; background-image: none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container > .video-iframe-container { display: none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row > .video-iframe-container { display: none; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .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); }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container { border-width: 0; border-radius: 0; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPFfLDJnWRiXvPeFTmmiotpicLJAuCbC > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS { display:block; }#Kkx6T3Cv7eO2URZLl3dosoJ8JtxkWUQS > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOXA9E06iSxhI1SGvfR8dspaD23cao09 { width:13.4375rem;height:1.16796875rem;top:16.6875rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QVSM3QsLLivPVZcIArciMkWENDB9M4LC { width:20rem;height:1.16796875rem;top:13.0625rem;left:2.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmQDhJzEtHs2u0eXETvyMp7zRi3vXUPP { width:18.0625rem;height:1.16796875rem;top:9.25rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpyfxeooESFtMey7lQ52TlqTVb4mEVeb { display:flex;width:1.6875rem;height:1.6875rem;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R69cbz5W8dTuJslTRz4nXoHB0aCVTkry { display:flex;width:1.5625rem;height:1.5625rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsDKfdAx0VumUd4XgqIuOnXt18Ni0qvP { display:flex;width:1.6875rem;height:1.6875rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WeJOScKbTcQt2N0URRikKU6HLhqS0kws { width:14.5rem;height:1.16796875rem;top:5.5625rem;left:2.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L3an5SeBME5GNxaMHwtP4b8AEtke8LNH { display:flex;width:1.875rem;height:1.875rem;top:5.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMK5wGSFTiN196NzwX4Au0usaSO2buuu { width:12.5625rem;height:1.16796875rem;top:2.1875rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAonSkakKvOzUoI9f4WdAUhEZllTIgSw { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 { display:block; }#Ce2xLl7i3spBdGxevtaOULby4OwZTgb5 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIFkxXK0D0ImQ1oTl20ztdrWsRPeN3MC { width:8.8125rem;height:4.142575rem;top:11.5rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #moJGJKPsoaRAHkcV9vDgat8FBadZrEyS { display:flex;width:3.8125rem;height:3.8125rem;top:11.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TFFXVrn1E1xTUc6ZJBznOs8q1iQZ3xMU { width:20rem;height:7.0625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL59R1iRo82slz0O8F1u1kiwkW1TuCzD { width:20rem;height:7.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeh0V4NteyhT6SAkrq5ty25WszAzdyF { width:10.3125rem;height:4.142575rem;top:19.8125rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z4vlmqoJa3JNebl3gbpxOGbmGwUdqQ7L { display:flex;width:3.8125rem;height:3.8125rem;top:19.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #roE4dnoJyTfEgWgrfdKReiNxoBwpOhMD { width:20rem;height:7.0625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI7otMwmpM85BTObSLttC8FapsbUOfL2 { width:10.75rem;height:4.142575rem;top:28.125rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JIOBi7Lpb7Nyh9Jc1eT96AEdT37wGQrP { display:flex;width:3.8125rem;height:3.8125rem;top:28.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #vVJvQROFl3vAJ7WMQHSNT3aFBD4GVB7E { width:16.875rem;height:3.75rem;top:4.3125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 { display:block; }#tTEgTFzTwA6VNRySSAiJfHcIT8Brp6s8 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUBUS7SMsTRAXVKhEc6eykfVhttklst { width:20rem;height:7.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKrozdgasVgvOSgzNpaX5ZMtH9JzUkJ { width:10.3125rem;height:4.142575rem;top:10.75rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lxP4VGlWMB7pfsvBVqeGVBTk0xuWB3V6 { display:flex;width:3.8125rem;height:3.8125rem;top:10.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #x1dSmErZncMGDdrdNtSs77Uv5rm5kczK { width:20rem;height:7.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTzmmyRBcr3SJvcGSiyaqtdxAeirLFx { width:10.3125rem;height:4.142575rem;top:2.5rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xp00orNTgotQkUNV0TmE2yXHHqydpPIs { display:flex;width:3.8125rem;height:3.8125rem;top:2.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Sv56IURks8qnqxcRXIZ4kyehJ1M4on2h { width:20rem;height:7.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2gtAXgnJkxremBhVamlPemMRLiqMr0T { width:10.3125rem;height:4.142575rem;top:19.0625rem;left:7.5625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R3dTBmiBCToFumWLT0AkuSxZzooPzmca { display:flex;width:3.8125rem;height:3.8125rem;top:19.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d842c67a-cd8a-4714-b39f-8e086aa162d1/download20260527T201937903.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; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0.adaptive-delivery-prevent-bg, #VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0.lazyload, #VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0.lazyloading { background-image: none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container { background-color: transparent; background-image: none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container > .video-iframe-container { display: none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row > .video-iframe-container { display: none; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .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); }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container { border-width: 0; border-radius: 0; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQVGBKWvdpI9Ihf0Rf7uVsZhFEyFtNp0 > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv { display:block; }#MpUyOrf5K8RHWvVTNFN4ndTRkeWfUeIv > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU { width:20rem;height:15.793rem;top:8.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AqQUheixaAPyUaaCRRSz4TPIwmnrtnqU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
 }@media only screen and (max-width: 763px) { #XzVJZtFfbTK5JLmPupnTOczLBOynS3Ly { width:20rem;height:46.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUfUsOACIXPEbkGMN8CKeIovntr5EeOf { width:16.0625rem;height:3.75rem;top:3.16796875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:20rem;height:1.875rem;top:29.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:20rem;height:10.036125rem;top:32.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{  }
 }@media only screen and (max-width: 763px) { #Dxfmvq15IcVvAtmKJIfe3J9RXw0k49zJ { width:1.375rem;height:1.375rem;top:0rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3662539-7193-4751-8ad1-967126dd9573/download20260527T202623031.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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp { background-color:#300043;background-image:none;display:block; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { background-color: transparent; background-image: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container > .video-iframe-container { display: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row > .video-iframe-container { display: none; }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .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); }#Adu2nmg2ERf9kknbqlwft9CTtBFwWnXp > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0VXZuD8bDEuT5AHLVpmEqvhhBi0Tn9C { width:20rem;height:1.875rem;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) { #yumR6Dky588IwFvu7S0XpzL5uZkPkHK0 { width:20rem;height:46.875rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h30JoGnPiXlAg11rTVir9g0ssxSIkvwm { width:20rem;height:32.4951125rem;top:5.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7lR9z3CkURRKI8SorOfRACw9F4RZrfu { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bc699609-3dea-4e5a-af57-b129b838703a/download20260528T094906310.webp");background-position:top 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; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu.adaptive-delivery-prevent-bg, #k7lR9z3CkURRKI8SorOfRACw9F4RZrfu.lazyload, #k7lR9z3CkURRKI8SorOfRACw9F4RZrfu.lazyloading { background-image: none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container { background-color: transparent; background-image: none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container > .video-iframe-container { display: none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row > .video-iframe-container { display: none; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .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); }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container { border-width: 0; border-radius: 0; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7lR9z3CkURRKI8SorOfRACw9F4RZrfu > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#81319c;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:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbt2T1OJHLJ0y6lo8xUEv2Oygi373qQ7 { width:20rem;height:3.3183625rem;top:7.4375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:7.8125rem;height:2.5rem;top:13.5625rem;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) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { width:15.75rem;height:2.5rem;top:17.125rem;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) { #NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block; }
 }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { display:flex;width:1.125rem;height:1.125rem;top:14.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { display:flex;width:1.5625rem;height:1.5625rem;top:17.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { display:flex;width:1.5625rem;height:1.5625rem;top:25.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:16.875rem;height:2.5rem;top:24.625rem;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) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:19.9375rem;height:2.5rem;top:28.375rem;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) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #rpbacKCLswDT3CcfPBSv8uBq7Q5TgREU { display:flex;width:1.875rem;height:1.875rem;top:28.6875rem;left:0.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M3Qxn5aT5iNzdULQhbe0FLeg8vs8sck5 { width:18.25rem;height:2.5rem;top:32.125rem;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) { #wu4GLMHb0qoar5lILV0Q5wPMSTgsN1W0 { display:block; }
 }@media only screen and (max-width: 763px) { #fh2bmHpT6PZkBLlKfca0Wg1vFvV0zf6w { display:flex;width:1.625rem;height:1.625rem;top:32.5625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #evuvpyxkATqcZkZ1W82f0dRQREz4J9J0 { width:18.8125rem;height:2.5rem;top:20.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) { #sq0UGt7igslCT7XuaiGKTlRkJp37dmuO { display:block; }
 }@media only screen and (max-width: 763px) { #B8JcTXMSpF0IvPAX18eryXskQiP88iJb { display:flex;width:1.3125rem;height:1.3125rem;top:21.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr { width:20rem;height:9.6220625rem;top:37.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#udTkDVGLSK6EQGu8h2sP3T6doQLDwFTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0a1f88bd4d9737de1c5565f25e62cfbc902dfd5d.svg); }
 }@media only screen and (max-width: 763px) { #sT0PfgmQMwc2GG2HTaH4I6rIlT48reuy { width:3.5rem;height:1.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcthQfuiTTb19TT67aRLhRENyFCBRxIw { width:5.8125rem;height:2.9375rem;top:3.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZxTCb84F1zFTFDqBxNAhaAEsUy3wz3 { width:18.75rem;height:1.5rem;top:54.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fC5fupTDnleyvnsRXw9HOoNutIPmFkLn { width:6.125rem;height:2rem;top:52.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4Jidk4h1bgLwE49MT0dEP1pHTyqloPG { width:10.25rem;height:3.125rem;top:51.5rem;left:4.875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTy9yfIK9MVXE3THv1z1i0PLSSaMPJiT { width:3.25rem;height:1.4375rem;top:53rem;left:11.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUQU02SROK04i7EbXMkxDsehhaiUQ7gH { width:18.9375rem;height:2.75rem;top:57.625rem;left:0.5rem;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) { #uHWuXGvQ2N4s1SQfi1E2Lt34rc5RRbfk { display:block; }
 }@media only screen and (max-width: 763px) { #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt { width:20rem;height:45.4375rem;top:61.625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5287fb1-ec4a-4531-bd4d-d11a0b9adeed/download85.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.adaptive-delivery-prevent-bg, #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.lazyload, #bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt.lazyloading { background-image: none; }
#bhmMCiSBc11QEkWZB5sJMnSWSvq6Hgmt::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) { #o7uOkZXw5wQB5XyCz3V0PLe1aBowpuX7 { width:11.625rem;height:45.4375rem;top:0rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb { width:20rem;height:45.4375rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5287fb1-ec4a-4531-bd4d-d11a0b9adeed/download85.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb.adaptive-delivery-prevent-bg, #Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb.lazyload, #Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb.lazyloading { background-image: none; }
#Wm3bn3CRXIrlUgU4GQh9vxvyIRqrkVzb::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) { #zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a { display:block; }#zc0Dl1BDTR2bPkewnOq5ci2WzN0zkU5a > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT9OTEbqHxFTK9MrGwbkMkZkgxKuhMNk { 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) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-heading-text { font-size:0.875rem;height:auto; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-desc-text { font-size:0.875rem;height:auto;color:rgba(var(--color-primary-4),1); }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC { display:flex;height:auto;width:20rem;top:27.79296875rem;left:0rem; }
#ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #o2Dea0DLeLrheO7TXVB9IdSKxQyuQarF {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rbw2UihPE8mlNg0p2UPBozu1D40mITCL {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #W2wFG8alb9SGeBV3ms0zXiZKwFlLdbJV {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #moE35nCq7qn7h3SdTyoTEEJnRQuIc9fp {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Hr1TTczdPDBXW4PXuzkiuWn7M3vZkRwt {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iMTMW2orO9R9TARTQpkFTeZkdsovc00w {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #kdcSNPWq7CxWMF2k6N5JBt3EeaR1T4iO {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #nTCIJgemy0h9vBzbGosW3IZdVD3R6baB {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bdBZrgvPRn4zdLFHVMdJuy9Mg4rTvDZB {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Eg6PJa1q4mq9sZ7SgazugmRPeMz8corQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #iVnVSLyeXi3DecI985x6906LxWTyvpxa {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #U0lk6LTlJGkO0JBu1TukNZ6sDbJqq45V {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #ZvHpHow8diRrri3Z6lTTXzrePkh3flDU {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IF2kD72euQvG8vu2lke1q878olXv2bN2 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #Vny9CZiKmUphIp9L8rmH9U3BanLqvFnQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #UK08R0FaZXIAtgASIf3tRrzWOQPPeowt {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #L2bd6ZboWs8eqPTf5HiF3vorxkJJEOZP {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bh1O8Le8CWPqmDq3qlWdTz0IsqPz0XtQ {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #MTDVycvhKd1hupJFR7n7ka7pvkF5o6JT {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #EoQkDPhcJzQTu5BUSibTspuvNwBrxM62 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #fr9kOA2eEMhaii1snmxwhnPUCVIwHfuI {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #IS68ETnHSPgio97INiSraKahOW7kvaZb {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #vmfORZGG1tV8Vtw2rAp1ic3fGllrFT7o {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #LrsmUI7h3b3d3q0ZLs2MxAcSQOwdRnmT {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #bDtqV0hatezrXbSJVKeQRfgZttIUcriE {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #rrNRPJERCvNXSUgOnqkVwz13hAuTTBid {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #F8o01k8I1T1EOsSHK2rKCrxbVTcXd03e {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #qBA7sfDbKnoA4pGH2e2N3AQJWmZF225X {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #T3dVceDaZSQzsduLIo26mKk769KRZDZ9 {  }
 }@media only screen and (max-width: 763px) { #ikMUKTHlu0FDhSNgOCKePmyIvNWxAIpC #H5HWbQxitEVXdCuIatoln2miBOEFVSwv {  }
 }@media only screen and (max-width: 763px) { #qkbZbraJvpIwrDJkAEVfBu4LNLSk3Gz0 { width:20rem;height:1.875rem;top:4.125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UngD6okxpOydIIgICMrqm6O1MxTCIXrL { width:20rem;height:13.6055rem;top:7.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#UngD6okxpOydIIgICMrqm6O1MxTCIXrL li:before{  }
 }@media only screen and (max-width: 763px) { #UIP2kFlmmWghbmJPRT8Jc9IWXpDJslcS { width:20rem;height:1.875rem;top:25.98046875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UuwpTCxzvbT66yTNw416GrBQr0iJJCFP { display:block; }#UuwpTCxzvbT66yTNw416GrBQr0iJJCFP > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QU8PVPxAXiPIe3fpAdXRsKIoAfXP1T3V { width:19.875rem;height:27.5625rem;top:10.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wQzIhRK0WJ2WvW1qgHqkyxBpuv3r2smM { width:8.9375rem;height:2.4375rem;top:33.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKMMRAhbwctke4FaCi5sRTnTErczJssx { display:block; }
 }@media only screen and (max-width: 763px) { #kqIc8xQQiNMEITwZTo0KfucM5iH6BeZ7 { width:16.8125rem;height:3rem;top:21.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGi5DAcQZkBxFqZl11FdA74UVFGwnf6u { width:19.875rem;height:10rem;top:10.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J3bGl2w0z3H5IsLCyeiCzg09saXQsfsw { width:18.0625rem;height:6.3720625rem;top:25.375rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R75BXzWQrEuCbTX8TsHVzKFGiTgeJRC7 { width:19.875rem;height:27.5625rem;top:41.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BRIN2dUTvaDMG3MFgpVPqrB9s0WKlMIa { width:19.875rem;height:10rem;top:41.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DNnZc4siiP3P5uPb6WakvS51roKZWAh3 { width:16.8125rem;height:4.5rem;top:52.5625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUptSx9otxN4WvBieLw6PliksftgKafP { width:17.125rem;height:5.09765625rem;top:59.3125rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nonhubFbKqnTCHN01trybX034XKwrRN3 { width:8.9375rem;height:2.4375rem;top:64.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNEH907s4DToMADkm9WqLcFNLoOFLow6 { display:block; }
 }@media only screen and (max-width: 763px) { #VfzHKoRmZcLhaKb9m6cm30o3RbQV07kX { width:20rem;height:5.625rem;top:3.1875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EB81kqASL3Tvmb7kUSLIUnefNDUccTuR { width:19.875rem;height:27.5625rem;top:72.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fiuS14WtoXEU7kgz7bEOovh72MQBzIGE { width:19.875rem;height:10rem;top:72.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EhgGRF6LgwaQTMrlQnZDuN5cSsKS34At { width:16.8125rem;height:6rem;top:84rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBIHHLyPmKTKhmbUJ8OTZT5zuQUxlzvX { width:17.125rem;height:3.82324375rem;top:90.75rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rhmyh9MtIdScMcf4txcXVPpO2W08VGLN { width:8.9375rem;height:2.4375rem;top:95.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamndKCWSBRV4dUsPpKxFRd7bSTZJCo3 { display:block; }
 }@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:71.9375rem;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/4fb67213-c2c4-4a39-a50a-d68b43705cb6/CapturadeTela20250702as095206Photoroom.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:56.4375rem;top:9.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:20rem;height:35.75rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { display:flex;width:8rem;height:8.125rem;top:16.125rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19.75rem;height:2rem;top:2.75rem;left:0.125rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:19rem;height:2.75rem;top:7.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:12.4375rem;height:2.9375rem;top:11.25rem;left:3.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { top:16.8125rem;left:0rem;width:16.9375rem;height:19rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:20rem;height:28.875rem;top:12.3466796875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:20rem;height:6.32425rem;top:4.1875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:20rem;height:43.875rem;top:45.4091875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89f6d278-3875-4aa2-95e9-24eabb12440d/dsc08499269b5cf7e9934d.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; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.adaptive-delivery-prevent-bg, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyload, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyloading { background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { background-color: transparent; background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#4f893c;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:48.375rem;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.38720625rem;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) { #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) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:12.0625rem;height:6.5625rem;top:30.5rem;left:8.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBApcTtrSGgMLMqA16DqPLd2kzmG5O3 { width:10.6875rem;height:5.625rem;top:37.0625rem;left:9.3125rem;display:block; }
 }