.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:14px;font-family:arial;height:770px;width:1200px;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:671px;position:absolute;font-family:comfortaa;font-size:52px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:234px;left:0px;height:114.391px;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123px;width:163px;top:35px;left:56px;overflow:hidden;display:block; }
#fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { color:#ffffff;display:block;width:670px;position:absolute;font-family:comfortaa;font-size:27px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:185px;left:0px;height:29.6953px;font-style:normal;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:545px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:377px;left:0px;height:54.3906px;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:#43f256;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1f2f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:271px;height:60px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:502px;left:0px;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/b834abeb-32a2-45f0-be7d-ea775cdf2693/CapturadeTela20250328as112926.png");background-position:center left !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; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:14px;font-family:arial;height:640px;width:1200px;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:#1c1f2f;display:block;width:529px;position:absolute;font-family:comfortaa;font-size:28px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:47px;left:671px;height:30.7969px;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:#1c1f2f;display:block;width:531px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:109px;left:669px;height:462.1875px;font-style:normal;display:block; }
#a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { position:absolute;display:block;z-index:15013;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:230px;top:283px;left:397.5px;display:block; }
#xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { color:#ffffff;display:block;width:170px;position:absolute;font-family:comfortaa;font-size:43px;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:340px;left:431px;height:47.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { color:#ffffff;display:block;width:170px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:408px;left:431px;height:17.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:640px;width:600px;position:absolute;display:block;z-index:15003;background-color:#f7f4f2;background-image:none;top:0px;left:600px;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/2c49c55e-b3d7-45c6-b105-ffb3defcb704/CapturadeTela20250328as113416.png");background-position:center right !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; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { border-width: 0; border-radius: 0; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { font-size:14px;font-family:arial;height:560px;width:1200px;position:relative;display:block; }#eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { color:#1c1f2f;display:block;width:530px;position:absolute;font-family:comfortaa;font-size:28px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:90px;left:1px;height:30.7969px;font-style:normal;display:block; }
#UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { color:#1c1f2f;display:block;width:530px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:144px;left:1px;height:27.1953px;font-style:normal;display:block; }
#df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { position:absolute;display:block;z-index:15013;background-color:#1c1f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:230px;top:235px;left:454px;display:block; }
#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { color:#ffffff;display:block;width:184px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:264px;left:482px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:not(:first-child){ padding-top:2px;padding-right:0;padding-bottom:0;padding-left:0; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
#KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { color:#1c1f2f;display:block;width:281px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:245px;left:69px;height:54.3906px;font-style:normal;display:block; }
#JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(28,31,47,0.3);border-left:1px solid rgba(28,31,47,0.3);border-right:1px solid rgba(28,31,47,0.3);border-bottom:1px solid rgba(28,31,47,0.3);border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:52px;width:52px;top:245px;left:0px;display:block; }
#lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { color:#1c1f2f;display:block;width:16px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:259px;left:24px;height:27.1953px;font-style:normal;display:block; }
#Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { color:#1c1f2f;display:block;width:281px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:331.796875px;left:69px;height:54.3906px;font-style:normal;display:block; }
#g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(28,31,47,0.3);border-left:1px solid rgba(28,31,47,0.3);border-right:1px solid rgba(28,31,47,0.3);border-bottom:1px solid rgba(28,31,47,0.3);border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:52px;width:52px;top:332px;left:0px;display:block; }
#sxImpyTKTMReEDTRMc281CPFkPHQhPkS { color:#1c1f2f;display:block;width:16px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:346px;left:24px;height:27.1953px;font-style:normal;display:block; }
#lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { color:#1c1f2f;display:block;width:289px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:420px;left:69px;height:54.3906px;font-style:normal;display:block; }
#DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(28,31,47,0.3);border-left:1px solid rgba(28,31,47,0.3);border-right:1px solid rgba(28,31,47,0.3);border-bottom:1px solid rgba(28,31,47,0.3);border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: none;height:52px;width:52px;top:420px;left:0px;display:block; }
#zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { color:#1c1f2f;display:block;width:17px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:434px;left:23px;height:27.1953px;font-style:normal;display:block; }
#qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { box-sizing:content-box;height:560px;width:600px;position:absolute;display:block;z-index:15002;background-color:#f7f4f2;background-image:none;top:0px;left:0px;display:block; }
#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;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; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:79px;top:15px;left:37px;overflow:hidden;display:block; }
#cGksoxpvvyxyAXkU6meTJrGDfryi276S { color:rgba(28,31,47,0.7);display:block;width:383px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:27px;left:817px;height:17.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(28,31,47,0.7);display:block;width:383px;position:absolute;font-family:comfortaa;font-size:14px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:53px;left:817px;height:15.3984px;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:671px;height:114px;top:234px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:163px;height:123px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:670px;height:29px;top:185px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:545px;height:54px;top:377px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:271px;height:60px;top:502px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:529px;height:30px;top:47px;left:235px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:531px;height:462px;top:109px;left:233px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:230px;height:200px;top:283px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:170px;height:47px;top:340px;left:212px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:170px;height:17px;top:408px;left:212px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0px;left:164px;width:600px;height:640px;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:530px;height:30px;top:90px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:530px;height:27px;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:230px;height:200px;top:235px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:184px;height:;top:264px;left:198px;font-size:16px;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:281px;height:54px;top:245px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:52px;height:52px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:16px;height:27px;top:259px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:281px;height:54px;top:331px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:52px;height:52px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:16px;height:27px;top:346px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:289px;height:54px;top:420px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:52px;height:52px;top:420px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:17px;height:27px;top:434px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { top:0px;left:0px;width:600px;height:560px;display:block; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:79px;height:60px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:383px;height:17px;top:27px;left:381px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:383px;height:15px;top:53px;left:381px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e7f7be-3fd2-4240-92ca-b86bb5cc48fd/intro_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:320px;height:182.375px;top:166px;left:0px;font-size:38px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:102px;height:78px;top:22px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:320px;height:22px;top:127px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:289px;height:89.5938px;top:383px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:271px;height:60px;top:535px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/b834abeb-32a2-45f0-be7d-ea775cdf2693/CapturadeTela20250328as112926.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:320px;height:1359px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:320px;height:30.7969px;top:590.203125px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:320px;height:679.8826px;top:645px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:230px;height:150px;top:221px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xDAccgL4iHeUxuinENgfMcc78sQdw2O0 { width:161px;height:48.3984px;top:251px;left:80px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #zmcLnbP4TV8ArN6o8BRA4J6Oy247IPwm { width:149px;height:16.5px;top:319px;left:85.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:320px;height:640px;top:1002.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/2c49c55e-b3d7-45c6-b105-ffb3defcb704/CapturadeTela20250328as113416.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:320px;height:1043px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:320px;height:30.7969px;top:453px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:320px;height:54.3906px;top:517px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:230px;height:200px;top:807px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:184px;height:167.172px;top:836px;left:73px;font-size:16px;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:231px;height:54.3906px;top:585px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:52px;height:52px;top:585px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:16px;height:27.1953px;top:599px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:250px;height:81.5859px;top:666px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:52px;height:52px;top:666px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:16px;height:27.1953px;top:680px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:249px;height:48px;top:745px;left:71px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:52px;height:52px;top:745px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:17px;height:27.1953px;top:759px;left:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { width:320px;height:560px;top:885px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:320px;height:184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:93px;height:71px;top:16px;left:113.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:320px;height:15.3984px;top:103px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:320px;height:15.3984px;top:127px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }