.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:240,230,232;--color-primary-1:204,172,179;--color-primary-2:153,88,102;--color-primary-3:77,44,51;--color-primary-4:23,13,15;--color-secondary-0:220,248,231;--color-secondary-1:151,234,182;--color-secondary-2:81,220,133;--color-secondary-3:37,211,102;--color-secondary-4:8,165,136;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:176,176,176;--color-tertiary-3:164,164,164;--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: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.26));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.26));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.26));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),0.26)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),0.26));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 > .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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:46.75rem;width:75rem;position:relative;display:block; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8522e869-440a-48f0-97a7-7aefff861d17/fotosemfundo69120026a6c36.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.9375rem;width:36rem;top:-1.1875rem;left:39rem;display:block; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.adaptive-delivery-prevent-bg, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyload, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyloading { background-image: none; }
#U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { color:rgba(var(--color-primary-3),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5625rem;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:33.6875rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-3),1);border-left:3.125rem solid rgba(var(--color-secondary-3),1);border-right:0rem solid rgba(var(--color-secondary-3),1);border-bottom:0rem solid rgba(var(--color-secondary-3),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; }
#vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { color:#616161;display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:6.09375rem;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; }
#xn8OCf94AIkSDudMqkAidoOJMPPPaWv9 { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:4rem;left:0rem;height:2.4375rem;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; }
#zUgq7b1TNJ522gFIR317MLJfIzxDLXat { box-sizing:content-box;height:34.125rem;width:34.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.125rem;left:44.6875rem;display:block; }
#EEgAPS68EHd5uJa7XTlXGTBkyU5KRbLy { box-sizing:content-box;height:53.5rem;width:55.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),0.26);background-image:none;top:-6.75rem;left:40.875rem;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:34.53125rem;left:1.1875rem; }
#pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GI9eMIc4p2neeJvZ2KTl5ncqVqkTPlh7 { color:rgba(var(--color-primary-2),1);display:block;width:4.125rem;position:absolute;font-family:"dm serif display";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.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; }
#RO4bu6KtgnTG6SMEZbdrMgb3DIbU6Ozz { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:34.5439453125rem;left:19.3125rem;height:2.923825rem;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; }
#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container { background-color: transparent; background-image: none; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container > .video-iframe-container { display: none; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row > .video-iframe-container { display: none; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .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); }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container { border-width: 0; border-radius: 0; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#PpMyIeciEa2qrp4gkHwBg4WyLrmd1CKq { color:rgba(var(--color-secondary-1),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TX5mPlpsqp8yDUcOtWbmphRrzLWfRDEs { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5rem;left:24.9375rem;display:block; }
#DoQReymuZ28zWRfhfASD4GQVlPgySaQM { color:rgba(var(--color-secondary-1),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.96875rem;left:25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVHRvdwn8EUvliFw5KACspIHbNO6wRma { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5rem;left:49.9375rem;display:block; }
#epu9tGEqb2elQ5dEBuNKizJHxrlmZSag { color:rgba(var(--color-secondary-1),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.96875rem;left:50rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#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:9.8125rem;width:75rem;position:relative;display:block; }#bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { color:#616161;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:3.265625rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { background-color: transparent; background-image: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container > .video-iframe-container { display: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container { display: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .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); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { border-width: 0; border-radius: 0; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d960d0a-738c-4278-93f3-ae4d695afe7d/vesic.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:24.875rem;width:20.625rem;top:0rem;left:0rem;display:block; }#k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.adaptive-delivery-prevent-bg, #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.lazyload, #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.lazyloading { background-image: none; }
#bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-size:auto !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:19.8125rem;width:20.625rem;top:5.125rem;left:0rem;display:block; }
#E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:15.0625rem;left:1.25rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.625rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.625rem;left:27.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a478bc4-042b-4dcd-8842-c2f1e9b145f7/download20251110T121308358.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:20.8125rem;top:0rem;left:26.3125rem;display:block; }#rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.adaptive-delivery-prevent-bg, #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.lazyload, #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.lazyloading { background-image: none; }
#zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-size:auto !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:19.8125rem;width:20.8125rem;top:5.125rem;left:26.3125rem;display:block; }
#EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:15.0625rem;left:27.75rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.6875rem;left:55.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2158dfd8-029a-4af4-ad7d-79557ded0e40/download20251110T121335829.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:20.625rem;top:0rem;left:54.375rem;display:block; }#DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.adaptive-delivery-prevent-bg, #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.lazyload, #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.lazyloading { background-image: none; }
#V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { 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-4),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-4),1));background-size:auto !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:19.8125rem;width:20.6875rem;top:5.125rem;left:54.3125rem;display:block; }
#TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:15.0625rem;left:55.625rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCeHTztGiAFioCFCr942SoWTOZZXc5bN { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21rem;left:1.25rem;display:block; }
#Ts7hMoymZSHKsxCGFtqnDvhhivFLAZFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpwHfaTzOME2VMW4dkUoXVEMFKhaixJZ { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21rem;left:27.75rem;display:block; }
#PIGEMSbG34TS9x3B7f8EFIOQRymhJlp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z35lbUTcpKm5Pc16zdc7N1gLbWXGNzOG { 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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21rem;left:55.625rem;display:block; }
#Buhp8otskOAOqPyvGflx1dzQmmwuFbdP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/8a8e3f0d-9881-495e-9615-cb23ed08790f/download20251110T121615301.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:29.25rem;width:75rem;position:relative;display:block; }#SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.40625rem;left:0rem;height:6rem;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:18.75rem;left:0rem;display:block; }
#D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VtiHddPInmpoHdJzlyVe0WvxKp6vm1DR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:12.3125rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#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:26.8125rem;width:75rem;position:relative;display:block; }#rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { color:#616161;display:block;width:34.4375rem;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:12.9765625rem;left:0rem;height:4.986325rem;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-2),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6rem;left:0rem;height:5.69921875rem;font-style:normal;display:block; }
#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { color:#616161;display:block;width:34.5rem;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:6rem;left:40.5rem;height:11.535125rem;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_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { 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; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { background-color: transparent; background-image: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container > .video-iframe-container { display: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row > .video-iframe-container { display: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .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); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { border-width: 0; border-radius: 0; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { color:rgba(var(--color-primary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.5625rem;left:37.5rem;height:6rem;font-style:normal;display:block; }
#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { color:rgba(var(--color-primary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:17.125rem;left:37.5rem;height:7.5859375rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
#E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { box-sizing:content-box;height:18rem;width:33.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3a72eb14-920c-4395-aee4-ebd70fe86d19/download20251110T124725946.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.25rem;left:0rem;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; }#E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.adaptive-delivery-prevent-bg, #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.lazyload, #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.lazyloading { background-image: none; }
#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ { position:relative;display:none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ { border-width: 0; border-radius: 0; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .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; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .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; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container { background-color: transparent; background-image: none; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container > .video-iframe-container { display: none; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row > .video-iframe-container { display: none; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .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); }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container { border-width: 0; border-radius: 0; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#XO3ubOPfEQKB6EFt42rQQtNXznt8RTOd { color:rgba(var(--color-primary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:6rem;font-style:normal;display:block; }
#qf6vh6uGPD9hr9blK4VsFrSaQSBsLA92 { color:rgba(var(--color-primary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:6.3125rem;left:40.25rem;height:8.3105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#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-3),0.1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),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:43.8125rem;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/d5e025db-47c6-40e1-8398-1fe7b7053040/dsc93736912040560607.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.375rem;width:32rem;top:-1.3125rem;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-1),0.63));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.63));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.63));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.63)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.63)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),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:14.0625rem;left:39.625rem;display:block; }
#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { color:#616161;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:16.01171875rem;left:0rem;height:;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_bede0182bcc130c07341f5bc8878a765b24deb26.svg); }
#iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { color:rgba(var(--color-primary-3),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.2621875rem;font-style:normal;display:block; }
#i2pFvXHSGUutB0rRyMbMQlOF1sCfRPMp { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:bellarina;font-size:2.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.1484375rem;left:10.375rem;height:2.92480625rem;display:block; }
#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u { position:relative;display:block; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u { background-color: transparent; background-image: none; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row .container > .video-iframe-container { display: none; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row > .video-iframe-container { display: none; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .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); }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u { border-width: 0; border-radius: 0; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .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; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .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:36.375rem;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; }#zID6lefwK6x0qzeecT2mcEZt4lKhepq6 { color:#616161;display:block;width:28.125rem;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.0625rem;left:0rem;height:6rem;font-style:normal;display:block; }
#STlplrH96r0BmmkslTzQEuQXPm3TVyGS { color:#616161;display:block;width:19.5625rem;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:12.8125rem;left:0rem;height:12.25rem;display:block; }
#CVCJuz8JFzDXxABCwiivBImgiXi3ecr9 { z-index:15019;top:28.0625rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-3),1);border-left:3.125rem solid rgba(var(--color-secondary-3),1);border-right:0rem solid rgba(var(--color-secondary-3),1);border-bottom:0rem solid rgba(var(--color-secondary-3),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; }
#WygzmJS1CKtStCukufcC6FUdxSzGNnFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtVqP6vHv4xnFAkSW37GsTUrcBHfJCqt { 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:28.9375rem;left:1.4375rem; }
#sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz { box-sizing:content-box;height:30.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/67324584-c65c-46fc-8089-73b557fc84b4/download20251110T123933924.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:25.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz.adaptive-delivery-prevent-bg, #sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz.lazyload, #sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz.lazyloading { background-image: none; }
#x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5 { box-sizing:content-box;height:30.1875rem;width:16.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/76dbfca3-d600-441a-812c-125b9c25888f/download20251110T123532152.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:41.9375rem;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; }#x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5.adaptive-delivery-prevent-bg, #x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5.lazyload, #x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5.lazyloading { background-image: none; }
#bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV { box-sizing:content-box;height:30.1875rem;width:16.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa8e6d0d-59de-4d7f-8e2f-f5f7d1fbd89d/download20251110T123322728.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.96875rem;left:58.875rem;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; }#bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV.adaptive-delivery-prevent-bg, #bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV.lazyload, #bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV.lazyloading { background-image: none; }
#EhixSHszH40txtZLeC8a0onHvFJ87I8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/96b0a2d6-a914-4bbf-a88d-48eb95529efe/herobg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q.adaptive-delivery-prevent-bg, #EhixSHszH40txtZLeC8a0onHvFJ87I8q.lazyload, #EhixSHszH40txtZLeC8a0onHvFJ87I8q.lazyloading { background-image: none; }#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; }#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:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.150390625rem;left:31rem;height:4.38574375rem;font-style:normal;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:13.755859375rem;left:50.25rem;height:;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:12.625rem;left:31rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-3),1);border-left:3.125rem solid rgba(var(--color-secondary-3),1);border-right:0rem solid rgba(var(--color-secondary-3),1);border-bottom:0rem solid rgba(var(--color-secondary-3),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:13.5rem;left:32.1875rem; }
#LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:0.9746125rem;display:block; }
#kETbdkvfquZMi7HTMIH0xUwqNB4kwRcC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"dm serif display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:4.875rem;left:0rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Faq8HkLdE5W2DdwGeLbpGV1pBlgmBI9P { color:rgba(var(--color-secondary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.150390625rem;left:47.3125rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GQZHvf214ltd3SqIOa47hSQfys5SeEGq { 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; } #GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container { background-color: transparent; background-image: none; }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container > .video-iframe-container { display: none; }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row > .video-iframe-container { display: none; }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .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); }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container { border-width: 0; border-radius: 0; }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs { background-color: transparent; background-image: none; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row .container > .video-iframe-container { display: none; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row > .video-iframe-container { display: none; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .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); }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs { border-width: 0; border-radius: 0; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .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; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#nw8iGl7mu8eqaxDhm05PpUFTSUXuEwMZ { background-color:#25d366;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:#ffffff;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; }
#SR1w3cbfE71iswyUIFKU4TOqfvUIGEgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oznzvlcggw0cPIi7JJWnOgbaKc2SEay9 { 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(0,0,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; }
#QQzbiJLhcrttBLWVGkkTnPdJ4R3qwQPN { 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) { #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { width:36rem;height:47.9375rem;top:-1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:36.625rem;height:10.875rem;top:12.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:33.6875rem;left:0rem;width:17.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:34.25rem;height:6.0625rem;top:24.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn8OCf94AIkSDudMqkAidoOJMPPPaWv9 { width:19.3125rem;height:2.4375rem;top:4rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUgq7b1TNJ522gFIR317MLJfIzxDLXat { width:34.125rem;height:34.125rem;top:11.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEgAPS68EHd5uJa7XTlXGTBkyU5KRbLy { width:47.75rem;height:53.5rem;top:-6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { width:1.875rem;height:1.875rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { width:14rem;height:1.1875rem;top:7.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI9eMIc4p2neeJvZ2KTl5ncqVqkTPlh7 { width:4.125rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4bu6KtgnTG6SMEZbdrMgb3DIbU6Ozz { width:17.8125rem;height:1.9375rem;top:34.5rem;left:5.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony { display:block; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpMyIeciEa2qrp4gkHwBg4WyLrmd1CKq { width:24.9375rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5mPlpsqp8yDUcOtWbmphRrzLWfRDEs { width:0.125rem;height:2.5625rem;top:0.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQReymuZ28zWRfhfASD4GQVlPgySaQM { width:24.9375rem;height:1.625rem;top:0.9375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVHRvdwn8EUvliFw5KACspIHbNO6wRma { width:0.125rem;height:2.5625rem;top:0.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epu9tGEqb2elQ5dEBuNKizJHxrlmZSag { width:24.9375rem;height:1.625rem;top:0.9375rem;left:22.6875rem;font-size:0.875rem;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:3.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { display:block; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { width:20.625rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { width:20.625rem;height:19.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { width:16.9375rem;height:5.0625rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { width:20.9375rem;height:2.4375rem;top:12.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { width:20.9375rem;height:2.4375rem;top:12.625rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { width:20.8125rem;height:24.875rem;top:0rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { width:20.8125rem;height:19.8125rem;top:5.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { width:18.125rem;height:5.0625rem;top:15.0625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { width:17.5rem;height:2.4375rem;top:12.6875rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { width:20.625rem;height:24.875rem;top:0rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { width:20.6875rem;height:19.8125rem;top:5.125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { width:18.375rem;height:5.0625rem;top:15.0625rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCeHTztGiAFioCFCr942SoWTOZZXc5bN { width:6.5625rem;height:2rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7hMoymZSHKsxCGFtqnDvhhivFLAZFo { display:block; }
 }@media only screen and (max-width: 763px) { #NpwHfaTzOME2VMW4dkUoXVEMFKhaixJZ { width:6.5625rem;height:2rem;top:21rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGEMSbG34TS9x3B7f8EFIOQRymhJlp2 { display:block; }
 }@media only screen and (max-width: 763px) { #z35lbUTcpKm5Pc16zdc7N1gLbWXGNzOG { width:6.5625rem;height:2rem;top:21rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buhp8otskOAOqPyvGflx1dzQmmwuFbdP { 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:34.5625rem;height:6rem;top:4.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:20.625rem;height:3.4375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #VtiHddPInmpoHdJzlyVe0WvxKp6vm1DR { width:27.5625rem;height:3.375rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@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:34.4375rem;height:5rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:35.6875rem;height:5.6875rem;top:6rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:34.5rem;height:11.5rem;top:6rem;left:13.25rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
 }@media only screen and (max-width: 763px) { #fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { display:block; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { width:32.875rem;height:6rem;top:8.5625rem;left:14.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { width:34.5rem;height:;top:17.125rem;left:13.25rem;font-size:1.125rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
 }@media only screen and (max-width: 763px) { #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { width:33.3125rem;height:18rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ { display:none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg { display:block; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XO3ubOPfEQKB6EFt42rQQtNXznt8RTOd { width:32.875rem;height:6rem;top:6.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6vh6uGPD9hr9blK4VsFrSaQSBsLA92 { width:34.75rem;height:8.25rem;top:6.3125rem;left:13rem;font-size:1.0625rem;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:39.375rem;top:-1.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1MbimTCZyIgV4pgzafxtwqTMhFap6o { width:32rem;height:24.0625rem;top:14.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:35.8125rem;height:;top:16rem;left:0rem;font-size:1.625rem;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bede0182bcc130c07341f5bc8878a765b24deb26.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) { #i2pFvXHSGUutB0rRyMbMQlOF1sCfRPMp { width:23.9375rem;height:2.9375rem;top:12.125rem;left:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxDmowUy1MKq73Torb9SXMOSrGZWMr6u { display:block; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zID6lefwK6x0qzeecT2mcEZt4lKhepq6 { width:28.125rem;height:6rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlplrH96r0BmmkslTzQEuQXPm3TVyGS { width:19.5625rem;height:12.25rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVCJuz8JFzDXxABCwiivBImgiXi3ecr9 { top:28.0625rem;left:0rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WygzmJS1CKtStCukufcC6FUdxSzGNnFO { display:block; }
 }@media only screen and (max-width: 763px) { #ZtVqP6vHv4xnFAkSW37GsTUrcBHfJCqt { width:1.875rem;height:1.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz { width:15.9375rem;height:30.1875rem;top:1.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5 { width:16.125rem;height:30.1875rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV { width:16.125rem;height:30.1875rem;top:1.9375rem;left:31.625rem;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) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:0.0625rem;height:12.4375rem;top:4.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:27.6875rem;height:4.375rem;top:6.125rem;left:17.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:9.8125rem;height:;top:13.75rem;left:36.625rem;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:12.625rem;left:17.375rem;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:13.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { width:21.875rem;height:0.9375rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETbdkvfquZMi7HTMIH0xUwqNB4kwRcC { width:18.6875rem;height:3.5rem;top:4.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faq8HkLdE5W2DdwGeLbpGV1pBlgmBI9P { width:27.6875rem;height:2.0625rem;top:6.125rem;left:20.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZHvf214ltd3SqIOa47hSQfys5SeEGq { 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; } #GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs { display:block; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw8iGl7mu8eqaxDhm05PpUFTSUXuEwMZ { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1w3cbfE71iswyUIFKU4TOqfvUIGEgr { display:block; }
 }@media only screen and (max-width: 763px) { #oznzvlcggw0cPIi7JJWnOgbaKc2SEay9 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQzbiJLhcrttBLWVGkkTnPdJ4R3qwQPN { 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:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { width:18.875rem;height:27.625rem;top:28.4375rem;left:-0.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8522e869-440a-48f0-97a7-7aefff861d17/fotosemfundo69120026a6c36.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.adaptive-delivery-prevent-bg, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyload, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:20rem;height:5.625rem;top:7.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:21.5rem;left:1.9375rem;width:16.1875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:19.625rem;height:5.5234375rem;top:14.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn8OCf94AIkSDudMqkAidoOJMPPPaWv9 { width:10rem;height:1.4375rem;top:2.875rem;left:6.4375rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zUgq7b1TNJ522gFIR317MLJfIzxDLXat { width:19.6875rem;height:19.6875rem;top:36.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEgAPS68EHd5uJa7XTlXGTBkyU5KRbLy { width:20rem;height:20rem;top:33.25rem;left:-4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { display:flex;width:1.875rem;height:1.875rem;top:22.1875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { width:14.25rem;height:0.89355625rem;top:4.5625rem;left:2.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GI9eMIc4p2neeJvZ2KTl5ncqVqkTPlh7 { width:2.1875rem;height:1.3125rem;top:2.9375rem;left:3.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RO4bu6KtgnTG6SMEZbdrMgb3DIbU6Ozz { width:13.9375rem;height:1.5rem;top:25.51171875rem;left:3.03125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony { display:block; }#hmTOXFdKnTTIrhtEicDRR7c2Lhbt8Ony > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpMyIeciEa2qrp4gkHwBg4WyLrmd1CKq { width:20rem;height:1.13671875rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5mPlpsqp8yDUcOtWbmphRrzLWfRDEs { width:20rem;height:0.0625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQReymuZ28zWRfhfASD4GQVlPgySaQM { width:20rem;height:1.13671875rem;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVHRvdwn8EUvliFw5KACspIHbNO6wRma { width:20rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epu9tGEqb2elQ5dEBuNKizJHxrlmZSag { width:20rem;height:1.13671875rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@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:3.25rem;left:0rem;font-size:2.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { display:block; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { width:20rem;height:20.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { width:20rem;height:14.3125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { width:16.5625rem;height:4.798825rem;top:11.40625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { width:16.875rem;height:2.03125rem;top:9.375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { width:14.6875rem;height:2.03125rem;top:31.375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { width:20rem;height:20.4375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { width:20rem;height:16.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { width:16.875rem;height:4.798825rem;top:33.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { width:16.8125rem;height:2.03125rem;top:53.3125rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { width:20rem;height:20.4375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { width:20rem;height:16.0625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { width:18.5rem;height:4.798825rem;top:55.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCeHTztGiAFioCFCr942SoWTOZZXc5bN { width:6.5625rem;height:2rem;top:17.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7hMoymZSHKsxCGFtqnDvhhivFLAZFo { display:block; }
 }@media only screen and (max-width: 763px) { #NpwHfaTzOME2VMW4dkUoXVEMFKhaixJZ { width:6.5625rem;height:2rem;top:39.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGEMSbG34TS9x3B7f8EFIOQRymhJlp2 { display:block; }
 }@media only screen and (max-width: 763px) { #z35lbUTcpKm5Pc16zdc7N1gLbWXGNzOG { width:6.5625rem;height:2rem;top:61.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buhp8otskOAOqPyvGflx1dzQmmwuFbdP { display:block; }
 }@media only screen and (max-width: 763px) { #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a8e3f0d-9881-495e-9615-cb23ed08790f/download20251110T121615301.webp");background-position:center right !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:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { width:17.875rem;height:3.5rem;top:5rem;left:1.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:18.625rem;height:3.4375rem;top:17rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #VtiHddPInmpoHdJzlyVe0WvxKp6vm1DR { width:17.75rem;height:4.798825rem;top:9.625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { display:block; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { width:20rem;height:7.871125rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:18.375rem;height:5.84765625rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:20rem;height:11.0078125rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
 }@media only screen and (max-width: 763px) { #fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { display:block; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { width:20rem;height:5.84765625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { width:20rem;height:7.234375rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f8f3011054e77bf7e244bb389b24b48bc590eb00.svg); }
 }@media only screen and (max-width: 763px) { #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { width:20rem;height:38.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a72eb14-920c-4395-aee4-ebd70fe86d19/download20251110T124725946.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; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ.adaptive-delivery-prevent-bg, #B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ.lazyload, #B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ.lazyloading { background-image: none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container { background-color: transparent; background-image: none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container > .video-iframe-container { display: none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row > .video-iframe-container { display: none; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .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); }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container { border-width: 0; border-radius: 0; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7Gmot4LWkU1LAOqn7yx2zUzuiO5H0JZ > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg { display:block; }#GiPLP01LmNDHb2AadvV7A0Rg3PDMMMeg > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XO3ubOPfEQKB6EFt42rQQtNXznt8RTOd { width:20rem;height:3.8984375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6vh6uGPD9hr9blK4VsFrSaQSBsLA92 { width:20rem;height:11.8984375rem;top:9.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { display:block; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { width:20rem;height:22.25rem;top:5.5625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5e025db-47c6-40e1-8398-1fe7b7053040/dsc93736912040560607.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:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:20rem;height:10.222625rem;top:30.125rem;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_bede0182bcc130c07341f5bc8878a765b24deb26.svg); }
 }@media only screen and (max-width: 763px) { #iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { width:20rem;height:4.95605625rem;top:1.5rem;left:0rem;font-size:3.8125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2pFvXHSGUutB0rRyMbMQlOF1sCfRPMp { width:18.125rem;height:2.1933625rem;top:5.5625rem;left:0.9375rem;font-size:1.6875rem;color:rgba(var(--color-primary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxDmowUy1MKq73Torb9SXMOSrGZWMr6u { display:block; }#IxDmowUy1MKq73Torb9SXMOSrGZWMr6u > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zID6lefwK6x0qzeecT2mcEZt4lKhepq6 { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlplrH96r0BmmkslTzQEuQXPm3TVyGS { width:20rem;height:11.01953125rem;top:8.671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVCJuz8JFzDXxABCwiivBImgiXi3ecr9 { top:22.3125rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WygzmJS1CKtStCukufcC6FUdxSzGNnFO { display:block; }
 }@media only screen and (max-width: 763px) { #ZtVqP6vHv4xnFAkSW37GsTUrcBHfJCqt { display:flex;width:1.875rem;height:1.875rem;top:23.125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #sRJDH0wkuz2XAZnHdRZZdn0bqkqqqHOz { width:9.375rem;height:15.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5EXZtAtAitT3QnobPaFh24Vxyd9BKJ5 { width:9.375rem;height:15.625rem;top:28.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmUMJGZdJQEUJUOQAW9Jclk8yrfNZoLV { width:16.125rem;height:30.1875rem;top:92.7353515625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhixSHszH40txtZLeC8a0onHvFJ87I8q { display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:20rem;height:0.0625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:20rem;height:10.15625rem;top:12.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:8.3125rem;height:1.29980625rem;top:34.3125rem;left:5.84375rem;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:25.3125rem;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:26.125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { width:20rem;height:0.9746125rem;top:9rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kETbdkvfquZMi7HTMIH0xUwqNB4kwRcC { width:9.4375rem;height:4.1982375rem;top:3.625rem;left:5.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Faq8HkLdE5W2DdwGeLbpGV1pBlgmBI9P { width:20rem;height:1.70605625rem;top:29.9248046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQZHvf214ltd3SqIOa47hSQfys5SeEGq { 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; } #GQZHvf214ltd3SqIOa47hSQfys5SeEGq > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BU1MPzeNGJS5JiNOQm72TJnxlb4eZtTs > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw8iGl7mu8eqaxDhm05PpUFTSUXuEwMZ { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1w3cbfE71iswyUIFKU4TOqfvUIGEgr { display:block; }
 }@media only screen and (max-width: 763px) { #oznzvlcggw0cPIi7JJWnOgbaKc2SEay9 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQzbiJLhcrttBLWVGkkTnPdJ4R3qwQPN { display:block; }
 }