.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:247,223,223;--color-primary-1:216,143,143;--color-primary-2:213,95,95;--color-primary-3:255,0,0;--color-primary-4:134,19,19;--color-secondary-0:222,248,232;--color-secondary-1:146,233,179;--color-secondary-2:37,211,102;--color-secondary-3:19,106,51;--color-secondary-4:6,32,15;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:97,97,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR.adaptive-delivery-prevent-bg, #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR.lazyload, #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR.lazyloading { background-image: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { background-color: transparent; background-image: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { border-width: 0; border-radius: 0; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR::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; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { color:rgba(var(--color-primary-1),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:14.375rem;left:0rem;height:10.875rem;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; }
#T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { z-index:15015;top:34.5625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:26.0771484375rem;left:0rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { 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:15021;opacity:1;top:35.4375rem;left:1.1875rem; }
#se2HplBIMtggNs0I3gMW68LUPZDEwZ1A { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:40.625rem;left:0rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC { box-sizing:content-box;height:38rem;width:37.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/22dd933b-0334-48a5-a6eb-2e50ca9dcef5/1686654a2c85ce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.625rem;left:37.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC.adaptive-delivery-prevent-bg, #aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC.lazyload, #aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC.lazyloading { background-image: none; }
#FOw4udrFpikc1d7u5ayDOqo01E2W74c4 { box-sizing:content-box;height:6.9375rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.26);background-image:none;top:32.875rem;left:35.875rem;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; }
#J2fQe2yTxcTNwfkSgcSavNasUSGnzAMH { box-sizing:content-box;height:6.625rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.15);background-image:none;top:6.625rem;left:42.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#e3OWyWf6lZvLDAchy8ncTkDkFPUX3UV8 { background-color:transparent;background-image:none;border-top:0.125rem solid #12b950;border-left:0.125rem solid #12b950;border-right:0.125rem solid #12b950;border-bottom:0.125rem solid #12b950;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#12b950;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:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.59375rem;left:17rem;display:block; }
#bo5ucRpItWbuoRoXVJP1H7aksisTeOdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnaFk5VxEv71PQhrD8ZnkJOC5vxJqrFG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:17.8125rem;top:2.28125rem;left:-0.810546875rem;overflow:hidden;display:block; }
#e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:31.3125rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:31.3125rem;left:15.875rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#Mi7MzQLtmAUiEtsyTuRo6m9owZoiiJJg { color:rgba(var(--color-tertiary-4),0.58);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:4.751953125rem;left:21.1875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT7L5fksDTWPK3vD5SMXKeh0M04RRAbC { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(134,134,134,0.54);background-image:none;top:0rem;left:19.6875rem;display:block; }
#nskSV0OLU8HBZMm3LfB23EbPfDAT0lTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.21875rem;left:21.0625rem; }
#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt { position:relative;display:none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt { border-width: 0; border-radius: 0; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .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; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .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; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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:none; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO.adaptive-delivery-prevent-bg, #JevxGR71JLgFiu6NF7QeRqCMotIIShOO.lazyload, #JevxGR71JLgFiu6NF7QeRqCMotIIShOO.lazyloading { background-image: none; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO > .row .container { border-width: 0; border-radius: 0; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO::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; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:none; }#meAAxgShSTZXDHuV1MeCcCER4KlNatXf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b098b0c-7b4c-4cf1-8cdb-eae42b38d17f/CapturadeTela20250424as110645Photoroom.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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:48.8125rem;width:33.625rem;top:-4.125rem;left:42.8125rem;display:block; }#meAAxgShSTZXDHuV1MeCcCER4KlNatXf.adaptive-delivery-prevent-bg, #meAAxgShSTZXDHuV1MeCcCER4KlNatXf.lazyload, #meAAxgShSTZXDHuV1MeCcCER4KlNatXf.lazyloading { background-image: none; }
#hchrsFTPyFCTmKyDJTX1tsW80phu8F8V { color:rgba(var(--color-primary-1),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:14.375rem;left:0rem;height:10.875rem;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; }
#k93G3loiAxtGAHkUNW23pXlibU9HtHfO { z-index:15015;top:34.5625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VEIpkezSSwqdw8g0i8quzoKIckdnyRbc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnIyeBDpGPs2aQZKTeT0R5MRcyC1cCpR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:26.0771484375rem;left:0rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iu26sPBlxWCGO3wDwTpL4goG44dgNdHf { 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:15021;opacity:1;top:35.4375rem;left:1.1875rem; }
#dRaZCl9WGrgLLHTo9lLUEvK6eoXMGVL7 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:40.625rem;left:0rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8GmmxTIU1b3ntzSOmWvmyBWTyuxuWpJ { box-sizing:content-box;height:31.5rem;width:33.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.125rem;left:42.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#GVPTNh540RUUZEBvM01mMP3vwu1L34uv { box-sizing:content-box;height:25.5rem;width:27.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.14);background-image:none;top:3.8125rem;left:39.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#r92eAdcc5bF7azzD2IBzWMseZGarioAN { box-sizing:content-box;height:6.9375rem;width:6.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.26);background-image:none;top:25.40625rem;left:35.125rem;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; }
#trb1RAMPATxGinS88bgJ3ryH48JRPqhJ { box-sizing:content-box;height:6.625rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.15);background-image:none;top:4.28125rem;left:68.701171875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#D10fwpi4CbOcMPXBuTsvkSTFgpmSSfl8 { background-color:transparent;background-image:none;border-top:0.125rem solid #12b950;border-left:0.125rem solid #12b950;border-right:0.125rem solid #12b950;border-bottom:0.125rem solid #12b950;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#12b950;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:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.59375rem;left:17rem;display:block; }
#cvV2D5zgJIaz4yaEgoC2t1faAMG9mShP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGLRhIRDA4uZOVeU9FhgVdeCDyZcqkTg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:18.75rem;top:1.09375rem;left:-0.81075174825175rem;overflow:hidden;display:block; }
#LVZqdFVx96VMr48Qt6art6EAiKV2MDav { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:31.3125rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LVZqdFVx96VMr48Qt6art6EAiKV2MDav li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVZqdFVx96VMr48Qt6art6EAiKV2MDav li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#qWxbcsw3sfqsqG39aII6x49BItBVvnHA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:31.3125rem;left:15.875rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qWxbcsw3sfqsqG39aII6x49BItBVvnHA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qWxbcsw3sfqsqG39aII6x49BItBVvnHA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#WH2K7HGly9vQScAWlldSrUNU2U9n8gg9 { color:rgba(var(--color-tertiary-4),0.58);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:6.501953125rem;left:21.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qNbiIcz8S742TkfQwrcPX42vHxWXQQUW { box-sizing:content-box;height:10.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(134,134,134,0.54);background-image:none;top:0rem;left:19.6875rem;display:block; }
#QURB3WMhT1QhsAaTWnPhq9weTTBk0k9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:4.96875rem;left:21.0625rem; }
#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw { 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; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container { background-color: transparent; background-image: none; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container > .video-iframe-container { display: none; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row > .video-iframe-container { display: none; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .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); }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container { border-width: 0; border-radius: 0; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#toCvWyhGbO10UEzpOWNMQgpvH53x8TqB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:2.119140625rem;left:6.375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKAzdCTGqRX9ez3tC69QFQsSuK3VEnvp { 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:15021;opacity:1;top:1.34375rem;left:1.3125rem; }
#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.17);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; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { background-color: transparent; background-image: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container > .video-iframe-container { display: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container { display: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .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); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { border-width: 0; border-radius: 0; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { color:rgba(var(--color-primary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.84375rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0.17), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0.17), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0.17), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0.17), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.17)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.17)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0.17), rgba(var(--color-tertiary-0),1));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; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { background-color: transparent; background-image: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container > .video-iframe-container { display: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container { display: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .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); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { border-width: 0; border-radius: 0; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:3.375rem;left:0rem;height:10.625rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
#NfPePxhLJLJlJh5kA2O20yz76xLOtydD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:3.21875rem;left:26.5625rem;height:10.9375rem;display:block; }#NfPePxhLJLJlJh5kA2O20yz76xLOtydD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NfPePxhLJLJlJh5kA2O20yz76xLOtydD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
#NNqknCpGKIL8AgOJEwg8u6NvBqxXR0lQ { z-index:15019;top:10.5rem;left:56.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S2e38MhTUXakknLI2PIncxn8QusCfvZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnQT6FplT2dNpoutJwfTV93tP5azyghk { 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:15025;opacity:1;top:11.375rem;left:57.9375rem; }
#KW7d8LwLcqivv7i99ZshazJr3XHnTivW { position:relative;display:none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW { border-width: 0; border-radius: 0; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .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; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .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; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.17);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; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container { background-color: transparent; background-image: none; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container > .video-iframe-container { display: none; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row > .video-iframe-container { display: none; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .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); }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container { border-width: 0; border-radius: 0; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#hfRBM4sk6XeumlXfZHOE6gQoSdNSDRfJ { color:rgba(var(--color-primary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.84375rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM { position:relative;display:block; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM { background-color: transparent; background-image: none; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row .container > .video-iframe-container { display: none; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row > .video-iframe-container { display: none; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .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); }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM { border-width: 0; border-radius: 0; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .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; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .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:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:12.05075rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
#KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { z-index:15017;top:21rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { 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:15023;opacity:1;top:21.875rem;left:1.4375rem; }
#zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG { box-sizing:content-box;height:25rem;width:31.4375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca4e0e26-55e4-428d-b5ef-d21c8b337101/CapturadeTela20250421as174940.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.78515625rem;left:43.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }#zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG.adaptive-delivery-prevent-bg, #zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG.lazyload, #zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG.lazyloading { background-image: none; }
#cT9thdbf5P849Oglh58IVd8u29gHKPZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.17);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; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { background-color: transparent; background-image: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container > .video-iframe-container { display: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row > .video-iframe-container { display: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .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); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { border-width: 0; border-radius: 0; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#oLAT8PA608eV6hvRqCm5l7uDEmbq98bn { color:rgba(var(--color-primary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5625rem;left:37.5rem;height:5.3984375rem;font-style:normal;display:block; }
#lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/d0euJsNo/mao1.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:55.5rem;top:2.875rem;left:-22.1875rem;display:block; }#lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV.adaptive-delivery-prevent-bg, #lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV.lazyload, #lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV.lazyloading { background-image: none; }
#sZsmM2LzhTtCkTyXkvTEphWbkyg29t9a { box-sizing:content-box;height:26.4375rem;width:59.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:37.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#oblBxNHOJelPVPhxySf3e7Pukf46MALU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.125rem;top:19.4375rem;left:38.75rem;overflow:hidden;display:block; }
#izPQdftMiOVioh3mU1VCPyLpVyLa0d5M { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.75rem;top:19.5rem;left:48.25rem;overflow:hidden;display:block; }
#uT2V7gkzwpO3G1GgFwRQJwbg12uTe6gB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:17.1875rem;left:56.9375rem;overflow:hidden;display:block; }
#D7mQwnik3dBIUZPc5XFJ7CysSNluNkK1 { 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.1875rem;width:9.625rem;top:19.71875rem;left:65.375rem;overflow:hidden;display:block; }
#OWHZtTiLhcAa7RtJofL0ksMTLXeIsafb { 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:3.5625rem;width:8.125rem;top:25.125rem;left:38.75rem;overflow:hidden;display:block; }
#BhFTHi0MtesZdkBJknQ0T3bZfxcgG63f { 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:3.25rem;width:6.75rem;top:25.28125rem;left:49.5625rem;overflow:hidden;display:block; }
#fAsTtpWAXeCTazh4IHsANV2rJHPGQv5n { 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:4.125rem;width:4.625rem;top:24.4375rem;left:59.625rem;overflow:hidden;display:block; }
#OQmrpXsdh4wtg4N40uTytst1Lvq7ZO6s { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.625rem;top:23.8125rem;left:67.875rem;overflow:hidden;display:block; }
#G9NHK2ffTUCIBSFDsUyc0XrxSFLNwfrl { 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.8125rem;width:5.9375rem;top:31.53125rem;left:39.84375rem;overflow:hidden;display:block; }
#h1i963rEVz1afIf606M7Qk3JIreAlkfD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.8125rem;top:31.5rem;left:48.25rem;overflow:hidden;display:block; }
#WIgLIo1RnP0rTCcCSg2baB1ewTnz4lc1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.25rem;top:31.6875rem;left:58.8125rem;overflow:hidden;display:block; }
#OmwsqEdy7mZN6dGTOgGySTLh1mUDZekK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.25rem;top:31.65625rem;left:66.5625rem;overflow:hidden;display:block; }
#C5ePxoF7fpSOtwznbbDo0UkTWuHADx5F { background-color:transparent;background-image:none;border-top:0.125rem solid #39a32b;border-left:0.125rem solid #39a32b;border-right:0.125rem solid #39a32b;border-bottom:0.125rem solid #39a32b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#39a32b;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:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5625rem;height:3.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:36.8984375rem;left:59.78125rem;display:block; }
#N9Bd9QgDEtsTKl0Mq768ekSP5E51w5lm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w70BtiWZlNI0HbI7vf9S9RZoPe176kha { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:37.9990234375rem;left:39.75rem;height:1.29980625rem;display:block; }
#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/886ea495-b279-448d-9606-aff2bdf0834c/955e5de189.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.adaptive-delivery-prevent-bg, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyload, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyloading { background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { background-color: transparent; background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .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); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { border-width: 0; border-radius: 0; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::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; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.04296875rem;left:14.28125rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { box-sizing:content-box;height:0.875rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:34.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.3125rem;left:27.1875rem;display:block; }
#D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkmtCb1rHW6DtktAFXTiPge607n5zQhE { box-sizing:content-box;height:0.875rem;width:14.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.75rem;left:19.6875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#WqLbiMuyPBZ7feTlJK7TwIy2U7WkmBir { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.287109375rem;left:30.53125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { position:relative;display:none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { border-width: 0; border-radius: 0; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.17);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; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { background-color: transparent; background-image: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container > .video-iframe-container { display: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container { display: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .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); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { border-width: 0; border-radius: 0; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:block; }#rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.9140625rem;left:0rem;height:3.32421875rem;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; }
#ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { color:rgba(var(--color-primary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:8.097625rem;font-style:normal;display:block; }
#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:20.0625rem;left:0rem;height:21.1953125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
#pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { z-index:15019;top:45.9375rem;left:28.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { 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:15025;opacity:1;top:46.8125rem;left:29.6875rem; }
#K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w { box-sizing:content-box;height:37.875rem;width:32.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/68e33158-e584-46ef-85fa-3517a7d1cdbb/8a72bf7e86.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.59375rem;left:42.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w.adaptive-delivery-prevent-bg, #K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w.lazyload, #K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w.lazyloading { background-image: none; }
#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb6ba94b-c329-4677-9ed9-5945f3c0ccb4/blacktwill.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX.adaptive-delivery-prevent-bg, #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX.lazyload, #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX.lazyloading { background-image: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { background-color: transparent; background-image: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container > .video-iframe-container { display: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container { display: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .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); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { border-width: 0; border-radius: 0; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX::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; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#OZCMm4JhKqxyp73DC3BCmHO10252OEEX { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:6rem;font-style:normal;display:block; }
#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.5rem;left:26.4375rem;height:10rem;display:block; }#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ba7c9f709e34e8bee1decefeae39667413f3845.svg); }
#xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { z-index:15019;top:12rem;left:56.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tz722xo2vmFtDpV60cOaTKtixsEdAGGX { 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:15025;opacity:1;top:12.875rem;left:57.9375rem; }
#qv8HLPvcvoweJdvKMpnA3oqqmhxIg11X { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.5rem;left:56.5rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.17);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; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container { background-color: transparent; background-image: none; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container > .video-iframe-container { display: none; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row > .video-iframe-container { display: none; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .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); }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container { border-width: 0; border-radius: 0; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#ZTJaAHxnw8h9ba5ZGxAMGAUs1AqoQ5rh { color:rgba(var(--color-primary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0869140625rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#TvQJUuOZcMSJRunlRQmN1vrLhHkTyBwL { color:rgba(var(--color-primary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:27.8125rem;left:2.1875rem;height:5.94921875rem;font-style:normal;display:block; }
#BugOGTJCAqKto1nv58HcRSK3ttJTdEQq { color:rgba(var(--color-primary-4),1);display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#ohc32ICVuR28nurGqGtwMk24rZPCI0Is { box-sizing:content-box;height:13.8125rem;width:19.875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aef43763-85e6-4a2a-b897-0f5b26ffdb1d/ee07badde91448add4112c6dbc71a684_large.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.3125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ohc32ICVuR28nurGqGtwMk24rZPCI0Is.adaptive-delivery-prevent-bg, #ohc32ICVuR28nurGqGtwMk24rZPCI0Is.lazyload, #ohc32ICVuR28nurGqGtwMk24rZPCI0Is.lazyloading { background-image: none; }
#tkc1MPIeiLvLfXNsVHmOnpWA0MsyM5eW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5625rem;left:2.1875rem;display:block; }
#ncSlTNdhRLKqgTIxqn2WpryVQ74yOQCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg { box-sizing:content-box;height:13.8125rem;width:19.875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09b4240e-20eb-4785-a2ed-ef217ed5ecff/WhatsAppImage20250422at112732.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.3125rem;left:27.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg.adaptive-delivery-prevent-bg, #MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg.lazyload, #MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg.lazyloading { background-image: none; }
#bRF1fgnc1ZKoKHXFEnlEAN6uS3KMn563 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.5625rem;left:29.75rem;display:block; }
#xruAfm7ZK5JsV2y67T7faeQTFAuql2FN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fv7aUSgZd2D5VKBRfbuhHciLx4TPTAz3 { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:27.8125rem;left:29.75rem;height:4.4619125rem;font-style:normal;display:block; }
#xuuxJqwlvtdm83387QyiChfKmEoxBZTw { color:rgba(var(--color-primary-4),1);display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:27.5625rem;height:2.03125rem;font-style:normal;display:block; }
#DfTnQi837z32QisDF9i6CtNzPCh7BNxI { box-sizing:content-box;height:13.8125rem;width:19.875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad4eb0bd-1b1f-42d1-9ec7-c0b5509cb315/unnamed.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.3125rem;left:55.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DfTnQi837z32QisDF9i6CtNzPCh7BNxI.adaptive-delivery-prevent-bg, #DfTnQi837z32QisDF9i6CtNzPCh7BNxI.lazyload, #DfTnQi837z32QisDF9i6CtNzPCh7BNxI.lazyloading { background-image: none; }
#iZpThQhmsvpKr2qw9qdlsLQRPhfKLKaz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.5625rem;left:57.3125rem;display:block; }
#DPIRTVu555uzrXJ1xlNeCfhmLscX8lSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRME8vOg9XNaADlzQ4q2AmqD6TARDK0N { color:rgba(var(--color-primary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:27.8125rem;left:57.3125rem;height:4.4619125rem;font-style:normal;display:block; }
#n5Ado6gxDecykMmhlGsxTa4GcsXuZSdI { color:rgba(var(--color-primary-4),1);display:block;width:1.3125rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:55.125rem;height:2.03125rem;font-style:normal;display:block; }
#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-tertiary-0),1));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; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { background-color: transparent; background-image: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container > .video-iframe-container { display: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container { display: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .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); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { border-width: 0; border-radius: 0; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0e9b098-9d56-4fd5-90fe-5fa08a0d4dfe/CapturadeTela20250424as113144.webp");background-position:bottom 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.75rem;width:32rem;top:5.75rem;left:39.625rem;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.adaptive-delivery-prevent-bg, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyload, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyloading { background-image: none; }
#Ao1MbimTCZyIgV4pgzafxtwqTMhFap6o { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.63));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.63));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.63));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.63)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.63)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.63));background-size:auto !important;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.0625rem;width:32rem;top:22.5rem;left:39.625rem;display:block; }
#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:16.94921875rem;left:0rem;height:21.806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a3adcf13bf03f75aa9e45c4a55e8ca1767146c8.svg); }
#iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { color:rgba(var(--color-primary-2),0.24);display:block;width:40.625rem;position:absolute;font-family:"dm serif display";font-size:7.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:9.26175rem;font-style:normal;display:block; }
#Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { color:rgba(var(--color-primary-4),0.57);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:42.5126953125rem;left:0rem;height:1.29980625rem;display:block; }
#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.adaptive-delivery-prevent-bg, #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.lazyload, #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.lazyloading { background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { background-color: transparent; background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .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); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { border-width: 0; border-radius: 0; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::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; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { background-color: transparent; background-image: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container > .video-iframe-container { display: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container { display: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .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); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { border-width: 0; border-radius: 0; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { 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:14.25rem;width:24.875rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:24.1875rem;top:0.5rem;left:25.46875rem;overflow:hidden;display:block; }
#oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { position:absolute;display:block;z-index:15002;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:14.3125rem;width:24.25rem;top:0.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#arTDDFBTzOXbOOxSRu5F28O4bzi5aZTT { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:3.15625rem;display:block; }
#PLKLUk68Q1siOOTgZb1t5H4bwhXi9iTK { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.59375rem;left:28.71875rem;display:block; }
#nlA88Z0cqQTeQ2MR3SQTGWDO1SMiXQSk { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.59375rem;left:53.71875rem;display:block; }
#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { background-color: transparent; background-image: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container > .video-iframe-container { display: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container { display: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .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); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { border-width: 0; border-radius: 0; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { 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:13.3125rem;width:24.8125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:24.4375rem;top:0.5rem;left:25.46875rem;overflow:hidden;display:block; }
#ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { position:absolute;display:block;z-index:15002;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:16rem;width:24.1875rem;top:0.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#hCQWni6FKyFkArklEC3IaBpkeOqxmTL5 { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:3.40625rem;display:block; }
#mi6CvyPNlaPQn9iWsNCNkfMWp8lUdx7D { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:29.09375rem;display:block; }
#xqCRfNQ8mXqctikvpkrHLa5gX6q5s5Pm { box-sizing:content-box;height:1.3125rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:53.90625rem;display:block; }
#EhixSHszH40txtZLeC8a0onHvFJ87I8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { background-color: transparent; background-image: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container > .video-iframe-container { display: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container { display: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .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); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { border-width: 0; border-radius: 0; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.3623046875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.19);background-image:none;top:4.84375rem;left:26.75rem;display:block; }
#EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.84375rem;left:31.125rem;height:6.5rem;font-style:normal;display:block; }
#SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { 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:15020;opacity:1;top:4.75rem;left:71.875rem; }
#SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.19);background-image:none;top:5.5625rem;left:66.0625rem;display:block; }
#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:15rem;left:50.375rem;height:1.29980625rem;font-style:normal;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
#GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { z-index:15017;top:13.875rem;left:31.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:3.125rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IM1NXbuug85g0K4q4QSJekSMU2236cN8 { 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:15023;opacity:1;top:14.75rem;left:32.3125rem; }
#smRyRpRlS2nWevC8QOvTF2TVvAgNGpfP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.5625rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container { background-color: transparent; background-image: none; }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container > .video-iframe-container { display: none; }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row > .video-iframe-container { display: none; }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .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); }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container { border-width: 0; border-radius: 0; }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 { background-color: transparent; background-image: none; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row .container > .video-iframe-container { display: none; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row > .video-iframe-container { display: none; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .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); }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 { border-width: 0; border-radius: 0; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .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; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNsbDDcLgSS2TAIXPk8OQ9027T88x1bp { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.9375rem;display:block; }
#utL4xFKo2FWC4y0TMELkZoq1EhHPxXht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfx9TeOwybSNp5suc0ZfTpzgmv8ETXgl { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0rem;left:68.25rem;display:block; }
#bcOnkdpVnmrhM9WxpVUni6hoIDeHXavy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#owt23aByXqtil1E6PG17EKOqJ7lhAsh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzKztUQTWdEuNoRdDfaX5pcQUV97Bqmu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#JdiT48e3DaFNV6DaOPwLemmK5IGoORKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:32.125rem;height:10.875rem;top:14.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:34.5625rem;left:0rem;width:16.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:30.375rem;height:3.25rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { width:1.875rem;height:1.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #se2HplBIMtggNs0I3gMW68LUPZDEwZ1A { width:33.5625rem;height:1rem;top:40.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC { width:37.25rem;height:38rem;top:6.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOw4udrFpikc1d7u5ayDOqo01E2W74c4 { width:6.6875rem;height:6.9375rem;top:32.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2fQe2yTxcTNwfkSgcSavNasUSGnzAMH { width:6.9375rem;height:6.625rem;top:6.625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3OWyWf6lZvLDAchy8ncTkDkFPUX3UV8 { width:12.1875rem;height:3.5rem;top:34.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5ucRpItWbuoRoXVJP1H7aksisTeOdS { display:block; }
 }@media only screen and (max-width: 763px) { #UnaFk5VxEv71PQhrD8ZnkJOC5vxJqrFG { width:17.8125rem;height:9.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l { width:14.8125rem;height:1.3125rem;top:31.3125rem;left:0rem;font-size:0.875rem;display:block; }#e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ { width:11.75rem;height:1.3125rem;top:31.3125rem;left:2.25rem;font-size:0.875rem;display:block; }#NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #Mi7MzQLtmAUiEtsyTuRo6m9owZoiiJJg { width:4.8125rem;height:6.5rem;top:4.75rem;left:7.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7L5fksDTWPK3vD5SMXKeh0M04RRAbC { width:0.0625rem;height:11.25rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nskSV0OLU8HBZMm3LfB23EbPfDAT0lTc { width:0.875rem;height:0.875rem;top:3.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt { display:none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JevxGR71JLgFiu6NF7QeRqCMotIIShOO { display:block; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meAAxgShSTZXDHuV1MeCcCER4KlNatXf { width:33.625rem;height:48.8125rem;top:-4.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hchrsFTPyFCTmKyDJTX1tsW80phu8F8V { width:32.125rem;height:10.875rem;top:14.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k93G3loiAxtGAHkUNW23pXlibU9HtHfO { top:34.5625rem;left:0rem;width:16.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEIpkezSSwqdw8g0i8quzoKIckdnyRbc { display:block; }
 }@media only screen and (max-width: 763px) { #OnIyeBDpGPs2aQZKTeT0R5MRcyC1cCpR { width:30.375rem;height:3.25rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu26sPBlxWCGO3wDwTpL4goG44dgNdHf { width:1.875rem;height:1.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRaZCl9WGrgLLHTo9lLUEvK6eoXMGVL7 { width:33.5625rem;height:1rem;top:40.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8GmmxTIU1b3ntzSOmWvmyBWTyuxuWpJ { width:33.625rem;height:31.5rem;top:13.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVPTNh540RUUZEBvM01mMP3vwu1L34uv { width:27.625rem;height:25.5rem;top:3.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92eAdcc5bF7azzD2IBzWMseZGarioAN { width:6.6875rem;height:6.9375rem;top:25.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trb1RAMPATxGinS88bgJ3ryH48JRPqhJ { width:6.9375rem;height:6.625rem;top:4.25rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D10fwpi4CbOcMPXBuTsvkSTFgpmSSfl8 { width:12.1875rem;height:3.5rem;top:34.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvV2D5zgJIaz4yaEgoC2t1faAMG9mShP { display:block; }
 }@media only screen and (max-width: 763px) { #aGLRhIRDA4uZOVeU9FhgVdeCDyZcqkTg { width:18.75rem;height:10.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVZqdFVx96VMr48Qt6art6EAiKV2MDav { width:14.8125rem;height:1.3125rem;top:31.3125rem;left:0rem;font-size:0.875rem;display:block; }#LVZqdFVx96VMr48Qt6art6EAiKV2MDav li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #qWxbcsw3sfqsqG39aII6x49BItBVvnHA { width:11.75rem;height:1.3125rem;top:31.3125rem;left:2.25rem;font-size:0.875rem;display:block; }#qWxbcsw3sfqsqG39aII6x49BItBVvnHA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #WH2K7HGly9vQScAWlldSrUNU2U9n8gg9 { width:4.8125rem;height:4.0625rem;top:6.5rem;left:7.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNbiIcz8S742TkfQwrcPX42vHxWXQQUW { width:0.0625rem;height:10.9375rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QURB3WMhT1QhsAaTWnPhq9weTTBk0k9P { width:0.875rem;height:0.875rem;top:4.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw { display:block; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toCvWyhGbO10UEzpOWNMQgpvH53x8TqB { width:47.75rem;height:1.5625rem;top:2.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKAzdCTGqRX9ez3tC69QFQsSuK3VEnvp { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { display:block; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { width:44.3125rem;height:4.125rem;top:2.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { display:block; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { width:24rem;height:10.625rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #NfPePxhLJLJlJh5kA2O20yz76xLOtydD { width:29.625rem;height:10.9375rem;top:3.1875rem;left:12.9375rem;font-size:1.25rem;display:block; }#NfPePxhLJLJlJh5kA2O20yz76xLOtydD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #NNqknCpGKIL8AgOJEwg8u6NvBqxXR0lQ { top:10.5rem;left:29.25rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2e38MhTUXakknLI2PIncxn8QusCfvZr { display:block; }
 }@media only screen and (max-width: 763px) { #lnQT6FplT2dNpoutJwfTV93tP5azyghk { width:1.875rem;height:1.875rem;top:11.375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW7d8LwLcqivv7i99ZshazJr3XHnTivW { display:none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt { display:block; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfRBM4sk6XeumlXfZHOE6gQoSdNSDRfJ { width:44.3125rem;height:4.125rem;top:2.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM { display:block; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { width:32.5625rem;height:;top:6.375rem;left:0rem;font-size:1.1875rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { top:21rem;left:0rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block; }
 }@media only screen and (max-width: 763px) { #SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { width:1.875rem;height:1.875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG { width:31.4375rem;height:25rem;top:2.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9thdbf5P849Oglh58IVd8u29gHKPZR { display:block; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLAT8PA608eV6hvRqCm5l7uDEmbq98bn { width:36.25rem;height:5.375rem;top:7.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV { width:47.75rem;height:29.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZsmM2LzhTtCkTyXkvTEphWbkyg29t9a { width:47.75rem;height:26.4375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oblBxNHOJelPVPhxySf3e7Pukf46MALU { width:8.125rem;height:2.75rem;top:19.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPQdftMiOVioh3mU1VCPyLpVyLa0d5M { width:7.75rem;height:2.625rem;top:19.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2V7gkzwpO3G1GgFwRQJwbg12uTe6gB { width:7.25rem;height:7.25rem;top:17.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mQwnik3dBIUZPc5XFJ7CysSNluNkK1 { width:9.625rem;height:2.1875rem;top:19.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHZtTiLhcAa7RtJofL0ksMTLXeIsafb { width:8.125rem;height:3.5625rem;top:25.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhFTHi0MtesZdkBJknQ0T3bZfxcgG63f { width:6.75rem;height:3.25rem;top:25.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAsTtpWAXeCTazh4IHsANV2rJHPGQv5n { width:4.625rem;height:4.125rem;top:24.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmrpXsdh4wtg4N40uTytst1Lvq7ZO6s { width:4.625rem;height:4.9375rem;top:23.8125rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9NHK2ffTUCIBSFDsUyc0XrxSFLNwfrl { width:5.9375rem;height:2.8125rem;top:31.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1i963rEVz1afIf606M7Qk3JIreAlkfD { width:8.8125rem;height:2.875rem;top:31.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgLIo1RnP0rTCcCSg2baB1ewTnz4lc1 { width:6.25rem;height:2.125rem;top:31.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmwsqEdy7mZN6dGTOgGySTLh1mUDZekK { width:7.25rem;height:2.1875rem;top:31.625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ePxoF7fpSOtwznbbDo0UkTWuHADx5F { width:12.5625rem;height:3.5rem;top:36.875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Bd9QgDEtsTKl0Mq768ekSP5E51w5lm { display:block; }
 }@media only screen and (max-width: 763px) { #w70BtiWZlNI0HbI7vf9S9RZoPe176kha { width:19.9375rem;height:1.25rem;top:37.9375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { display:block; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { width:46.4375rem;height:8.75rem;top:6rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { width:22.5rem;height:0.875rem;top:10.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:20.625rem;height:3.4375rem;top:22.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #CkmtCb1rHW6DtktAFXTiPge607n5zQhE { width:14.5625rem;height:0.875rem;top:7.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLbiMuyPBZ7feTlJK7TwIy2U7WkmBir { width:13.9375rem;height:1.75rem;top:16.25rem;left:16.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { display:none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { display:block; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { width:32.625rem;height:3.3125rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:36.125rem;height:8.0625rem;top:5.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:35.5625rem;height:;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { top:45.9375rem;left:14.625rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block; }
 }@media only screen and (max-width: 763px) { #OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { width:1.875rem;height:1.875rem;top:46.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w { width:32.5rem;height:37.875rem;top:5.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { display:block; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZCMm4JhKqxyp73DC3BCmHO10252OEEX { width:21.5625rem;height:6rem;top:5.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { width:22.625rem;height:10rem;top:5.5rem;left:1.25rem;font-size:1.125rem;display:block; }#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ba7c9f709e34e8bee1decefeae39667413f3845.svg); }
 }@media only screen and (max-width: 763px) { #xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { top:12rem;left:29.25rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block; }
 }@media only screen and (max-width: 763px) { #tz722xo2vmFtDpV60cOaTKtixsEdAGGX { width:1.875rem;height:1.875rem;top:12.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv8HLPvcvoweJdvKMpnA3oqqmhxIg11X { width:17.375rem;height:3.5rem;top:5.5rem;left:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G { display:block; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJaAHxnw8h9ba5ZGxAMGAUs1AqoQ5rh { width:31.4375rem;height:3.375rem;top:5.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQJUuOZcMSJRunlRQmN1vrLhHkTyBwL { width:13.9375rem;height:5.9375rem;top:27.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugOGTJCAqKto1nv58HcRSK3ttJTdEQq { width:1.3125rem;height:2rem;top:27.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohc32ICVuR28nurGqGtwMk24rZPCI0Is { width:19.875rem;height:13.8125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkc1MPIeiLvLfXNsVHmOnpWA0MsyM5eW { width:8.625rem;height:2rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSlTNdhRLKqgTIxqn2WpryVQ74yOQCx { display:block; }
 }@media only screen and (max-width: 763px) { #MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg { width:19.875rem;height:13.8125rem;top:12.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRF1fgnc1ZKoKHXFEnlEAN6uS3KMn563 { width:8.625rem;height:2rem;top:35.5625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xruAfm7ZK5JsV2y67T7faeQTFAuql2FN { display:block; }
 }@media only screen and (max-width: 763px) { #fv7aUSgZd2D5VKBRfbuhHciLx4TPTAz3 { width:12.375rem;height:4.4375rem;top:27.8125rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuuxJqwlvtdm83387QyiChfKmEoxBZTw { width:1.3125rem;height:2rem;top:27.8125rem;left:13.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTnQi837z32QisDF9i6CtNzPCh7BNxI { width:19.875rem;height:13.8125rem;top:12.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZpThQhmsvpKr2qw9qdlsLQRPhfKLKaz { width:8.625rem;height:2rem;top:35.5625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPIRTVu555uzrXJ1xlNeCfhmLscX8lSJ { display:block; }
 }@media only screen and (max-width: 763px) { #XRME8vOg9XNaADlzQ4q2AmqD6TARDK0N { width:13.9375rem;height:4.4375rem;top:27.8125rem;left:33.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Ado6gxDecykMmhlGsxTa4GcsXuZSdI { width:1.3125rem;height:2rem;top:27.8125rem;left:41.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { display:block; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { width:32rem;height:40.75rem;top:5.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1MbimTCZyIgV4pgzafxtwqTMhFap6o { width:32rem;height:24.0625rem;top:22.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:35rem;height:;top:16.9375rem;left:0rem;font-size:1rem;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a3adcf13bf03f75aa9e45c4a55e8ca1767146c8.svg); }
 }@media only screen and (max-width: 763px) { #iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { width:40.625rem;height:9.25rem;top:5.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { width:27.375rem;height:1.25rem;top:42.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { display:block; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { width:47.75rem;height:3.625rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { display:block; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { width:24.875rem;height:14.25rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { width:24.1875rem;height:13.5rem;top:0.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { width:24.25rem;height:14.3125rem;top:0.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTDDFBTzOXbOOxSRu5F28O4bzi5aZTT { width:12.5rem;height:1.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKLUk68Q1siOOTgZb1t5H4bwhXi9iTK { width:12.5rem;height:1.3125rem;top:6.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlA88Z0cqQTeQ2MR3SQTGWDO1SMiXQSk { width:12.5rem;height:1.3125rem;top:6.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { display:block; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { width:24.8125rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { width:24.4375rem;height:14.9375rem;top:0.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { width:24.1875rem;height:16rem;top:0.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQWni6FKyFkArklEC3IaBpkeOqxmTL5 { width:12.5rem;height:1.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6CvyPNlaPQn9iWsNCNkfMWp8lUdx7D { width:12.5rem;height:1.3125rem;top:6.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqCRfNQ8mXqctikvpkrHLa5gX6q5s5Pm { width:12.5rem;height:1.3125rem;top:6.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhixSHszH40txtZLeC8a0onHvFJ87I8q { display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { width:22.8125rem;height:3rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:0.0625rem;height:12.4375rem;top:4.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:29.9375rem;height:6.5rem;top:4.8125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { width:3.125rem;height:3.125rem;top:4.75rem;left:44.625rem;display:block; }
#SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { width:0.0625rem;height:12.4375rem;top:5.5625rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:9.8125rem;height:1.25rem;top:15rem;left:36.75rem;font-size:1rem;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
 }@media only screen and (max-width: 763px) { #GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { top:13.875rem;left:17.5rem;width:17.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block; }
 }@media only screen and (max-width: 763px) { #IM1NXbuug85g0K4q4QSJekSMU2236cN8 { width:1.875rem;height:1.875rem;top:14.75rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smRyRpRlS2nWevC8QOvTF2TVvAgNGpfP { width:13.5625rem;height:7.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 { display:block; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNsbDDcLgSS2TAIXPk8OQ9027T88x1bp { width:7.375rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utL4xFKo2FWC4y0TMELkZoq1EhHPxXht { display:block; }
 }@media only screen and (max-width: 763px) { #gfx9TeOwybSNp5suc0ZfTpzgmv8ETXgl { width:3.8125rem;height:3.8125rem;top:0rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOnkdpVnmrhM9WxpVUni6hoIDeHXavy { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #owt23aByXqtil1E6PG17EKOqJ7lhAsh0 { display:block; }
 }@media only screen and (max-width: 763px) { #EzKztUQTWdEuNoRdDfaX5pcQUV97Bqmu { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdiT48e3DaFNV6DaOPwLemmK5IGoORKB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:20rem;height:6.1875rem;top:8.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:24.6875rem;left:0rem;width:15.9375rem;height:3.625rem;font-size:1.0625rem;box-shadow: 0rem 0.25rem 0rem #00b042 ;border-top:0rem solid #25d366;border-left:2.375rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:16rem;height:3.8994125rem;top:16.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { display:flex;width:1.875rem;height:1.875rem;top:25.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #se2HplBIMtggNs0I3gMW68LUPZDEwZ1A { width:6.1875rem;height:2.25rem;top:30rem;left:13.8125rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aDhZdMr8g7mAWssEqteBRfbqmAZQT9OC { width:20rem;height:15.3125rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOw4udrFpikc1d7u5ayDOqo01E2W74c4 { width:4.8125rem;height:4.625rem;top:34.40625rem;left:1.0625rem;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:none; }
 }@media only screen and (max-width: 763px) { #J2fQe2yTxcTNwfkSgcSavNasUSGnzAMH { width:4.8125rem;height:4.625rem;top:39.03125rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3OWyWf6lZvLDAchy8ncTkDkFPUX3UV8 { width:12rem;height:3.125rem;top:29.5625rem;left:0rem;line-height:.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5ucRpItWbuoRoXVJP1H7aksisTeOdS { display:block; }
 }@media only screen and (max-width: 763px) { #UnaFk5VxEv71PQhrD8ZnkJOC5vxJqrFG { width:10.4375rem;height:5.4375rem;top:2.125rem;left:-0.47891566265061rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l { width:11.5rem;height:1.2246125rem;top:21.3125rem;left:-0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#e6TEqLoM3TVmCeehibGZOBbbP9mNTN9l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ { width:8rem;height:1.2246125rem;top:21.3125rem;left:12rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#NQyqqPOOZ2vn0qTs10IRWHq9TLbIzmmZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #Mi7MzQLtmAUiEtsyTuRo6m9owZoiiJJg { width:4.8125rem;height:4.5rem;top:2.9375rem;left:15.1875rem;font-size:0.625rem;text-align:right;text-align-last:right;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7L5fksDTWPK3vD5SMXKeh0M04RRAbC { width:0.0625rem;height:10.9375rem;top:28.15625rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nskSV0OLU8HBZMm3LfB23EbPfDAT0lTc { display:flex;width:0.625rem;height:0.625rem;top:1.71875rem;left:19.375rem; }
 }@media only screen and (max-width: 763px) { #VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22dd933b-0334-48a5-a6eb-2e50ca9dcef5/1686654a2c85ce.webp");background-position:center right !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; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt.adaptive-delivery-prevent-bg, #VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt.lazyload, #VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt.lazyloading { background-image: none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container { background-color: transparent; background-image: none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container > .video-iframe-container { display: none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row > .video-iframe-container { display: none; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .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); }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container { border-width: 0; border-radius: 0; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmIBGKopL4BS9FzoPbRg8AcgK2KT0IXt > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JevxGR71JLgFiu6NF7QeRqCMotIIShOO { display:none; }#JevxGR71JLgFiu6NF7QeRqCMotIIShOO > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #meAAxgShSTZXDHuV1MeCcCER4KlNatXf { width:15.8125rem;height:25.125rem;top:31.4375rem;left:2.65625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b098b0c-7b4c-4cf1-8cdb-eae42b38d17f/CapturadeTela20250424as110645Photoroom.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#meAAxgShSTZXDHuV1MeCcCER4KlNatXf.adaptive-delivery-prevent-bg, #meAAxgShSTZXDHuV1MeCcCER4KlNatXf.lazyload, #meAAxgShSTZXDHuV1MeCcCER4KlNatXf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hchrsFTPyFCTmKyDJTX1tsW80phu8F8V { width:20rem;height:6.1875rem;top:8.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #k93G3loiAxtGAHkUNW23pXlibU9HtHfO { top:23.5rem;left:0rem;width:15.9375rem;height:3.625rem;font-size:1.0625rem;box-shadow: 0rem 0.25rem 0rem #00b042 ;border-top:0rem solid #25d366;border-left:2.375rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;display:block; }
 }@media only screen and (max-width: 763px) { #VEIpkezSSwqdw8g0i8quzoKIckdnyRbc { display:block; }
 }@media only screen and (max-width: 763px) { #OnIyeBDpGPs2aQZKTeT0R5MRcyC1cCpR { width:16rem;height:3.8994125rem;top:16.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iu26sPBlxWCGO3wDwTpL4goG44dgNdHf { display:flex;width:1.875rem;height:1.875rem;top:24.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #dRaZCl9WGrgLLHTo9lLUEvK6eoXMGVL7 { width:6.1875rem;height:2.25rem;top:28.8125rem;left:13.8125rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #D8GmmxTIU1b3ntzSOmWvmyBWTyuxuWpJ { width:15.75rem;height:15.3125rem;top:41.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVPTNh540RUUZEBvM01mMP3vwu1L34uv { width:14.875rem;height:17.5rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92eAdcc5bF7azzD2IBzWMseZGarioAN { width:4.8125rem;height:4.625rem;top:34.40625rem;left:1.0625rem;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; }
 }@media only screen and (max-width: 763px) { #trb1RAMPATxGinS88bgJ3ryH48JRPqhJ { width:4.8125rem;height:4.625rem;top:39.03125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D10fwpi4CbOcMPXBuTsvkSTFgpmSSfl8 { width:12rem;height:3.125rem;top:28.375rem;left:0rem;line-height:.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvV2D5zgJIaz4yaEgoC2t1faAMG9mShP { display:block; }
 }@media only screen and (max-width: 763px) { #aGLRhIRDA4uZOVeU9FhgVdeCDyZcqkTg { width:10.4375rem;height:5.4375rem;top:2.125rem;left:-0.47891566265061rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVZqdFVx96VMr48Qt6art6EAiKV2MDav { width:11.5rem;height:1.2246125rem;top:21.3125rem;left:-0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#LVZqdFVx96VMr48Qt6art6EAiKV2MDav li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #qWxbcsw3sfqsqG39aII6x49BItBVvnHA { width:8rem;height:1.2246125rem;top:21.3125rem;left:12rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#qWxbcsw3sfqsqG39aII6x49BItBVvnHA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #WH2K7HGly9vQScAWlldSrUNU2U9n8gg9 { width:4.8125rem;height:2.8125rem;top:4.1875rem;left:15.1875rem;font-size:0.625rem;text-align:right;text-align-last:right;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #qNbiIcz8S742TkfQwrcPX42vHxWXQQUW { width:0.0625rem;height:10.9375rem;top:28.15625rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QURB3WMhT1QhsAaTWnPhq9weTTBk0k9P { display:flex;width:0.625rem;height:0.625rem;top:2.96875rem;left:19.375rem; }
 }@media only screen and (max-width: 763px) { #BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw { display:block; }#BbvDKUfiBCSq7oPpqkIvv4NFX4Xa7Jpw > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toCvWyhGbO10UEzpOWNMQgpvH53x8TqB { width:17rem;height:5.84765625rem;top:1.951171875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bKAzdCTGqRX9ez3tC69QFQsSuK3VEnvp { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { display:block; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { width:20rem;height:2.8496125rem;top:4.25rem;left:0rem;font-size:2.375rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { display:block; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { width:20rem;height:10.3720625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #NfPePxhLJLJlJh5kA2O20yz76xLOtydD { width:20rem;height:10.8095625rem;top:12.30859375rem;left:0rem;font-size:1.1875rem;display:block; }#NfPePxhLJLJlJh5kA2O20yz76xLOtydD li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NfPePxhLJLJlJh5kA2O20yz76xLOtydD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #NNqknCpGKIL8AgOJEwg8u6NvBqxXR0lQ { top:25.3125rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2e38MhTUXakknLI2PIncxn8QusCfvZr { display:block; }
 }@media only screen and (max-width: 763px) { #lnQT6FplT2dNpoutJwfTV93tP5azyghk { display:flex;width:1.875rem;height:1.875rem;top:26.125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #KW7d8LwLcqivv7i99ZshazJr3XHnTivW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca4e0e26-55e4-428d-b5ef-d21c8b337101/CapturadeTela20250421as174940.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; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW.adaptive-delivery-prevent-bg, #KW7d8LwLcqivv7i99ZshazJr3XHnTivW.lazyload, #KW7d8LwLcqivv7i99ZshazJr3XHnTivW.lazyloading { background-image: none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container { background-color: transparent; background-image: none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container > .video-iframe-container { display: none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row > .video-iframe-container { display: none; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .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); }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container { border-width: 0; border-radius: 0; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW7d8LwLcqivv7i99ZshazJr3XHnTivW > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt { display:block; }#nlQAOuSWHNBnLWxlMHKiM10bgkhKFHnt > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfRBM4sk6XeumlXfZHOE6gQoSdNSDRfJ { width:18.25rem;height:5.2246125rem;top:1.8623046875rem;left:0rem;font-size:2.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM { display:block; }#o8b0kRMBwSWGnTI5mWXbqHrOlQbJwDhM > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { width:19.4375rem;height:20.472625rem;top:2.40625rem;left:0rem;font-size:1.1875rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { top:24.9375rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block; }
 }@media only screen and (max-width: 763px) { #SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { display:flex;width:1.875rem;height:1.875rem;top:25.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #zaPZI9D9NvUqftPd5awPkVNAAXgmFhhG { width:20rem;height:25rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT9thdbf5P849Oglh58IVd8u29gHKPZR { background-color:#ffffff;background-image:none;display:block; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { background-color: transparent; background-image: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container > .video-iframe-container { display: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row > .video-iframe-container { display: none; }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .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); }#cT9thdbf5P849Oglh58IVd8u29gHKPZR > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLAT8PA608eV6hvRqCm5l7uDEmbq98bn { width:20rem;height:3.8984375rem;top:4.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPBBOPsNpJ3wfu5CHMAAmVuTKXvLRpSV { width:20rem;height:15.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZsmM2LzhTtCkTyXkvTEphWbkyg29t9a { width:20rem;height:28.5625rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oblBxNHOJelPVPhxySf3e7Pukf46MALU { width:8.125rem;height:2.75rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPQdftMiOVioh3mU1VCPyLpVyLa0d5M { width:7.75rem;height:2.625rem;top:12.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2V7gkzwpO3G1GgFwRQJwbg12uTe6gB { width:7.25rem;height:7.25rem;top:14.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mQwnik3dBIUZPc5XFJ7CysSNluNkK1 { width:9.625rem;height:2.1875rem;top:16.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHZtTiLhcAa7RtJofL0ksMTLXeIsafb { width:8.125rem;height:3.5625rem;top:21.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhFTHi0MtesZdkBJknQ0T3bZfxcgG63f { width:6.75rem;height:3.25rem;top:21.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAsTtpWAXeCTazh4IHsANV2rJHPGQv5n { width:4.625rem;height:4.125rem;top:27.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmrpXsdh4wtg4N40uTytst1Lvq7ZO6s { width:4.625rem;height:4.9375rem;top:26.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9NHK2ffTUCIBSFDsUyc0XrxSFLNwfrl { width:5.9375rem;height:2.8125rem;top:33.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1i963rEVz1afIf606M7Qk3JIreAlkfD { width:8.8125rem;height:2.875rem;top:38.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgLIo1RnP0rTCcCSg2baB1ewTnz4lc1 { width:6.25rem;height:2.125rem;top:39rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmwsqEdy7mZN6dGTOgGySTLh1mUDZekK { width:7.25rem;height:2.1875rem;top:33.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ePxoF7fpSOtwznbbDo0UkTWuHADx5F { width:13.4375rem;height:3.5rem;top:47.7109375rem;left:3.28125rem;line-height:.5;display:block; }
 }@media only screen and (max-width: 763px) { #N9Bd9QgDEtsTKl0Mq768ekSP5E51w5lm { display:block; }
 }@media only screen and (max-width: 763px) { #w70BtiWZlNI0HbI7vf9S9RZoPe176kha { width:19.9375rem;height:1.29980625rem;top:45.3115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/886ea495-b279-448d-9606-aff2bdf0834c/955e5de189.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.adaptive-delivery-prevent-bg, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyload, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyloading { background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { background-color: transparent; background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .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); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { width:17.875rem;height:9.746125rem;top:4.3125rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { width:10rem;height:0.6875rem;top:5.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:18.625rem;height:3.4375rem;top:18.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #CkmtCb1rHW6DtktAFXTiPge607n5zQhE { width:14.5625rem;height:0.875rem;top:24.75rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqLbiMuyPBZ7feTlJK7TwIy2U7WkmBir { width:13.9375rem;height:1.3808625rem;top:15.125rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68e33158-e584-46ef-85fa-3517a7d1cdbb/8a72bf7e86.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; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.adaptive-delivery-prevent-bg, #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.lazyload, #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.lazyloading { background-image: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { background-color: transparent; background-image: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container > .video-iframe-container { display: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container { display: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { border-width: 0; border-radius: 0; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { display:block; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { width:20rem;height:4.72265625rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:20rem;height:5.173825rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:20rem;height:34.308625rem;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e5d825d7deb41d4786f233e25c6a41d91716286.svg); }
 }@media only screen and (max-width: 763px) { #pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { top:51.5rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block; }
 }@media only screen and (max-width: 763px) { #OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { display:flex;width:1.875rem;height:1.875rem;top:52.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #K1V8AtZ7m3u1v9DrCyCZJsN4zbQp1L9w { width:20rem;height:37.875rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { display:block; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZCMm4JhKqxyp73DC3BCmHO10252OEEX { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { width:20rem;height:9.121125rem;top:8.671875rem;left:0rem;font-size:1.125rem;display:block; }#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ba7c9f709e34e8bee1decefeae39667413f3845.svg); }
 }@media only screen and (max-width: 763px) { #xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { top:24.1875rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block; }
 }@media only screen and (max-width: 763px) { #tz722xo2vmFtDpV60cOaTKtixsEdAGGX { display:flex;width:1.875rem;height:1.875rem;top:25rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #qv8HLPvcvoweJdvKMpnA3oqqmhxIg11X { width:15.625rem;height:3.1484375rem;top:19.9140625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G { display:block; }#ZyEuTcbEmm5zk5Q1Tug5P2FOmlFfdt5G > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJaAHxnw8h9ba5ZGxAMGAUs1AqoQ5rh { width:20rem;height:2.5996125rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQJUuOZcMSJRunlRQmN1vrLhHkTyBwL { width:17.125rem;height:3.9375rem;top:7.9375rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugOGTJCAqKto1nv58HcRSK3ttJTdEQq { width:1.3125rem;height:2.03125rem;top:7.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohc32ICVuR28nurGqGtwMk24rZPCI0Is { width:20rem;height:12.1875rem;top:18.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkc1MPIeiLvLfXNsVHmOnpWA0MsyM5eW { width:8.625rem;height:2rem;top:14.0595703125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSlTNdhRLKqgTIxqn2WpryVQ74yOQCx { display:block; }
 }@media only screen and (max-width: 763px) { #MdbZU13o5ycCMdGRXdrNbiIJXmuzneNg { width:19.875rem;height:13.8125rem;top:43.8095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRF1fgnc1ZKoKHXFEnlEAN6uS3KMn563 { width:8.625rem;height:2rem;top:39.4970703125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xruAfm7ZK5JsV2y67T7faeQTFAuql2FN { display:block; }
 }@media only screen and (max-width: 763px) { #fv7aUSgZd2D5VKBRfbuhHciLx4TPTAz3 { width:13.9375rem;height:3.9375rem;top:33.9970703125rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuuxJqwlvtdm83387QyiChfKmEoxBZTw { width:1.3125rem;height:2.03125rem;top:33.9970703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTnQi837z32QisDF9i6CtNzPCh7BNxI { width:19.875rem;height:13.8125rem;top:71.2783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZpThQhmsvpKr2qw9qdlsLQRPhfKLKaz { width:8.625rem;height:2rem;top:66.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPIRTVu555uzrXJ1xlNeCfhmLscX8lSJ { display:block; }
 }@media only screen and (max-width: 763px) { #XRME8vOg9XNaADlzQ4q2AmqD6TARDK0N { width:13.9375rem;height:3.9375rem;top:61.3125rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Ado6gxDecykMmhlGsxTa4GcsXuZSdI { width:1.3125rem;height:2.03125rem;top:61.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { display:block; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { width:20rem;height:22.25rem;top:9.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e0e9b098-9d56-4fd5-90fe-5fa08a0d4dfe/CapturadeTela20250424as113144.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.adaptive-delivery-prevent-bg, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyload, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ao1MbimTCZyIgV4pgzafxtwqTMhFap6o { width:20rem;height:8.1875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:20rem;height:23.957rem;top:33.912109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a3adcf13bf03f75aa9e45c4a55e8ca1767146c8.svg); }
 }@media only screen and (max-width: 763px) { #iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { width:20rem;height:4.95605625rem;top:4.48046875rem;left:0rem;font-size:3.8125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { width:20rem;height:0.9746125rem;top:60.494140625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { background-color: transparent; background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .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); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { width:20rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { display:block; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { width:20rem;height:11.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { width:20rem;height:11.1875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { width:20rem;height:11.875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTDDFBTzOXbOOxSRu5F28O4bzi5aZTT { width:12.5rem;height:1.3125rem;top:4.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKLUk68Q1siOOTgZb1t5H4bwhXi9iTK { width:12.5rem;height:1.3125rem;top:17.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlA88Z0cqQTeQ2MR3SQTGWDO1SMiXQSk { width:12.5rem;height:1.3125rem;top:30.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { display:block; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { width:20rem;height:10.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { width:20rem;height:12.25rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { width:20rem;height:13.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQWni6FKyFkArklEC3IaBpkeOqxmTL5 { width:12.5rem;height:1.3125rem;top:4.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6CvyPNlaPQn9iWsNCNkfMWp8lUdx7D { width:12.5rem;height:1.3125rem;top:16.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqCRfNQ8mXqctikvpkrHLa5gX6q5s5Pm { width:12.5rem;height:1.3125rem;top:30.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhixSHszH40txtZLeC8a0onHvFJ87I8q { display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { width:15.8125rem;height:4.5rem;top:11.1875rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:20rem;height:0.0625rem;top:16.5966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:18.875rem;height:8.7715rem;top:19.0341796875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { display:flex;width:2.0625rem;height:2.0625rem;top:42.125rem;left:8.96875rem; }
#SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { width:20rem;height:0.0625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:9.8125rem;height:1.29980625rem;top:36.3125rem;left:5.09375rem;font-size:1rem;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
 }@media only screen and (max-width: 763px) { #GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { top:29.9375rem;left:1.3125rem;width:17.4375rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block; }
 }@media only screen and (max-width: 763px) { #IM1NXbuug85g0K4q4QSJekSMU2236cN8 { display:flex;width:1.875rem;height:1.875rem;top:30.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #smRyRpRlS2nWevC8QOvTF2TVvAgNGpfP { width:12.1875rem;height:6.5625rem;top:2.9375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #igpdsThPA1ReNpT5l10VpelXtEBDGWwx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fAg1Db3pdJIN5hwbImb3psMO80ugdFf5 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNsbDDcLgSS2TAIXPk8OQ9027T88x1bp { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utL4xFKo2FWC4y0TMELkZoq1EhHPxXht { display:block; }
 }@media only screen and (max-width: 763px) { #gfx9TeOwybSNp5suc0ZfTpzgmv8ETXgl { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bcOnkdpVnmrhM9WxpVUni6hoIDeHXavy { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owt23aByXqtil1E6PG17EKOqJ7lhAsh0 { display:block; }
 }@media only screen and (max-width: 763px) { #EzKztUQTWdEuNoRdDfaX5pcQUV97Bqmu { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdiT48e3DaFNV6DaOPwLemmK5IGoORKB { display:block; }
 }