.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:241,229,224;--color-primary-1:214,176,163;--color-primary-2:186,123,102;--color-primary-3:189,144,63;--color-primary-4:37,25,20;--color-secondary-0:222,248,232;--color-secondary-1:146,233,179;--color-secondary-2:37,211,102;--color-secondary-3:19,106,51;--color-secondary-4:6,32,15;--color-tertiary-0:255,255,255;--color-tertiary-1:247,246,244;--color-tertiary-2:148,148,146;--color-tertiary-3:89,89,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ba93;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; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container { background-color: transparent; background-image: none; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container > .video-iframe-container { display: none; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row > .video-iframe-container { display: none; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .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); }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container { border-width: 0; border-radius: 0; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#RvThe5BxvODk6v9OoedBrNJElXG629KM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5625rem;left:51.5625rem;display:block; }
#pxTgrh8S2y0C3NvWiTTXIZoCDNqLHS2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7P0tyab1XfLKC9ifnQeBXMUP6Ho1iLG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.3125rem;left:52.25rem; }
#RNNwJKalOKGJBI3VQpUvcllwP7OJn6MR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.125rem;left:11.4375rem;height:1.71875rem;font-style:normal;display:block; }
#RmhGfJ9O686Tam5GfPDm9r5XzTi8hP1E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1rem;left:47.9375rem; }
#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG { position:relative;display:none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG { border-width: 0; border-radius: 0; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .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; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .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; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container { background-color: transparent; background-image: none; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container > .video-iframe-container { display: none; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row > .video-iframe-container { display: none; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .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); }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container { border-width: 0; border-radius: 0; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#kyFkhw2XS2LJJZv6JqbreS1xAX4yfi8A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:34.8125rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#ID2kCp1N1an7QhWnl7R3qACTANqmi6os { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.875rem;left:0rem;display:block; }
#bS5359lhlifMqQweNTvJgk0oSXmzX9t9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kk0VL6oTbtePg2tUNRa3EXJGwBaGS4xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:44.625rem;left:0.6875rem; }
#es7nGGDuTwI0HmecgkasyW2ErRiGJNoC { box-sizing:content-box;height:53.125rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/55c2f357-3ef4-436f-a166-155fc110db4b/21copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.adaptive-delivery-prevent-bg, #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.lazyload, #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.lazyloading { background-image: none; }
#iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12 { box-sizing:content-box;height:53.125rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/56fed074-5c3e-4330-a4a7-1e3c6a69619d/08copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:53.0625rem;display:block; }#iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.adaptive-delivery-prevent-bg, #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.lazyload, #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.lazyloading { background-image: none; }
#xSbu58JyP9IDdqIVeNrTaR4PikeJMxku { box-sizing:content-box;height:53.125rem;width:29.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/292584e3-510f-4256-879d-60358ac1c4be/03copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:68.625rem;display:block; }#xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.adaptive-delivery-prevent-bg, #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.lazyload, #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.lazyloading { background-image: none; }
#FD153kIcn1LdO7aP0yrxNgUHsi8hqBLO { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:20.92578125rem;left:0rem;height:11.2734375rem;font-style:normal;display:block; }
#a5gJZJNnl7Df3zGfkM6S0rFuKTJzkHkn { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.875rem;left:13.25rem;display:block; }
#gK1dAJSCOiHdlPOB6UV4mF0yJ5B2RLgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FS8iW4wxp0zsVIcfxRv3wtUPe4WKbklL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:44.75rem;left:20.875rem;height:1.125rem;font-style:normal;display:block; }
#SMKDH53ushlcks8IJmhNenqqwR9BA3Jn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Z9OQG0ru9gKpwTaQPLr0FHn2qWDFEg2z { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:21.875rem;top:8.5rem;left:3.875rem;overflow:hidden;display:block; }
#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container { background-color: transparent; background-image: none; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container > .video-iframe-container { display: none; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row > .video-iframe-container { display: none; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .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); }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container { border-width: 0; border-radius: 0; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#VK8X5guO6hF5QG3TpJ1Q66Znc9GqwC9U { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:10rem;left:42.5rem;height:7.875rem;font-style:normal;display:block; }
#dzkwbcOSrdsf2wQxcXUawono4G0woXpC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.6875rem;left:42.5rem;height:15.1875rem;font-style:normal;display:block; }
#Bmwai94e5L2FAEBLVkF5IL9AXfCCVBs8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.875rem;left:42.5rem;display:block; }
#pz42TJ3szVFkG8TTGUgmpK6gwylvxfGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh { box-sizing:content-box;height:50rem;width:60.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d058d16f-6e0f-428b-ba83-bece4a7d606a/projeto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-23.0625rem;display:block; }#LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.adaptive-delivery-prevent-bg, #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.lazyload, #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.lazyloading { background-image: none; }
#LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.08); }#kEC5STcLTJadc2Ps6St8X1ir32cs629E { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.9375rem;left:42.75rem;height:1.125rem;font-style:normal;display:block; }
#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2da5a7fe-d2c9-41be-8a7b-45180088d5da/COLAGEMELIHU.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2.adaptive-delivery-prevent-bg, #xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2.lazyload, #xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2.lazyloading { background-image: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container { background-color: transparent; background-image: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container > .video-iframe-container { display: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row > .video-iframe-container { display: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .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); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container { border-width: 0; border-radius: 0; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2::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; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#gKqAXUm3KX616coTIn5ddThEqa30ntwf { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.625rem;left:55.625rem;display:block; }
#FLQmurBTvpV5H9aTfpfQ1oPLPT9DfndP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1xdQKhq5yspoODfJWcCHqaTVpHkDtqq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.75rem;left:7.0625rem;height:11.8125rem;font-style:normal;display:block; }
#e5cz1V7sqT8lVQ151fUX233vFZnboucr { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5625rem;left:7.0625rem;height:5.25rem;font-style:normal;display:block; }
#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc { position:relative;display:block; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc { background-color: transparent; background-image: none; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row .container > .video-iframe-container { display: none; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row > .video-iframe-container { display: none; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .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); }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc { border-width: 0; border-radius: 0; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .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; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .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:31.125rem;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; }#woUlVyMl237oaPwipm6M1MI94t4MQ80M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#ITPw57FznRITeuksxxFWZ58JSu8XPCUs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.1875rem;left:0rem; }
#aMlvyGyiQmAGCLNeTTgyPcPP7yiHr3hZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:18.75rem;height:3.375rem;font-style:normal;display:block; }
#LQJSEMhOAnMrfhJu7yES3TiwopvzPLFo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.1875rem;left:18.75rem; }
#DoUIMDsS6KAa2tUT3NvB3O6HA5HkgluH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.9375rem;left:37.5rem;height:3.375rem;font-style:normal;display:block; }
#pU5dxOSQyo8t8hf6uS38qn8Ggn4GslBc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.1875rem;left:37.5rem; }
#e5N0XTPWseoHgHZVvdtJAuc1FfdZhuFF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:56.25rem;height:3.375rem;font-style:normal;display:block; }
#hQWZ9vym5kIZuEJZzO68Ay2JqDneyzcZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.1875rem;left:56.25rem; }
#TvTFah3dyql9Tu1s1xyJmFRsXmVy1bZq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#KTyVgLJWLbB2ITG6AdFATpRr3QpbXRQl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:18.75rem;height:8.4375rem;font-style:normal;display:block; }
#KxDiaiG7wFTwbdw9zfJSsTf24amoLIOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.3125rem;left:37.5rem;height:8.4375rem;font-style:normal;display:block; }
#HF91DuEqUoe9PXgDmKPpPTGqekQiixHn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.3125rem;left:56.25rem;height:8.4375rem;font-style:normal;display:block; }
#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/729faa70-801f-4219-af55-ec396cedcdb5/5copiar15copiar.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; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5.adaptive-delivery-prevent-bg, #nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5.lazyload, #nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5.lazyloading { background-image: none; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container { background-color: transparent; background-image: none; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container > .video-iframe-container { display: none; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row > .video-iframe-container { display: none; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .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); }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container { border-width: 0; border-radius: 0; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd { position:relative;display:block; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd { background-color: transparent; background-image: none; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row .container > .video-iframe-container { display: none; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row > .video-iframe-container { display: none; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .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); }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd { border-width: 0; border-radius: 0; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .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; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .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:39.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; }#zMB8qAOMgC73L4GINWo4BKvCGG7brrV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.4375rem;left:22.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2BlEDmB5sLqXPh22gREZd4E7ef2W2HS { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.5625rem;left:17.25rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMSXUEoXBVIInZaMU2THI3ZNnsAU0uwa { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.375rem;left:27.625rem;display:block; }
#Qr98da59XyuqBCyIz0CCTG45sAFnmhBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kc6K4bpEthBBmhshqgd3Dy4M6KB5nJZH { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.375rem;left:40.875rem;display:block; }
#wHLQTAlc25aJiTavyOWaPL4PXoyDJuow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTp0hpqGX2VokMNuTxXQ3sPvmgIE84Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:28.125rem;left:28.3125rem; }
#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX { position:relative;display:block; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX { background-color: transparent; background-image: none; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row .container > .video-iframe-container { display: none; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row > .video-iframe-container { display: none; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .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); }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX { border-width: 0; border-radius: 0; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .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; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .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:82.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i { box-sizing:content-box;height:27.375rem;width:19.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fecd0f8d-a427-4a60-85bd-5466ed9285e5/03copiar2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i.adaptive-delivery-prevent-bg, #TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i.lazyload, #TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i.lazyloading { background-image: none; }
#wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn { box-sizing:content-box;height:27.375rem;width:19.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/448129eb-c707-4e5a-9f56-ffbc3f63905d/laiscosta141copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:19.9375rem;display:block; }#wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.adaptive-delivery-prevent-bg, #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.lazyload, #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.lazyloading { background-image: none; }
#wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE { box-sizing:content-box;height:27.375rem;width:35.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fdaf706a-97ae-456d-9b1d-2a59663d183d/IMG2of37copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:39.875rem;display:block; }#wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE.adaptive-delivery-prevent-bg, #wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE.lazyload, #wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE.lazyloading { background-image: none; }
#K8swalSaWaIkbT3mVPSTXyMRGS93XMcS { box-sizing:content-box;height:27.375rem;width:35.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f7c8051b-b3b1-4727-bb8d-ff3f78c9ec33/21copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:0rem;display:block; }#K8swalSaWaIkbT3mVPSTXyMRGS93XMcS.adaptive-delivery-prevent-bg, #K8swalSaWaIkbT3mVPSTXyMRGS93XMcS.lazyload, #K8swalSaWaIkbT3mVPSTXyMRGS93XMcS.lazyloading { background-image: none; }
#ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM { box-sizing:content-box;height:27.375rem;width:39.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba353229-398f-473f-9fa9-240b850c4288/6copiar7copiar.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:35.375rem;display:block; }#ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM.adaptive-delivery-prevent-bg, #ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM.lazyload, #ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM.lazyloading { background-image: none; }
#QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5 { box-sizing:content-box;height:27.375rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fae8dd58-eda3-4e9d-b614-a54884ce17ad/03copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.125rem;left:0rem;display:block; }#QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5.adaptive-delivery-prevent-bg, #QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5.lazyload, #QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5.lazyloading { background-image: none; }
#BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF { box-sizing:content-box;height:27.375rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/729faa70-801f-4219-af55-ec396cedcdb5/5copiar15copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.125rem;left:50.625rem;display:block; }#BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF.adaptive-delivery-prevent-bg, #BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF.lazyload, #BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF.lazyloading { background-image: none; }
#FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC { box-sizing:content-box;height:27.375rem;width:25.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/89759e9a-ca11-49c6-ad4c-0ccdc097aa8a/29copiar1copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.125rem;left:24.625rem;display:block; }#FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC.adaptive-delivery-prevent-bg, #FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC.lazyload, #FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC.lazyloading { background-image: none; }
#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI { position:relative;display:block; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI { background-color: transparent; background-image: none; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row .container > .video-iframe-container { display: none; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row > .video-iframe-container { display: none; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .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); }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI { border-width: 0; border-radius: 0; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .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; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .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:41.875rem;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; }#rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD { box-sizing:content-box;height:31.4375rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5145caf0-6773-48e4-9256-d5c8e75fa674/fernando.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:0rem;display:block; }#rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD.adaptive-delivery-prevent-bg, #rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD.lazyload, #rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD.lazyloading { background-image: none; }
#UItGzk8BmJ1vTTtavV10pVB0LWAtqsJo { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.375rem;left:37.25rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJDTiZSSVec8Kc5JwqWkUWT2xzX60LGn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.625rem;left:37.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVOqu5HZbFue4o689ephC1AyabxTZ0r7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.8125rem;left:37.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0eVcyE0NvhxDoUetHSxrNSJNoxfn9aG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:33.875rem;left:37.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4e7PLObNtK4DEv3RFArAnA17ckz5F2N { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:33.875rem;left:49.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6XyOnsyEzamIy4glNhL1HlkpyJVCS7r { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:30.875rem;left:49.375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2uvCyiU7qZSOL0Ri9IXG8z8GWMuwIc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.625rem;left:50rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCl0T6mPyNy7UNnTpiGd0o8WVHr40WJT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.875rem;left:62.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKURHKT4M6ITxLKMVfW6srTIXl6kz6fQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.8125rem;left:62.75rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpGTiVdiUTII2ZMTRd7SOFSTciDq43Hq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.625rem;left:63rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOqCH0RZUF9BTyxHhbLql6vw71ZICXFQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.5625rem;left:39.375rem; }
#kgFsRs1f3I0BGHVMnauSPK9B4ICZ3tpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.5625rem;left:52.125rem; }
#VEwu5JkdToSFaOK4CgF4vtV7kSOm3QDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25.5625rem;left:65.125rem; }
#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container { background-color: transparent; background-image: none; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container > .video-iframe-container { display: none; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row > .video-iframe-container { display: none; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .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); }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container { border-width: 0; border-radius: 0; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.75rem;left:72.6875rem; }
#rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#puw3hpAFpDep7poII8w808f7iLrTK4qM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.75rem;left:51.25rem;display:block; }
#cThvSfkT1BIxWZ6CKZBUCsVeQI1rX0U6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDR4yLVXGsRzkQOHOHTiRCRcTi2MeZi2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.125rem;left:53.46875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vgQdvgWedchcebMLZ8FMiEsiUR9PGv5v { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:16.4375rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#DzOrg3IKVTww5rutyAZM9buoNNKZ479p { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7578125rem;left:22.5rem;height:5.1181625rem;font-style:normal;display:block; }
#uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk { position:relative;display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk > .row .container { position:relative;display:block; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP { background-color: transparent; background-image: none; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row .container > .video-iframe-container { display: none; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row > .video-iframe-container { display: none; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .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); }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP { border-width: 0; border-radius: 0; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .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; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#VwJSez2kBEKhSiTUHN2ZizvmuKn2wmfg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#U0vneRVDqcdhts9slRMaf5vsdZd2npsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgQ6CEl1ImIK5Frv0VaLOI7ol1fIw19l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#JzDoQoZGzDwaOeh6ux8CpxoTEMpKVevg { 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) { #Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA { display:block; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvThe5BxvODk6v9OoedBrNJElXG629KM { width:12.0625rem;height:2.875rem;top:0.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxTgrh8S2y0C3NvWiTTXIZoCDNqLHS2v { display:block; }
 }@media only screen and (max-width: 763px) { #f7P0tyab1XfLKC9ifnQeBXMUP6Ho1iLG { width:1.4375rem;height:1.4375rem;top:1.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNNwJKalOKGJBI3VQpUvcllwP7OJn6MR { width:35.8125rem;height:1.6875rem;top:1.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmhGfJ9O686Tam5GfPDm9r5XzTi8hP1E { width:2rem;height:2rem;top:1rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L73eB1IMGsEi8FGbWcrcFDguQTeouoJG { display:none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh { display:block; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyFkhw2XS2LJJZv6JqbreS1xAX4yfi8A { width:24.4375rem;height:4.5rem;top:34.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID2kCp1N1an7QhWnl7R3qACTANqmi6os { width:12.4375rem;height:2.875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5359lhlifMqQweNTvJgk0oSXmzX9t9 { display:block; }
 }@media only screen and (max-width: 763px) { #Kk0VL6oTbtePg2tUNRa3EXJGwBaGS4xa { width:1.4375rem;height:1.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC { width:15.625rem;height:53.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12 { width:15.625rem;height:53.125rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku { width:29.25rem;height:53.125rem;top:0rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD153kIcn1LdO7aP0yrxNgUHsi8hqBLO { width:29.875rem;height:5.7744125rem;top:20.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gJZJNnl7Df3zGfkM6S0rFuKTJzkHkn { width:6.5rem;height:2.875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1dAJSCOiHdlPOB6UV4mF0yJ5B2RLgm { display:block; }
 }@media only screen and (max-width: 763px) { #FS8iW4wxp0zsVIcfxRv3wtUPe4WKbklL { width:15.125rem;height:0.9375rem;top:44.75rem;left:7.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMKDH53ushlcks8IJmhNenqqwR9BA3Jn { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9OQG0ru9gKpwTaQPLr0FHn2qWDFEg2z { width:21.875rem;height:8.4375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 { display:block; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK8X5guO6hF5QG3TpJ1Q66Znc9GqwC9U { width:29.125rem;height:6.07324375rem;top:10rem;left:18.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkwbcOSrdsf2wQxcXUawono4G0woXpC { width:30.9375rem;height:15.1875rem;top:20.6875rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmwai94e5L2FAEBLVkF5IL9AXfCCVBs8 { width:12.4375rem;height:2.875rem;top:38.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz42TJ3szVFkG8TTGUgmpK6gwylvxfGe { display:block; }
 }@media only screen and (max-width: 763px) { #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh { width:47.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEC5STcLTJadc2Ps6St8X1ir32cs629E { width:28.625rem;height:0.9375rem;top:7.9375rem;left:19.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 { display:block; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKqAXUm3KX616coTIn5ddThEqa30ntwf { width:12.4375rem;height:2.875rem;top:23.625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQmurBTvpV5H9aTfpfQ1oPLPT9DfndP { display:block; }
 }@media only screen and (max-width: 763px) { #s1xdQKhq5yspoODfJWcCHqaTVpHkDtqq { width:36.75rem;height:9rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5cz1V7sqT8lVQ151fUX233vFZnboucr { width:41.5rem;height:3.75rem;top:6.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc { display:block; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woUlVyMl237oaPwipm6M1MI94t4MQ80M { width:11.5625rem;height:3rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPw57FznRITeuksxxFWZ58JSu8XPCUs { width:2.5rem;height:2.5rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlvyGyiQmAGCLNeTTgyPcPP7yiHr3hZ { width:10.5rem;height:3rem;top:10.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJSEMhOAnMrfhJu7yES3TiwopvzPLFo { width:2.5rem;height:2.5rem;top:7.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoUIMDsS6KAa2tUT3NvB3O6HA5HkgluH { width:10.6875rem;height:3rem;top:10.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU5dxOSQyo8t8hf6uS38qn8Ggn4GslBc { width:2.5rem;height:2.5rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5N0XTPWseoHgHZVvdtJAuc1FfdZhuFF { width:14.3125rem;height:3rem;top:10.9375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQWZ9vym5kIZuEJZzO68Ay2JqDneyzcZ { width:2.5rem;height:2.5rem;top:7.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTFah3dyql9Tu1s1xyJmFRsXmVy1bZq { width:17.375rem;height:6rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyVgLJWLbB2ITG6AdFATpRr3QpbXRQl { width:16.5625rem;height:7.5rem;top:15.3125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxDiaiG7wFTwbdw9zfJSsTf24amoLIOZ { width:16.8125rem;height:6rem;top:15.3125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF91DuEqUoe9PXgDmKPpPTGqekQiixHn { width:16.3125rem;height:7.5rem;top:15.3125rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 { display:block; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd { display:block; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMB8qAOMgC73L4GINWo4BKvCGG7brrV1 { width:29.125rem;height:4.19921875rem;top:5.4375rem;left:9.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2BlEDmB5sLqXPh22gREZd4E7ef2W2HS { width:40.5625rem;height:8.4375rem;top:13.5625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSXUEoXBVIInZaMU2THI3ZNnsAU0uwa { width:12.4375rem;height:2.875rem;top:27.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr98da59XyuqBCyIz0CCTG45sAFnmhBG { display:block; }
 }@media only screen and (max-width: 763px) { #kc6K4bpEthBBmhshqgd3Dy4M6KB5nJZH { width:6.5rem;height:2.875rem;top:27.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLQTAlc25aJiTavyOWaPL4PXoyDJuow { display:block; }
 }@media only screen and (max-width: 763px) { #UTp0hpqGX2VokMNuTxXQ3sPvmgIE84Th { width:1.4375rem;height:1.4375rem;top:28.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX { display:block; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i { width:19.75rem;height:27.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn { width:19.75rem;height:27.375rem;top:0rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE { width:35.1875rem;height:27.375rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8swalSaWaIkbT3mVPSTXyMRGS93XMcS { width:35.1875rem;height:27.375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM { width:39.6875rem;height:27.375rem;top:27.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5 { width:24.375rem;height:27.375rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF { width:24.375rem;height:27.375rem;top:55.125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC { width:25.75rem;height:27.375rem;top:55.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmCTQIR9055OLq3GTy5xBNmegI3IUVI { display:block; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD { width:31.6875rem;height:31.4375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItGzk8BmJ1vTTtavV10pVB0LWAtqsJo { width:35.125rem;height:9.84375rem;top:8.375rem;left:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJDTiZSSVec8Kc5JwqWkUWT2xzX60LGn { width:6.8125rem;height:1.21875rem;top:29.625rem;left:23.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOqu5HZbFue4o689ephC1AyabxTZ0r7 { width:6.8125rem;height:2.76171875rem;top:30.8125rem;left:23.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0eVcyE0NvhxDoUetHSxrNSJNoxfn9aG { width:6.8125rem;height:2.4375rem;top:33.875rem;left:23.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4e7PLObNtK4DEv3RFArAnA17ckz5F2N { width:7.125rem;height:2.4375rem;top:33.875rem;left:36.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XyOnsyEzamIy4glNhL1HlkpyJVCS7r { width:8.0625rem;height:2.76171875rem;top:30.875rem;left:35.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uvCyiU7qZSOL0Ri9IXG8z8GWMuwIc8 { width:6.8125rem;height:1.21875rem;top:29.625rem;left:36.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCl0T6mPyNy7UNnTpiGd0o8WVHr40WJT { width:8.5625rem;height:2.4375rem;top:33.875rem;left:39.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKURHKT4M6ITxLKMVfW6srTIXl6kz6fQ { width:7.3125rem;height:2.76171875rem;top:30.8125rem;left:40.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpGTiVdiUTII2ZMTRd7SOFSTciDq43Hq { width:6.8125rem;height:1.21875rem;top:29.625rem;left:40.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOqCH0RZUF9BTyxHhbLql6vw71ZICXFQ { width:2.625rem;height:2.625rem;top:25.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgFsRs1f3I0BGHVMnauSPK9B4ICZ3tpQ { width:2.625rem;height:2.625rem;top:25.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEwu5JkdToSFaOK4CgF4vtV7kSOm3QDe { width:2.625rem;height:2.625rem;top:25.5625rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV { display:block; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m { width:2.3125rem;height:2.3125rem;top:6.75rem;left:45.4375rem;display:block; }
#rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #puw3hpAFpDep7poII8w808f7iLrTK4qM { width:12.4375rem;height:2.625rem;top:6.75rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThvSfkT1BIxWZ6CKZBUCsVeQI1rX0U6 { display:block; }
 }@media only screen and (max-width: 763px) { #LDR4yLVXGsRzkQOHOHTiRCRcTi2MeZi2 { width:8rem;height:1.5rem;top:10.125rem;left:39.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgQdvgWedchcebMLZ8FMiEsiUR9PGv5v { width:16.4375rem;height:6.625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzOrg3IKVTww5rutyAZM9buoNNKZ479p { width:21rem;height:4.142575rem;top:6.75rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP { display:block; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwJSez2kBEKhSiTUHN2ZizvmuKn2wmfg { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vneRVDqcdhts9slRMaf5vsdZd2npsR { display:block; }
 }@media only screen and (max-width: 763px) { #JgQ6CEl1ImIK5Frv0VaLOI7ol1fIw19l { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDoQoZGzDwaOeh6ux8CpxoTEMpKVevg { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA { display:block; }#Sw7rPnX8fQl9wgPWBZX1bD9UEbGIoBiA > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvThe5BxvODk6v9OoedBrNJElXG629KM { width:6.4375rem;height:2.125rem;top:1rem;left:13.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxTgrh8S2y0C3NvWiTTXIZoCDNqLHS2v { display:block; }
 }@media only screen and (max-width: 763px) { #f7P0tyab1XfLKC9ifnQeBXMUP6Ho1iLG { display:flex;width:1.4375rem;height:1.4375rem;top:9.40625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNNwJKalOKGJBI3VQpUvcllwP7OJn6MR { width:12.9375rem;height:2.0625rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmhGfJ9O686Tam5GfPDm9r5XzTi8hP1E { display:flex;width:1.5rem;height:1.5rem;top:1.5rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #L73eB1IMGsEi8FGbWcrcFDguQTeouoJG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5145caf0-6773-48e4-9256-d5c8e75fa674/fernando.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG.adaptive-delivery-prevent-bg, #L73eB1IMGsEi8FGbWcrcFDguQTeouoJG.lazyload, #L73eB1IMGsEi8FGbWcrcFDguQTeouoJG.lazyloading { background-image: none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container { background-color: transparent; background-image: none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container > .video-iframe-container { display: none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row > .video-iframe-container { display: none; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .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); }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container { border-width: 0; border-radius: 0; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L73eB1IMGsEi8FGbWcrcFDguQTeouoJG > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh { display:block; }#WKdqTPTRSCfSPUM3kRmU4kPxhL7ghnmh > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyFkhw2XS2LJJZv6JqbreS1xAX4yfi8A { width:19.9375rem;height:4.5rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ID2kCp1N1an7QhWnl7R3qACTANqmi6os { width:13rem;height:2.875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5359lhlifMqQweNTvJgk0oSXmzX9t9 { display:block; }
 }@media only screen and (max-width: 763px) { #Kk0VL6oTbtePg2tUNRa3EXJGwBaGS4xa { display:flex;width:1.4375rem;height:1.4375rem;top:27.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC { width:9.9375rem;height:13.4375rem;top:35.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/55c2f357-3ef4-436f-a166-155fc110db4b/21copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.adaptive-delivery-prevent-bg, #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.lazyload, #es7nGGDuTwI0HmecgkasyW2ErRiGJNoC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12 { width:10.0625rem;height:13.4375rem;top:35.4375rem;left:9.9375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/56fed074-5c3e-4330-a4a7-1e3c6a69619d/08copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.adaptive-delivery-prevent-bg, #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.lazyload, #iVLKOFwMvmgMqyauoBTHiHxDs7JpUo12.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku { width:20rem;height:21rem;top:43.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/292584e3-510f-4256-879d-60358ac1c4be/03copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14997;display:block; }#xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.adaptive-delivery-prevent-bg, #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.lazyload, #xSbu58JyP9IDdqIVeNrTaR4PikeJMxku.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FD153kIcn1LdO7aP0yrxNgUHsi8hqBLO { width:20rem;height:7.69925rem;top:10.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5gJZJNnl7Df3zGfkM6S0rFuKTJzkHkn { width:6rem;height:2.875rem;top:27.25rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1dAJSCOiHdlPOB6UV4mF0yJ5B2RLgm { display:block; }
 }@media only screen and (max-width: 763px) { #FS8iW4wxp0zsVIcfxRv3wtUPe4WKbklL { width:12.3125rem;height:0.75rem;top:31.3125rem;left:3.84375rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMKDH53ushlcks8IJmhNenqqwR9BA3Jn { top:14.125rem;left:0rem;width:13rem;height:0.75rem;z-index:14998;background-color:#f7f6f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OQG0ru9gKpwTaQPLr0FHn2qWDFEg2z { width:14.5rem;height:5.375rem;top:1.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 { display:block; }#yTBhlpeNK7VFZGoxaNQsrTia2c6FNix7 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK8X5guO6hF5QG3TpJ1Q66Znc9GqwC9U { width:20rem;height:6.07324375rem;top:6.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkwbcOSrdsf2wQxcXUawono4G0woXpC { width:20rem;height:16.5rem;top:33.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmwai94e5L2FAEBLVkF5IL9AXfCCVBs8 { width:12.4375rem;height:2.875rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz42TJ3szVFkG8TTGUgmpK6gwylvxfGe { display:block; }
 }@media only screen and (max-width: 763px) { #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh { width:20rem;height:13.625rem;top:15.625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d058d16f-6e0f-428b-ba83-bece4a7d606a/projeto.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.adaptive-delivery-prevent-bg, #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.lazyload, #LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh.lazyloading { background-image: none; }
#LvVdBEA7TwcbswHpCdE16oRORE7Gfbuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); } }@media only screen and (max-width: 763px) { #kEC5STcLTJadc2Ps6St8X1ir32cs629E { width:20rem;height:0.9375rem;top:4.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 { display:block; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 { background-color: transparent; background-image: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container > .video-iframe-container { display: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row > .video-iframe-container { display: none; }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .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); }#xRQiNcmT3EAZkNIlp6nKTz630S9BDDP2 > .row .container { width:20rem;height:39.3125rem;background-color:rgba(255,255,255,0.86);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKqAXUm3KX616coTIn5ddThEqa30ntwf { width:12.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQmurBTvpV5H9aTfpfQ1oPLPT9DfndP { display:block; }
 }@media only screen and (max-width: 763px) { #s1xdQKhq5yspoODfJWcCHqaTVpHkDtqq { width:20rem;height:16.5rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5cz1V7sqT8lVQ151fUX233vFZnboucr { width:16.75rem;height:7.5rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc { display:block; }#PlZ0ps4gG24Lx5u9emrnLCyQGDMMITEc > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woUlVyMl237oaPwipm6M1MI94t4MQ80M { width:11.1875rem;height:3rem;top:0rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPw57FznRITeuksxxFWZ58JSu8XPCUs { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aMlvyGyiQmAGCLNeTTgyPcPP7yiHr3hZ { width:9rem;height:3rem;top:11rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJSEMhOAnMrfhJu7yES3TiwopvzPLFo { display:flex;width:2.5rem;height:2.5rem;top:11.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DoUIMDsS6KAa2tUT3NvB3O6HA5HkgluH { width:8.4375rem;height:3rem;top:23.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU5dxOSQyo8t8hf6uS38qn8Ggn4GslBc { display:flex;width:2.5rem;height:2.5rem;top:23.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e5N0XTPWseoHgHZVvdtJAuc1FfdZhuFF { width:9.125rem;height:3rem;top:36.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQWZ9vym5kIZuEJZzO68Ay2JqDneyzcZ { display:flex;width:2.5rem;height:2.5rem;top:36.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvTFah3dyql9Tu1s1xyJmFRsXmVy1bZq { width:19.9375rem;height:4.5rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyVgLJWLbB2ITG6AdFATpRr3QpbXRQl { width:20rem;height:6rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxDiaiG7wFTwbdw9zfJSsTf24amoLIOZ { width:20rem;height:6rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF91DuEqUoe9PXgDmKPpPTGqekQiixHn { width:20rem;height:4.5rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 { display:block; }#nLKI0OqceaDUyriX7nJ4pmbWP57Zy7I5 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd { display:block; }#PtGmTGCZcxxgvio53i7ge2KQgz0SO8zd > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMB8qAOMgC73L4GINWo4BKvCGG7brrV1 { width:20rem;height:4.19921875rem;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2BlEDmB5sLqXPh22gREZd4E7ef2W2HS { width:19.375rem;height:12.65625rem;top:10.75rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSXUEoXBVIInZaMU2THI3ZNnsAU0uwa { width:12.4375rem;height:2.875rem;top:26rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr98da59XyuqBCyIz0CCTG45sAFnmhBG { display:block; }
 }@media only screen and (max-width: 763px) { #kc6K4bpEthBBmhshqgd3Dy4M6KB5nJZH { width:6.5rem;height:2.875rem;top:30.5625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLQTAlc25aJiTavyOWaPL4PXoyDJuow { display:block; }
 }@media only screen and (max-width: 763px) { #UTp0hpqGX2VokMNuTxXQ3sPvmgIE84Th { display:flex;width:1.4375rem;height:1.4375rem;top:26.75rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX { display:block; }#PpZaJVM6tKByfTtyobGU8pulkCOZ9pAX > .row .container { width:20rem;height:138.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJMQ6eL5JOAsiEgrx8UOwCtEWy1Qp99i { width:20rem;height:27.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn { width:20rem;height:24.5rem;top:27.5625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/448129eb-c707-4e5a-9f56-ffbc3f63905d/laiscosta141copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.adaptive-delivery-prevent-bg, #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.lazyload, #wL5IT4JKgWPws8XO4iNeq3JpTDnBAFSn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wDX0FBcAORHTrTCMBMCQC1ro4sgKXHeE { width:20rem;height:14.75rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8swalSaWaIkbT3mVPSTXyMRGS93XMcS { width:20rem;height:13.375rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2nF0cGdLWTrhziIEUP0syDxvJAGrEM { width:20rem;height:13.9375rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTpDJV5dafG96XJBB0ZNvOkUxlnKkcZ5 { width:20rem;height:14.3125rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO2Pv6eoc0RXTSTuBdUAyUJTvNKpfCBF { width:20rem;height:14.1875rem;top:122.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFBc7GOviTOu64TJ31R0SFuMzFtHDdC { width:20rem;height:13.375rem;top:109.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmCTQIR9055OLq3GTy5xBNmegI3IUVI { display:block; }#KsmCTQIR9055OLq3GTy5xBNmegI3IUVI > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc76WlTbZN2wcfNoI3ZihfBqpSLDsQCD { width:20rem;height:22.875rem;top:3.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItGzk8BmJ1vTTtavV10pVB0LWAtqsJo { width:18.4375rem;height:18.28125rem;top:28.662109375rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJDTiZSSVec8Kc5JwqWkUWT2xzX60LGn { width:6.8125rem;height:1.21875rem;top:53.625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOqu5HZbFue4o689ephC1AyabxTZ0r7 { width:6.8125rem;height:2.5996125rem;top:54.75rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0eVcyE0NvhxDoUetHSxrNSJNoxfn9aG { width:6.8125rem;height:2.4375rem;top:57.375rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4e7PLObNtK4DEv3RFArAnA17ckz5F2N { width:12.3125rem;height:1.21875rem;top:69.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XyOnsyEzamIy4glNhL1HlkpyJVCS7r { width:6.8125rem;height:2.5996125rem;top:66.75rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uvCyiU7qZSOL0Ri9IXG8z8GWMuwIc8 { width:6.8125rem;height:1.21875rem;top:65.5625rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCl0T6mPyNy7UNnTpiGd0o8WVHr40WJT { width:8.25rem;height:2.4375rem;top:57.375rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKURHKT4M6ITxLKMVfW6srTIXl6kz6fQ { width:7.3125rem;height:2.5996125rem;top:54.8125rem;left:10.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpGTiVdiUTII2ZMTRd7SOFSTciDq43Hq { width:6.8125rem;height:1.21875rem;top:53.625rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOqCH0RZUF9BTyxHhbLql6vw71ZICXFQ { display:flex;width:2.625rem;height:2.625rem;top:50.09375rem;left:3.46875rem; }
 }@media only screen and (max-width: 763px) { #kgFsRs1f3I0BGHVMnauSPK9B4ICZ3tpQ { display:flex;width:2.625rem;height:2.625rem;top:61.90625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #VEwu5JkdToSFaOK4CgF4vtV7kSOm3QDe { display:flex;width:2.625rem;height:2.625rem;top:50.09375rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV { display:block; }#imhxmguWJBKHKMAe9XlVr7JHKDcQbzKV > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m { display:flex;width:2.1875rem;height:2.1875rem;top:25.0625rem;left:8.875rem; }
#rf0yqD6W6RHANa2mTK3FIa6lgAKeS40m > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #puw3hpAFpDep7poII8w808f7iLrTK4qM { width:12.4375rem;height:2.875rem;top:17.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThvSfkT1BIxWZ6CKZBUCsVeQI1rX0U6 { display:block; }
 }@media only screen and (max-width: 763px) { #LDR4yLVXGsRzkQOHOHTiRCRcTi2MeZi2 { width:7.0625rem;height:1.5rem;top:22rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgQdvgWedchcebMLZ8FMiEsiUR9PGv5v { width:16.4375rem;height:6.625rem;top:2.75rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzOrg3IKVTww5rutyAZM9buoNNKZ479p { width:19.375rem;height:4.142575rem;top:11.5rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uZT0M8R8fGSr4Q2UBgRFbVRI39kN0rMk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xkPAI9Qad9mE2Hp5Ri05oQkBsVMGkTTP > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwJSez2kBEKhSiTUHN2ZizvmuKn2wmfg { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vneRVDqcdhts9slRMaf5vsdZd2npsR { display:block; }
 }@media only screen and (max-width: 763px) { #JgQ6CEl1ImIK5Frv0VaLOI7ol1fIw19l { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDoQoZGzDwaOeh6ux8CpxoTEMpKVevg { display:block; }
 }