.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191918;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { background-color: transparent; background-image: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container > .video-iframe-container { display: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row > .video-iframe-container { display: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .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); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { border-width: 0; border-radius: 0; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { font-size:0.875rem;font-family:poppins;height:5.4375rem;width:60rem;position:relative;display:block; }#mFKnCrB5i7X4WT3020BMuRmML7IVuSS1 { background-color:#ad512e;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:44.8125rem;display:block; }
#IBhlTAwysGbH5clnTB1dmrETchkknkfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaBxBI5EvtCikb2x5zHMDQHKGDgiVg6S { position:absolute;display:block;z-index:15003;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:5.4375rem;width:15.125rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:#191918;background-image:url("https://images.assets-landingi.com/uc/e85ea6dd-4566-42d3-9045-7a5ce8abe3c0/BANNERLandingi.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s.adaptive-delivery-prevent-bg, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyload, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyloading { background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { border-width: 0; border-radius: 0; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;overflow:visible;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:#fcf7f0;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:2.3125rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { color:#fcf7f0;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { background-color:#ad512e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.3125rem;left:2.3125rem;display:block; }
#elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.3125rem;top:1.75rem;left:1.21875rem;overflow:hidden;display:none; }
#kSqVtPGk4BsyoH9vSQOFdhHawQLr7TmK { position:absolute;display:block;z-index:15003;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:5.4375rem;width:15.125rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
#frMNZUEDI2QGkUfzp9d9QTKZBttstddn { color:#fcf7f0;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:23.125rem;left:3.9375rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skdcdBCGR4AxrupnnhpCwTFxGLE0Gsya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.4375rem;left:2.3125rem; }
#O9ftkMHVbghTzQu5ty837xiAF3CZOFLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.9375rem;left:2.3125rem; }
#XaAt3rv0Z8AuSL9M6usJmEWBISBTW1HX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.5rem;left:2.3125rem; }
#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { background-color: transparent; background-image: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { display: none; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .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); }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { border-width: 0; border-radius: 0; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:60rem;position:relative;display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { background-color: transparent; background-image: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .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); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { border-width: 0; border-radius: 0; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { color:#fcf7f0;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:10.9375rem;left:30.4375rem;height:19.5917875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eebcf1a0-347a-4819-8051-9aa66e14be5a/Gemini_Generated_Image_sv1zansv1zansv1z.crop_863x1081_0,0.png");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:40.9375rem;width:28.1875rem;top:0.8125rem;left:0.90625rem;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { color:#fcf7f0;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.625rem;left:30.4375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZ1Nqwa5giR957zXybT1wT88riEzKkfh { position:absolute;display:block;z-index:15021;background-color:#ad512e;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:0.0625rem;width:18.75rem;top:9.5625rem;left:30.4375rem;display:block; }
#EwIXUygDPTgZZ3GMPf2snpCtbqbRHuCD { background-color:#ad512e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.375rem;left:30rem;display:block; }
#BshcrhiN9qg7lM96XbukoAMAZmeZIkgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181818;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; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { background-color: transparent; background-image: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { display: none; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .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); }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { border-width: 0; border-radius: 0; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -moz-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -ms-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-image: -o-linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f56', endColorstr='#3f3f3f56' );";background-image: linear-gradient(268deg, rgba(63,63,63,0.34), rgba(63,63,63,0.34));background-size:auto !important;border-top:0.125rem solid rgba(202,202,202,0.08);border-left:0.125rem solid rgba(202,202,202,0.08);border-right:0.125rem solid rgba(202,202,202,0.08);border-bottom:0.125rem solid rgba(202,202,202,0.08);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.9375rem;width:38.3125rem;top:9rem;left:10.875rem;display:block; }
#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { color:#fcf7f0;display:block;width:31.8125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:11.4375rem;left:15rem;height:16.296875rem;font-style:normal;overflow:hidden;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
#NpMaT1Ugygg95n0a6qceacdeDrfZEZT7 { color:#fcf7f0;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:1.0625rem;left:12.1875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container { background-color: transparent; background-image: none; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container > .video-iframe-container { display: none; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row > .video-iframe-container { display: none; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .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); }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container { border-width: 0; border-radius: 0; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#qQUUUPUohNM6FQ5Ze0iRWGL0psDh6TFS { color:#fcf7f0;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:16.8125rem;left:3.0625rem;height:9.7959rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLROt0irx4Icgn4fKDDEEAeoLFZNf5x1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14f7637a-6985-41fc-a46d-7c1003c8abf2/Gemini_Generated_Image_xe6ytsxe6ytsxe6y.png");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:35.4375rem;width:28.1875rem;top:2.375rem;left:30.9375rem;display:block; }#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.adaptive-delivery-prevent-bg, #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.lazyload, #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.lazyloading { background-image: none; }
#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASRLFlwbq3CE0azTtMNXlL8qgVzhwfgQ { color:#fcf7f0;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:4rem;left:3.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2LKKV8guPAtSWMTk2UWuD1TDenLQLZS { position:absolute;display:block;z-index:15021;background-color:#ad512e;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:0.0625rem;width:18.75rem;top:15.4375rem;left:3.0625rem;display:block; }
#Nu7C7kOxiZmgcJas2dE5WC8DN8bCIL2R { background-color:#ad512e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.75rem;left:3.0625rem;display:block; }
#MqX2r6lRwNJDzpy9Dt2OoT3rJcOnnvlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0vvu5a3H17LUMWbTFNOBatzFfeiyyX4 { color:#fcf7f0;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:12rem;left:3.0625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container { background-color: transparent; background-image: none; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container > .video-iframe-container { display: none; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row > .video-iframe-container { display: none; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .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); }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container { border-width: 0; border-radius: 0; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#sOPArObmXQVFNnwlM50BhSQxEdybNDpP { color:#ffffff;display:block;width:46.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1kL1wbIu03VsyhpOrpmwLqouer6ZocW { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:4.3125rem;height:7.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qa6ea8d0eda744a48133185c3e7dcbc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72b6ac4f-5e7e-4db7-a231-6e2623382a3b/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Qa6ea8d0eda744a48133185c3e7dcbc3.adaptive-delivery-prevent-bg, #Qa6ea8d0eda744a48133185c3e7dcbc3.lazyload, #Qa6ea8d0eda744a48133185c3e7dcbc3.lazyloading { background-image: none; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container { background-color: transparent; background-image: none; }#Qa6ea8d0eda744a48133185c3e7dcbc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container > .video-iframe-container { display: none; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row > .video-iframe-container { display: none; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .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); }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container { border-width: 0; border-radius: 0; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Hd5313cdff5ac1d852272d74f8b4b0f9 { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125rem;left:9.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xbb34f8402a3b1574c6277af1db40c99 { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.1875rem;left:44.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e0f5eb5fa14682cb2bb4fd3c2d70f871 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container { background-color: transparent; background-image: none; }#e0f5eb5fa14682cb2bb4fd3c2d70f871::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container > .video-iframe-container { display: none; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row > .video-iframe-container { display: none; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .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); }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container { border-width: 0; border-radius: 0; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#d1e6f731670221d26ce8410835975af0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:52.5rem;overflow:hidden;display:none; }
#d917cdfd6912987629c509ee83c46469 { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:41.25rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W34ec9625acfcdc4a9db4c2bc0bfe52a { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84607dd0-f4dc-4b8a-9d93-eeb7aae320f7/RMCPrivateInternationalTaxPagina1.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.625rem;width:14.625rem;top:4.375rem;left:11.4375rem;display:block; }#W34ec9625acfcdc4a9db4c2bc0bfe52a.adaptive-delivery-prevent-bg, #W34ec9625acfcdc4a9db4c2bc0bfe52a.lazyload, #W34ec9625acfcdc4a9db4c2bc0bfe52a.lazyloading { background-image: none; }
#K70da78565ed177fc3dfb33aae03dd10 { position:absolute;display:block;z-index:15022;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:12.4375rem;width:30.0625rem;top:9.125rem;left:41.21875rem;overflow:hidden;display:block; }
#z5bb66d9fc9f2d9ce4e3d048c89c0cbf { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:27.25rem;left:7.3125rem;height:14.168rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd188216b34bdac0dc56da2d2ba54473 { position:absolute;display:block;z-index:15014;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:0.1875rem solid #191918;border-left:0.1875rem solid #191918;border-right:0.1875rem solid #191918;border-bottom:0.1875rem solid #191918;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.9375rem;top:3.25rem;left:9.375rem;display:block; }
#Ebb9c830bca2cca49d42c25f5b2b6c98 { position:absolute;display:block;z-index:15013;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:0.1875rem solid #191918;border-left:0.1875rem solid #191918;border-right:0.1875rem solid #191918;border-bottom:0.1875rem solid #191918;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5rem;top:2.375rem;left:62.5rem;display:block; }
#i074f2f14296b7e56f987519827731d5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:3.6875rem;width:3.75rem;top:3.6875rem;left:61rem;display:block; }
#d0bb172381506bd274ba3fbe1d4e843c { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:41.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q95832a9b7c513c4740dfabad6f5016c { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:43.5rem;height:15.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8b929c7593ba1f1ff7bd7aa68ce922c { color:#191918;display:block;width:37.5rem;position:absolute;font-family:quicksand;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6b383a5a9b6e3e97fff6abad76a3447 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container { background-color: transparent; background-image: none; }#w6b383a5a9b6e3e97fff6abad76a3447::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container > .video-iframe-container { display: none; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6b383a5a9b6e3e97fff6abad76a3447 > .row > .video-iframe-container { display: none; }#w6b383a5a9b6e3e97fff6abad76a3447 > .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); }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container { border-width: 0; border-radius: 0; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#Ka1d2cf761aba32e634b0b3fbd40560b { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:52.5rem;overflow:hidden;display:none; }
#E142ac07b3fa9d5595958b306f5a069e { color:#191918;display:block;width:22.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7.375rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdc3ca24cdd4cc716f6a061a3cb40b66 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce2e528b-36c2-4195-8724-fcf208be001d/baixar2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:14.4375rem;width:21.75rem;top:2.25rem;left:7.4375rem;display:block; }#cdc3ca24cdd4cc716f6a061a3cb40b66.adaptive-delivery-prevent-bg, #cdc3ca24cdd4cc716f6a061a3cb40b66.lazyload, #cdc3ca24cdd4cc716f6a061a3cb40b66.lazyloading { background-image: none; }
#F7a2400496821f8c953065616194ebef { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d04dff80-2354-4949-a0a5-e2c24f6a0526/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:25.5625rem;width:13.75rem;top:1.9619140625rem;left:49.375rem;display:block; }#F7a2400496821f8c953065616194ebef.adaptive-delivery-prevent-bg, #F7a2400496821f8c953065616194ebef.lazyload, #F7a2400496821f8c953065616194ebef.lazyloading { background-image: none; }
#f45579455e5992ae702b44288e850294 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef7a9974-5d78-4430-a03a-9a7f82918d94/iPhone12PROwwwbloomberglineacombr2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:59.8125rem;display:block; }#f45579455e5992ae702b44288e850294.adaptive-delivery-prevent-bg, #f45579455e5992ae702b44288e850294.lazyload, #f45579455e5992ae702b44288e850294.lazyloading { background-image: none; }
#G6e36af7847927e2c87f2a2de3717720 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7362875d-b4db-4824-b30b-7b0429c4e7ad/iPhone12PROvejaabrilcombr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:42rem;display:block; }#G6e36af7847927e2c87f2a2de3717720.adaptive-delivery-prevent-bg, #G6e36af7847927e2c87f2a2de3717720.lazyload, #G6e36af7847927e2c87f2a2de3717720.lazyloading { background-image: none; }
#e73e91866cbe112fc13565ee1f1f561e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#e73e91866cbe112fc13565ee1f1f561e.adaptive-delivery-prevent-bg, #e73e91866cbe112fc13565ee1f1f561e.lazyload, #e73e91866cbe112fc13565ee1f1f561e.lazyloading { background-image: none; }#e73e91866cbe112fc13565ee1f1f561e > .row .container { background-color: transparent; background-image: none; }#e73e91866cbe112fc13565ee1f1f561e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e73e91866cbe112fc13565ee1f1f561e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e73e91866cbe112fc13565ee1f1f561e > .row .container > .video-iframe-container { display: none; }#e73e91866cbe112fc13565ee1f1f561e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e73e91866cbe112fc13565ee1f1f561e > .row > .video-iframe-container { display: none; }#e73e91866cbe112fc13565ee1f1f561e > .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); }#e73e91866cbe112fc13565ee1f1f561e > .row .container { border-width: 0; border-radius: 0; }#e73e91866cbe112fc13565ee1f1f561e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e73e91866cbe112fc13565ee1f1f561e > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -moz-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -ms-linear-gradient(268deg, #1c1c1b, #080e12);background-image: -o-linear-gradient(268deg, #1c1c1b, #080e12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1b', endColorstr='#080e12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1b', endColorstr='#080e12' );";background-image: linear-gradient(268deg, #1c1c1b, #080e12);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; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { background-color: transparent; background-image: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .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); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { border-width: 0; border-radius: 0; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:1.25rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { position:absolute;display:block;z-index:15004;background-color:rgba(57,25,17,0.28);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(57,25,17,0.66);border-left:0.125rem solid rgba(57,25,17,0.66);border-right:0.125rem solid rgba(57,25,17,0.66);border-bottom:0.125rem solid rgba(57,25,17,0.66);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:25.4375rem;width:23.4375rem;top:5.75rem;left:33.0625rem;display:block; }
#PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { color:#fcf7f0;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.3125rem;left:33.125rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-form-header { font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:19.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:3.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ad512e, #ad512e);background-image: -moz-linear-gradient(top, #ad512e, #ad512e);background-image: -ms-linear-gradient(top, #ad512e, #ad512e);background-image: -o-linear-gradient(top, #ad512e, #ad512e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad512e', endColorstr='#ad512e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad512e', endColorstr='#ad512e' );";background-image: linear-gradient(to bottom, #ad512e, #ad512e);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:19.125rem;height:3.3125rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container:first-of-type{padding-top:0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-container:last-of-type{padding-bottom:0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34rem;top:12.3125rem;z-index:15004;position:absolute;font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34rem;top:12.3125rem;z-index:15004;position:absolute;font-size:0.875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { position:relative;display:none; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv { position:relative; }
#ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { position:relative;display:block; }
#xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { position:relative;display:block; }
#csouPe2TWwVZX4g1I7JDysA49k510k2w { position:relative;display:block; }
#dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { position:relative;display:block; }
#nNkNG7i6613npnlMOUkwiLUFfygSq6vh { position:relative;display:block; }
#su2Dui811xt3ffmkcX58zXLR469awtz2 { position:relative;display:block; }
#PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { position:relative;display:block; }
#CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { position:relative;display:block; }
#mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { position:relative;display:block; }
#SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { position:relative;display:block; }
#QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { position:relative;display:block; }
#PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { position:relative;display:block; }
#ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { position:relative;display:block; }
#MFosBf9FKoQQo5VHybTi2tGENZdsis2B { position:relative;display:block; }
#MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { position:relative;display:block; }
#e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { position:relative;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 { position:relative; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 { position:relative; }
#kONgOUQV1uFBSQ9CNp8ivSS4kVb20NZT { color:#fcf7f0;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:9.9375rem;left:4.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w3sg8r5cfAvGTzy7beVsD2R41vBGHpX8 { position:absolute;display:block;z-index:15025;background-color:#ad512e;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:0.0625rem;width:18.75rem;top:14.875rem;left:4.75rem;display:block; }
#gm73Ur76KvX1SeBx2SXnXQaT0NaF4Ils { color:#fcf7f0;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.25rem;left:4.75rem;height:11.19530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q060da5eea5817188c900b18e4bfa50f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#q060da5eea5817188c900b18e4bfa50f > .row .container { background-color: transparent; background-image: none; }#q060da5eea5817188c900b18e4bfa50f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q060da5eea5817188c900b18e4bfa50f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q060da5eea5817188c900b18e4bfa50f > .row .container > .video-iframe-container { display: none; }#q060da5eea5817188c900b18e4bfa50f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q060da5eea5817188c900b18e4bfa50f > .row > .video-iframe-container { display: none; }#q060da5eea5817188c900b18e4bfa50f > .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); }#q060da5eea5817188c900b18e4bfa50f > .row .container { border-width: 0; border-radius: 0; }#q060da5eea5817188c900b18e4bfa50f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q060da5eea5817188c900b18e4bfa50f > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#f21f628fcd6c5430757543a177726a34 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.75rem;top:0rem;left:8.25rem;overflow:hidden;display:block; }
#eb70554e72f5660b0ba7545442e0ad11 { color:rgba(255,255,255,0.77);display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.06640625rem;left:23.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 { display:block; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFKnCrB5i7X4WT3020BMuRmML7IVuSS1 { width:15.1875rem;height:2.6875rem;top:1.375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhlTAwysGbH5clnTB1dmrETchkknkfB { display:block; }
 }@media only screen and (max-width: 763px) { #IaBxBI5EvtCikb2x5zHMDQHKGDgiVg6S { width:15.125rem;height:5.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:29rem;height:7.3125rem;top:11.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:25.5625rem;height:2.5625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:20.9375rem;height:3.4375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { width:3.3125rem;height:1.25rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSqVtPGk4BsyoH9vSQOFdhHawQLr7TmK { width:15.125rem;height:5.4375rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #frMNZUEDI2QGkUfzp9d9QTKZBttstddn { width:22.8125rem;height:6.75rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skdcdBCGR4AxrupnnhpCwTFxGLE0Gsya { top:23.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ftkMHVbghTzQu5ty837xiAF3CZOFLA { top:26.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaAt3rv0Z8AuSL9M6usJmEWBISBTW1HX { top:28.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:28.1875rem;height:40.9375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:9.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwIXUygDPTgZZ3GMPf2snpCtbqbRHuCD { width:20.5625rem;height:3.4375rem;top:36.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshcrhiN9qg7lM96XbukoAMAZmeZIkgl { display:block; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { width:38.3125rem;height:20.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { width:31.8125rem;height:16.25rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #NpMaT1Ugygg95n0a6qceacdeDrfZEZT7 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm { display:block; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQUUUPUohNM6FQ5Ze0iRWGL0psDh6TFS { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLROt0irx4Icgn4fKDDEEAeoLFZNf5x1 { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe { width:28.1875rem;height:35.4375rem;top:2.375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRLFlwbq3CE0azTtMNXlL8qgVzhwfgQ { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LKKV8guPAtSWMTk2UWuD1TDenLQLZS { width:18.75rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7C7kOxiZmgcJas2dE5WC8DN8bCIL2R { width:21.4375rem;height:3.4375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqX2r6lRwNJDzpy9Dt2OoT3rJcOnnvlh { display:block; }
 }@media only screen and (max-width: 763px) { #l0vvu5a3H17LUMWbTFNOBatzFfeiyyX4 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi { display:block; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOPArObmXQVFNnwlM50BhSQxEdybNDpP { width:46.6875rem;height:7.5rem;top:2.625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kL1wbIu03VsyhpOrpmwLqouer6ZocW { width:47.75rem;height:7.75rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa6ea8d0eda744a48133185c3e7dcbc3 { display:block; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hd5313cdff5ac1d852272d74f8b4b0f9 { width:18.3125rem;height:2.625rem;top:23.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbb34f8402a3b1574c6277af1db40c99 { width:18.4375rem;height:2.625rem;top:23.1875rem;left:29.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0f5eb5fa14682cb2bb4fd3c2d70f871 { display:block; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1e6f731670221d26ce8410835975af0 { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d917cdfd6912987629c509ee83c46469 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34ec9625acfcdc4a9db4c2bc0bfe52a { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70da78565ed177fc3dfb33aae03dd10 { width:30.0625rem;height:12.4375rem;top:9.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5bb66d9fc9f2d9ce4e3d048c89c0cbf { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd188216b34bdac0dc56da2d2ba54473 { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebb9c830bca2cca49d42c25f5b2b6c98 { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i074f2f14296b7e56f987519827731d5 { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0bb172381506bd274ba3fbe1d4e843c { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #q95832a9b7c513c4740dfabad6f5016c { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8b929c7593ba1f1ff7bd7aa68ce922c { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6b383a5a9b6e3e97fff6abad76a3447 { display:block; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka1d2cf761aba32e634b0b3fbd40560b { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E142ac07b3fa9d5595958b306f5a069e { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc3ca24cdd4cc716f6a061a3cb40b66 { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7a2400496821f8c953065616194ebef { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45579455e5992ae702b44288e850294 { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6e36af7847927e2c87f2a2de3717720 { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e73e91866cbe112fc13565ee1f1f561e { display:block; }#e73e91866cbe112fc13565ee1f1f561e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:23.4375rem;height:25.4375rem;top:5.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:23.8125rem;height:3.4375rem;top:8.3125rem;left:23.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv {  }
 }@media only screen and (max-width: 763px) { #ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { display:block; }
 }@media only screen and (max-width: 763px) { #xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { display:block; }
 }@media only screen and (max-width: 763px) { #csouPe2TWwVZX4g1I7JDysA49k510k2w { display:block; }
 }@media only screen and (max-width: 763px) { #dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { display:block; }
 }@media only screen and (max-width: 763px) { #nNkNG7i6613npnlMOUkwiLUFfygSq6vh { display:block; }
 }@media only screen and (max-width: 763px) { #su2Dui811xt3ffmkcX58zXLR469awtz2 { display:block; }
 }@media only screen and (max-width: 763px) { #PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { display:block; }
 }@media only screen and (max-width: 763px) { #CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { display:block; }
 }@media only screen and (max-width: 763px) { #mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { display:block; }
 }@media only screen and (max-width: 763px) { #SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { display:block; }
 }@media only screen and (max-width: 763px) { #PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { display:block; }
 }@media only screen and (max-width: 763px) { #ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { display:block; }
 }@media only screen and (max-width: 763px) { #MFosBf9FKoQQo5VHybTi2tGENZdsis2B { display:block; }
 }@media only screen and (max-width: 763px) { #MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { display:block; }
 }@media only screen and (max-width: 763px) { #e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 {  }
 }@media only screen and (max-width: 763px) { #kONgOUQV1uFBSQ9CNp8ivSS4kVb20NZT { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sg8r5cfAvGTzy7beVsD2R41vBGHpX8 { width:18.75rem;height:0.0625rem;top:14.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm73Ur76KvX1SeBx2SXnXQaT0NaF4Ils { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #q060da5eea5817188c900b18e4bfa50f { display:block; }#q060da5eea5817188c900b18e4bfa50f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f21f628fcd6c5430757543a177726a34 { width:12.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb70554e72f5660b0ba7545442e0ad11 { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#1a1a1a;background-image:none;display:block; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { background-color: transparent; background-image: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container > .video-iframe-container { display: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row > .video-iframe-container { display: none; }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .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); }#vqzBWoyaBAVcAQZ4pfPWzVsGwk7utLq1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFKnCrB5i7X4WT3020BMuRmML7IVuSS1 { width:17.0625rem;height:2.3125rem;top:1.03125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhlTAwysGbH5clnTB1dmrETchkknkfB { display:block; }
 }@media only screen and (max-width: 763px) { #IaBxBI5EvtCikb2x5zHMDQHKGDgiVg6S { width:10.375rem;height:3.8125rem;top:4.59375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.6875rem;height:12.1875rem;top:10.4375rem;left:0.65625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:18.4375rem;height:3.8994125rem;top:26.3125rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:19rem;height:2.8125rem;top:38.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #LtgTe0Brbh1MIUI1oGS96dKRlXieZb3s { width:14.875rem;height:5.25rem;top:5.25rem;left:1.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kSqVtPGk4BsyoH9vSQOFdhHawQLr7TmK { width:10.375rem;height:3.8125rem;top:6.3125rem;left:6.9375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #frMNZUEDI2QGkUfzp9d9QTKZBttstddn { width:18rem;height:10.4980375rem;top:30.9375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #skdcdBCGR4AxrupnnhpCwTFxGLE0Gsya { display:flex;width:1rem;height:1rem;top:31.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #O9ftkMHVbghTzQu5ty837xiAF3CZOFLA { display:flex;width:0.9375rem;height:0.9375rem;top:33.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XaAt3rv0Z8AuSL9M6usJmEWBISBTW1HX { display:flex;width:0.9375rem;height:0.9375rem;top:35.6875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I { display:block; }#bNhiTsXrodehwTK6Etx7qGiSlBxW1A5I > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:18.4375rem;height:39.138725rem;top:33.9375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ { width:20rem;height:24.8125rem;top:7.88671875rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eebcf1a0-347a-4819-8051-9aa66e14be5a/Gemini_Generated_Image_sv1zansv1zansv1z.crop_863x1081_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.adaptive-delivery-prevent-bg, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyload, #RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ.lazyloading { background-image: none; }
#RSpM3fFwHk3t6eT40L4kDVIsPxTUn1pQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #GGFTAETOZIIcAsUVQsoXT7qSdSfS1eBW { width:20rem;height:4.6484375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0625rem;top:11.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwIXUygDPTgZZ3GMPf2snpCtbqbRHuCD { width:19rem;height:3.4375rem;top:74.6875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshcrhiN9qg7lM96XbukoAMAZmeZIkgl { display:block; }
 }@media only screen and (max-width: 763px) { #yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf { display:block; }#yrSxqu4hfElfTONRuxLTFUQDqXZBPoIf > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqFeIqL5ciLtzD19N5KxTUbLZNhOyZmS { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #RpMb0VbqkS1CeDQWvaJM9dSiRpuO4xIK { width:19.875rem;height:27.5rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFJTfn0m9uPAchJUW4bNheDSTcaW71N { width:17.375rem;height:25.3095625rem;top:6.6875rem;left:1.3125rem;font-size:1.0625rem;display:block; }#wkFJTfn0m9uPAchJUW4bNheDSTcaW71N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3aef85cd-ca11-4d08-be33-71e362384f1e/correto.png); }
 }@media only screen and (max-width: 763px) { #NpMaT1Ugygg95n0a6qceacdeDrfZEZT7 { width:20rem;height:3.44921875rem;top:0.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm { display:block; }#OPHuwP6Il2oywSHAWqaomPL7WCoeW4gm > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQUUUPUohNM6FQ5Ze0iRWGL0psDh6TFS { width:18.4375rem;height:16.0810375rem;top:32.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLROt0irx4Icgn4fKDDEEAeoLFZNf5x1 { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe { width:20rem;height:22rem;top:9.125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14f7637a-6985-41fc-a46d-7c1003c8abf2/Gemini_Generated_Image_xe6ytsxe6ytsxe6y.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.adaptive-delivery-prevent-bg, #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.lazyload, #M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe.lazyloading { background-image: none; }
#M6vDpQgvcM9aV1i6VDT005Mngn1xTNNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ASRLFlwbq3CE0azTtMNXlL8qgVzhwfgQ { width:20rem;height:2.17480625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2LKKV8guPAtSWMTk2UWuD1TDenLQLZS { width:18.75rem;height:0.0625rem;top:11.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nu7C7kOxiZmgcJas2dE5WC8DN8bCIL2R { width:19rem;height:3.4375rem;top:50.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqX2r6lRwNJDzpy9Dt2OoT3rJcOnnvlh { display:block; }
 }@media only screen and (max-width: 763px) { #l0vvu5a3H17LUMWbTFNOBatzFfeiyyX4 { width:20rem;height:3rem;top:4.7998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi { display:block; }#fSgls9sIdJdlQvwhOdXnnoqKfTExBxhi > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOPArObmXQVFNnwlM50BhSQxEdybNDpP { width:20rem;height:11.3984375rem;top:2.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1kL1wbIu03VsyhpOrpmwLqouer6ZocW { width:18.125rem;height:15.9140625rem;top:14.4375rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qa6ea8d0eda744a48133185c3e7dcbc3 { display:block; }#Qa6ea8d0eda744a48133185c3e7dcbc3 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hd5313cdff5ac1d852272d74f8b4b0f9 { width:18.3125rem;height:0;top:17.375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #xbb34f8402a3b1574c6277af1db40c99 { width:18.4375rem;height:0;top:39.8125rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #e0f5eb5fa14682cb2bb4fd3c2d70f871 { display:block; }#e0f5eb5fa14682cb2bb4fd3c2d70f871 > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1e6f731670221d26ce8410835975af0 { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #d917cdfd6912987629c509ee83c46469 { width:16.3125rem;height:2.8496125rem;top:27.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W34ec9625acfcdc4a9db4c2bc0bfe52a { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70da78565ed177fc3dfb33aae03dd10 { width:20rem;height:8.2744375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5bb66d9fc9f2d9ce4e3d048c89c0cbf { width:18.5rem;height:18.19238125rem;top:31.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Cd188216b34bdac0dc56da2d2ba54473 { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ebb9c830bca2cca49d42c25f5b2b6c98 { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i074f2f14296b7e56f987519827731d5 { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0bb172381506bd274ba3fbe1d4e843c { width:20rem;height:2.0996125rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q95832a9b7c513c4740dfabad6f5016c { width:18.5rem;height:19.5918125rem;top:59.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f8b929c7593ba1f1ff7bd7aa68ce922c { width:20rem;height:1.1375rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w6b383a5a9b6e3e97fff6abad76a3447 { display:block; }#w6b383a5a9b6e3e97fff6abad76a3447 > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka1d2cf761aba32e634b0b3fbd40560b { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #E142ac07b3fa9d5595958b306f5a069e { width:18.0625rem;height:10.233375rem;top:15.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cdc3ca24cdd4cc716f6a061a3cb40b66 { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7a2400496821f8c953065616194ebef { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45579455e5992ae702b44288e850294 { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6e36af7847927e2c87f2a2de3717720 { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e73e91866cbe112fc13565ee1f1f561e { display:block; }#e73e91866cbe112fc13565ee1f1f561e > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZfKKTG0ZpA7lVr6mWJaCTuF4vnwCuc { width:19.625rem;height:20.625rem;top:20.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PgcfscnsMOlt8Q1XTqpU6ZMfoXmbGzd2 { width:18.8125rem;height:3rem;top:21.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:0.9375rem;overflow:hidden;height:3.4375rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J  { width:17.125rem;height:auto;top:23.875rem;left:0.1875rem; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J {display:block;}#QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J { width:17.125rem;height:auto;top:23.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yniAHu5gXdT67s5lhnEg900ApTh85RBT {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #PlFrPiUi5c6CznI13D01BtKe1oyhT1sF { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #yGxentTBDHV3BcrxXSVqngtHtJukaX5q {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #b9O8f1AG1qGVXqge4hknyPozbBzvJGKm {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #mfGtZ1sJyWQOMcTasbcR7rmCip40KN2T { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #IdIJtvTfJufz4bfVP4vMB0uOOM4QCn3B {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #RosGPVbUThlFSnQtBRUNizwJmqCfshBp {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #TBAFGWryiuqbUtuuA2BvQCcARKo825S3 { display:none; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #rumX3HhKoBV2dKTkw14a6vOp70Xe9RHv {  }
 }@media only screen and (max-width: 763px) { #ZXLmT8IeygqZdbMtoByAvOTLOMCoOWZT { display:block; }
 }@media only screen and (max-width: 763px) { #xdL6zPw2Bnipvf2Va5ThlhJtfhMaQNtP { display:block; }
 }@media only screen and (max-width: 763px) { #csouPe2TWwVZX4g1I7JDysA49k510k2w { display:block; }
 }@media only screen and (max-width: 763px) { #dGD2OHk36nmr6q0wrM1oPTVdgVEco3Gb { display:block; }
 }@media only screen and (max-width: 763px) { #nNkNG7i6613npnlMOUkwiLUFfygSq6vh { display:block; }
 }@media only screen and (max-width: 763px) { #su2Dui811xt3ffmkcX58zXLR469awtz2 { display:block; }
 }@media only screen and (max-width: 763px) { #PBPBWEFhXGxIHC42lWyyU9D9wbG6eFyJ { display:block; }
 }@media only screen and (max-width: 763px) { #CNHHN4Qg2h75ev1VatQHJpQ9I0Xlmi9w { display:block; }
 }@media only screen and (max-width: 763px) { #mcbvl9lmZ89to8BkHSVToPTZJiS6AS7O { display:block; }
 }@media only screen and (max-width: 763px) { #SOdwK29IVT70rIGTbN3T6WDbiJSbUy6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QLyDattJ7ImWnCblJTKmpKg6sF7u8nfX { display:block; }
 }@media only screen and (max-width: 763px) { #PT0OWTrQ6suD18JdZ9TRfVCJM9BGNaIC { display:block; }
 }@media only screen and (max-width: 763px) { #ULQPgNRU0h0BqvUtVRh9Zoi5GldOMqC6 { display:block; }
 }@media only screen and (max-width: 763px) { #MFosBf9FKoQQo5VHybTi2tGENZdsis2B { display:block; }
 }@media only screen and (max-width: 763px) { #MTBWk9IeFFz9Tsf472FoFfHuHLliFzzu { display:block; }
 }@media only screen and (max-width: 763px) { #e1IKUuF1ZMyHwNxNsHn1yInOQtO46BX8 { display:block; }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #wkFQ1AUJRb3PrErAhmktnCVTgXEMWTc8 {  }
 }@media only screen and (max-width: 763px) { #QMZMPxVhLPQeW0eSAOfkNoekLq25Xp2J #tXCPUTRwp2XuitgASITECnXTZXnhqog9 {  }
 }@media only screen and (max-width: 763px) { #kONgOUQV1uFBSQ9CNp8ivSS4kVb20NZT { width:20rem;height:2.625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3sg8r5cfAvGTzy7beVsD2R41vBGHpX8 { width:18.75rem;height:0.0625rem;top:14.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gm73Ur76KvX1SeBx2SXnXQaT0NaF4Ils { width:16.9375rem;height:14.0185625rem;top:5.412109375rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q060da5eea5817188c900b18e4bfa50f { display:block; }#q060da5eea5817188c900b18e4bfa50f > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f21f628fcd6c5430757543a177726a34 { width:11.375rem;height:4.3125rem;top:0.8125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb70554e72f5660b0ba7545442e0ad11 { width:20rem;height:2.921875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }