.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#132035;background-image:none;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #040c19, #091321);background-image: -moz-linear-gradient(180deg, #040c19, #091321);background-image: -ms-linear-gradient(180deg, #040c19, #091321);background-image: -o-linear-gradient(180deg, #040c19, #091321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c19', endColorstr='#091321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c19', endColorstr='#091321' );";background-image: linear-gradient(180deg, #040c19, #091321);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { background-color: transparent; background-image: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container > .video-iframe-container { display: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container { display: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .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); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { border-width: 0; border-radius: 0; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { position:absolute;display:block;z-index:15035;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;height:102px;width:127px;top:0px;left:40.421875px;overflow:hidden;display:block; }
#IMixCP353f2Uschb9olqkGyqIqdm7lsk { color:#c1a575;display:block;width:555px;position:absolute;font-family:montserrat;font-size:38px;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:35.09375px;left:244.5px;height:41.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#132035;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.984px;height:54.9844px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:28.5px;left:871.5625px;display:block; }
#cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { position:absolute;display:block;z-index:15048;height:28px;width:50px;top:0px;left:0px;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:#030327;background-image:url("https://images.assets-landingi.com/uc/820ea4f8-dc44-448e-baf7-0e9c5315b535/BG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:1200px;height:1307px;font-size:14px;font-family:"open sans";position:relative;display:block; }#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#000000;width:295px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:39px;color:#304c27;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:70px;color:#304c27;font-size:18px;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:295px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:14px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d4c12b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:44px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#f2f9ff;width:206px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#304c27;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:ubuntu;line-height:1.7;font-size:12px;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:272px;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:174px;left:614px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:295px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:295px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:174px;left:734px;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { color:#ffffff;display:block;width:583px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:237px;left:6px;height:110px;font-style:normal;display:block; }
#Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { color:#fdfbff;display:block;width:723px;position:absolute;font-family:poppins;font-size:30px;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:362px;left:6px;height:33px;font-style:normal;display:block; }
#dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { color:#fdfbff;display:block;width:610px;position:absolute;font-family:poppins;font-size:21px;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:415px;left:6px;height:50.3906px;font-style:normal;display:block; }
#plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { color:#fdfbff;display:block;width:302px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:572px;left:56px;height:20.3984px;font-style:normal;display:block; }
#uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { color:#fdfbff;display:block;width:492px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:501px;left:60px;height:40.7812px;font-style:normal;display:block; }
#bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { color:#fdfbff;display:block;width:424.969px;position:absolute;font-family:poppins;font-size:13px;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:543.765625px;left:60px;height:15.5938px;font-style:italic;display:block; }
#zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { position:absolute;display:block;z-index:15037;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;height:40.9875px;width:51px;top:562px;left:6px;overflow:hidden;display:block; }
#OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { position:absolute;display:block;z-index:15038;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;height:39.9937px;width:48.9937px;top:491px;left:6px;overflow:hidden;display:block; }
#KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { position:absolute;display:block;z-index:15042;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;height:93.9844px;width:325px;top:130px;left:0px;overflow:hidden;display:block; }
#vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { color:#ffffff;display:block;width:297px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:226px;left:774px;height:46.7968px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #192841, #0c1928);background-image: -moz-linear-gradient(180deg, #192841, #0c1928);background-image: -ms-linear-gradient(180deg, #192841, #0c1928);background-image: -o-linear-gradient(180deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(180deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:414px;width:555px;top:162px;left:645px;display:block; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-form-header {  }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-regular-label { height:auto;display:block;font-family:teko;font-size:14px;font-weight:bold;color:#000000;width:494px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:494px;box-sizing:border-box;height:32px;color:#232323;font-size:14px;overflow:hidden;font-family:montserrat;line-height:.4; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:494px;box-sizing:border-box;height:70px;color:#232323;font-size:14px;overflow:hidden;font-family:montserrat;line-height:.4; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:494px;box-sizing:border-box;height:40px;color:#161616;font-family:teko;font-size:14px;overflow:hidden; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#c7a877;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:494px;height:55px;font-family:montserrat;overflow:hidden; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:14px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:14px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:14px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:14px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .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:teko;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:472px;overflow:hidden;font-style:normal; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:teko;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-container:first-of-type{padding-top:0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-container:last-of-type{padding-bottom:0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:494px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:272px;left:656px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:494px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-info-text { display:block;height:auto;font-family:teko;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE {display:block;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:494px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:272px;left:656px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #UdZuUsR5lMzsN51TpyZ0Xdby6pZdXs9P { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #oWzWii8v0LMJMhrvGmFeMxxi8QfzeV9L { position:relative;display:block; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #Q0gfX3uxcw9MCyEBNeSpa98qCdLfrHiA { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #F7tE8qvOTCp47K8PmilKMNtMzaoouiZC { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #ZGzHNlqVzqIxF24aRf82xeV6btrQm9Cv { position:relative;display:block; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #DrVQKT5LvOr6l3faNKTIbGK25CiOFwJP { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #k70zl6CHyd5IITJXfWwf4W40IAmkTGJr { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #mn25soLKr1bSIVTI4qrD6rwB2uhTyraP { position:relative;display:block; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #pMoHiUJAcCLP0ls6TTax5Ab6kEo0Cxox { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #C1IBZu66uAOEZQX8Qyo2TFR5h5LuOzVB { position:relative; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #owNeQc4sVbrtqEn69no2bm0PdswGWAy5 { position:relative; }
#HlKAAwhb9n0ddsw4KcO4V3B4mglownFV { color:#c1a575;display:block;width:331px;position:absolute;font-family:montserrat;font-size:40px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:728px;left:430px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { position:absolute;display:block;z-index:15041;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;height:3px;width:900px;top:691.984375px;left:158.5px;overflow:hidden;display:block; }
#N7TEfMOnoasXgqTXRohCxl9rPBKTu5G6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:364px;width:652px;top:796px;left:269.5px;display:block; }
#s1P316XbhtTPu91TwN4TiulWTk9E40Pc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#132035;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:55px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1187px;left:433px;display:block; }
#tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.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; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.adaptive-delivery-prevent-bg, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyload, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyloading { background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { background-color: transparent; background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .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); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { border-width: 0; border-radius: 0; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { font-size:14px;font-family:arial;height:786px;width:1200px;position:relative;display:block; }#yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#0e0e0e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:381px;height:50px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:644px;left:754.5px;display:block; }
#Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { color:#c1a575;display:block;width:508px;position:absolute;font-family:montserrat;font-size:53px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:96.578125px;left:51.984375px;height:116.594px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { color:#ffffff;display:block;width:419px;position:absolute;font-family:mohave;font-size:29px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:647px;left:97px;height:87px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { color:#132035;display:block;width:603px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:248.4375px;left:51.984375px;height:353.5469px;font-style:normal;display:block; }
#HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:493px;width:386px;top:108px;left:752px;display:block; }
#xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:60px;width:386px;top:108px;left:752px;display:block; }
#yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { color:#132035;display:block;width:385px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:125px;left:752px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { color:#ffffff;display:block;width:343.987px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15037;line-height:1.1;letter-spacing:0;top:215px;left:776px;height:336.375px;font-style:normal;display:block; }
#aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { position:absolute;display:block;z-index:15040;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;height:45px;width:55px;top:644px;left:42px;overflow:hidden;display:block; }
#gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:651.5px;left:1087.96875px; }
#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#132035;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; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { background-color: transparent; background-image: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container > .video-iframe-container { display: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container { display: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .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); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { border-width: 0; border-radius: 0; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { font-size:14px;font-family:arial;height:2069px;width:1200px;position:relative;display:block; }#HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { color:#c1a575;display:block;width:850.969px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:104.640625px;left:0px;height:110px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3UUIu5iAWW7tempwixguW2m7yDTAEGX { color:#ffffff;display:block;width:615.984px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:225.765625px;left:0px;height:22.0938px;font-style:normal;display:block; }
#KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { color:#c7a877;display:block;width:615.994px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:325.33306884766px;left:291.98336791992px;height:0;font-style:normal;display:none; }
#UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { position:absolute;display:block;z-index:15040;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;height:192px;width:192px;top:311.09991455078px;left:63.083343505859px;overflow:hidden;display:none; }
#OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { color:#ffffff;display:block;width:832.987px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:372.34991455078px;left:291.98336791992px;height:0;font-style:normal;display:none; }
#hDRt2qSUccTKT9oo7MVEyWoextcutcCS { position:absolute;display:block;z-index:15043;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;height:192px;width:192px;top:326px;left:622px;overflow:hidden;display:block; }
#GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { color:#c7a877;display:block;width:207px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:326px;left:836.96875px;height:37.6953px;font-style:normal;display:block; }
#dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { color:#ffffff;display:block;width:363px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:372px;left:836.96875px;height:287.219px;font-style:normal;display:block; }
#NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { position:absolute;display:block;z-index:15046;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;height:187px;width:187px;top:712.84375px;left:0px;overflow:hidden;display:block; }
#IhSVCB4u3rrrgvBOT22PmconAcw78nHA { color:#c7a877;display:block;width:329px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:712.84375px;left:204px;height:37.6953px;font-style:normal;display:block; }
#xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { color:#ffffff;display:block;width:377px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:764.671875px;left:204px;height:375.594px;font-style:normal;display:block; }
#dTd9uRvZliuknphofoeTTmPuKRMl1pCe { position:absolute;display:block;z-index:15047;background-color:#c7a877;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:3.99375px;width:199.987px;top:342.14971923828px;left:599.58334350586px;display:none; }
#mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { color:#ffffff;display:block;width:363px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:764.671875px;left:837px;height:287.219px;font-style:normal;display:block; }
#rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { color:#c7a877;display:block;width:330px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:712.84375px;left:836.96875px;height:37.6953px;font-style:normal;display:block; }
#plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { position:absolute;display:block;z-index:15052;background-color:#c7a877;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:4px;width:1200px;top:271px;left:0px;display:block; }
#Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { position:absolute;display:block;z-index:15047;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;height:192px;width:192px;top:712.84375px;left:614px;overflow:hidden;display:block; }
#rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { color:#ffffff;display:block;width:360px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:1282px;left:203px;height:309.312px;font-style:normal;display:block; }
#gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { color:#c7a877;display:block;width:202px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:1236px;left:203px;height:37.6953px;font-style:normal;display:block; }
#rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { position:absolute;display:block;z-index:15051;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;height:183px;width:183px;top:1236px;left:0px;overflow:hidden;display:block; }
#wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { color:#ffffff;display:block;width:366px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:1282px;left:833px;height:154.656px;font-style:normal;display:block; }
#iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { color:#c7a877;display:block;width:322px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:1236px;left:836px;height:37.6953px;font-style:normal;display:block; }
#vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { position:absolute;display:block;z-index:15055;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;height:182px;width:182px;top:1236px;left:615px;overflow:hidden;display:block; }
#QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { position:absolute;display:block;z-index:15042;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;height:20px;width:2181.97px;top:2047.953125px;left:-441.5625px;overflow:hidden;display:block; }
#ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { position:absolute;display:block;z-index:15004;background-color:#182943;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;height:503px;width:1200px;top:690.984375px;left:0px;display:block; }
#albtTTs83io7DGsipLR3X51lbvoteP6U { position:absolute;display:block;z-index:15050;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;height:184px;width:184px;top:326px;left:1px;overflow:hidden;display:block; }
#f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { color:#c7a877;display:block;width:271px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:326px;left:204px;height:37.6953px;font-style:normal;display:block; }
#eyuNiRl782fviwusooKKBz6iieWahHIX { color:#ffffff;display:block;width:376px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:372px;left:204px;height:265.125px;font-style:normal;display:block; }
#gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { position:absolute;display:block;z-index:15053;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;height:187px;width:187px;top:1640px;left:310px;overflow:hidden;display:block; }
#t1CKTxx3TtclT27qW9v3FimZeTGTaFww { position:absolute;display:block;z-index:15011;background-color:#182943;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;height:435px;width:1200px;top:1617px;left:0px;display:block; }
#ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { color:#c7a877;display:block;width:329px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:1640px;left:514px;height:37.6953px;font-style:normal;display:block; }
#IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { color:#ffffff;display:block;width:377px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:1692px;left:514px;height:331.406px;font-style:normal;display:block; }
#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83585f78-4f2f-446a-b3fa-0172f698e64a/bg2.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; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { border-width: 0; border-radius: 0; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { font-size:14px;font-family:arial;height:685px;width:1200px;position:relative;display:block; }#JPrgONWMWbFawg9tx77p6FacTIx76kzB { color:#c1a575;display:block;width:517px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:106px;left:63.5px;height:55px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { color:#ffffff;display:block;width:567px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:186px;left:63.5px;height:103.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZVfhvLHM14BXwytvLufzLggZVXqmgwu { color:#ffffff;display:block;width:560px;position:absolute;font-family:poppins;font-size:21px;font-weight:300;z-index:15056;line-height:1.7;letter-spacing:0;top:315.890625px;left:63.5px;height:178.438px;font-style:normal;display:block; }
#z4N0QfxeUOQFc82XicEb8GA1oKmgAJaK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#0e0e0e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258.984px;height:49.9844px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:517.96875px;left:63.5px;display:block; }
#M2PuNG6Xc5mse3ZhHtOUrozmUSi7o2ao { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:198px;width:440px;top:308.265625px;left:49.96875px;display:block; }
#P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { position:absolute;display:block;z-index:15043;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;height:20px;width:2181.97px;top:664px;left:-462.5px;overflow:hidden;display:block; }
#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.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; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.adaptive-delivery-prevent-bg, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyload, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyloading { background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { background-color: transparent; background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .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); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { border-width: 0; border-radius: 0; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { font-size:14px;font-family:arial;height:738px;width:1200px;position:relative;display:block; }#kPGQTD4tubphRSZniOmf0L21Q11sdzqT { color:#c1a575;display:block;width:734px;position:absolute;font-family:montserrat;font-size:40px;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:65px;left:244.5px;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { color:#ffffff;display:block;width:306px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:282.75px;left:75.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:158px;width:341px;top:204.1875px;left:54.1875px;display:block; }
#mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:158px;width:341px;top:205px;left:428.5px;display:block; }
#vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:158px;width:341px;top:205px;left:800px;display:block; }
#vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:205px;left:55px;display:block; }
#gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:205px;left:429.5px;display:block; }
#Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:205px;left:801px;display:block; }
#iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { color:#ffffff;display:block;width:279px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:273px;left:460.5px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { color:#ffffff;display:block;width:245px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:282.75px;left:849px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:212px;left:153px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtccRGbVfLI3auoV4eKL67nIGcoT9tMI { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:158px;width:341px;top:392px;left:802px;display:block; }
#IpurI5pk0UpA8SALMe2yOTQfUlwpeIPh { color:#ffffff;display:block;width:245px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:470px;left:851px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:159px;width:340px;top:392px;left:430.5px;display:block; }
#gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { color:#ffffff;display:block;width:237px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:470px;left:481.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:392px;left:431px;display:block; }
#xqfu0PJ509D2lfFHk314A5TwGZTsGwPg { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:392px;left:803px;display:block; }
#vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:158px;width:341px;top:392px;left:56px;display:block; }
#TunG5uaa4819tlgphlCBDTZiTkvCouzA { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:43px;width:341px;top:392px;left:57px;display:block; }
#uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { color:#ffffff;display:block;width:306px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:470px;left:77px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:212px;left:256px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:212px;left:631px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:212px;left:528px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:212px;left:1004px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:212px;left:901px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:399px;left:259px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrLJeN0bVsiige32JEmGXWOICCHg5bCX { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:399px;left:156px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piTmBmm8btQ0moDF2iGNs2qnruobVSSb { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:399px;left:631px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:399px;left:528px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pupugmw6WPVnMBop65NccuxZ3PhBSTOy { color:#ffffff;display:block;width:42px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:399px;left:1002px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBIxxzcyW0FRMk69ppIeC4u4PUrwuQBr { color:#ffffff;display:block;width:109px;position:absolute;font-family:poppins;font-size:23px;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:399px;left:899px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(180deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(180deg, #e5ca9e, #c7a877);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;height:2px;width:1083px;top:284.75px;left:58.5px;display:block; }
#JSb7TA4CneUZv1I3T2ceDdx5QZzT6Stq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(180deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(180deg, #e5ca9e, #c7a877);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;height:2px;width:1083px;top:471.5px;left:60.5px;display:block; }
#BIlaHn0DTVmkkNE2FLhIHnvB8e2y8uyK { background-color:#132035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #c1a575;border-left:1px solid #c1a575;border-right:1px solid #c1a575;border-bottom:1px solid #c1a575;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#c1a575;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:55px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:619px;left:415.5px;display:block; }
#HWFee75tFQH8S1SeuZTWWaLzwXpJVxL2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13493063-5984-4936-84eb-41de40c118c2/SemTtulo5_01.png");background-position:center !important;background-repeat:repeat-x !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; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.adaptive-delivery-prevent-bg, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyload, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyloading { background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { background-color: transparent; background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .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); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { border-width: 0; border-radius: 0; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { font-size:14px;font-family:arial;height:744px;width:1200px;position:relative;display:block; }#Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:259px;left:359px;display:block; }
#pbXqGCJIs0KIEHScarnknSSr3fng02EC { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:328px;left:359px;display:block; }
#WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:398px;left:359px;display:block; }
#nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:538px;left:359px;display:block; }
#CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:608px;left:359px;display:block; }
#ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:50px;width:483px;top:469px;left:359px;display:block; }
#h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:275px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:344px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:414px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:485px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxveaUAXSanA5u9usoltd3N1sN5szbTN { color:#ffffff;display:block;width:403px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:554px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { color:#ffffff;display:block;width:326px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:618px;left:431px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eKCCeqTALDiydOvBFM466ndKusSQv8fv { position:absolute;display:block;z-index:15081;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;height:51px;width:46px;top:259px;left:378px;overflow:hidden;display:block; }
#HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { position:absolute;display:block;z-index:15082;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;height:68px;width:60px;top:320px;left:372px;overflow:hidden;display:block; }
#R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { position:absolute;display:block;z-index:15083;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;height:51px;width:46px;top:399px;left:378px;overflow:hidden;display:block; }
#OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { position:absolute;display:block;z-index:15084;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;height:53px;width:48px;top:469px;left:377px;overflow:hidden;display:block; }
#mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { position:absolute;display:block;z-index:15085;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;height:35px;width:43px;top:547px;left:380px;overflow:hidden;display:block; }
#pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { position:absolute;display:block;z-index:15086;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;height:59px;width:53px;top:605px;left:375px;overflow:hidden;display:block; }
#WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { color:#ffffff;display:block;width:173px;position:absolute;font-family:poppins;font-size:11px;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:638px;left:431px;height:14.2969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { color:#c7a877;display:block;width:736px;position:absolute;font-family:montserrat;font-size:36px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:81px;left:232px;height:129.562px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#132035;background-image:url("https://images.assets-landingi.com/uc/1a4ee40b-3267-48b1-b124-65bd3098b5d8/SemTtulo5_02.png");background-position:center !important;background-repeat:repeat-x !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; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.adaptive-delivery-prevent-bg, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyload, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyloading { background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { background-color: transparent; background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .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); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { border-width: 0; border-radius: 0; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { font-size:14px;font-family:arial;height:784px;width:1200px;position:relative;display:block; }#qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:143px;width:286px;top:58px;left:614px;display:block; }
#ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { color:#ffffff;display:block;width:119px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:95px;left:743px;height:72.5625px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { position:absolute;display:block;z-index:15073;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;height:74px;width:73px;top:94px;left:646px;overflow:hidden;display:block; }
#hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { position:absolute;display:block;z-index:15076;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;height:79px;width:79px;top:267px;left:643px;overflow:hidden;display:block; }
#CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:143px;width:286px;top:234px;left:614px;display:block; }
#W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { color:#ffffff;display:block;width:119px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15073;line-height:1.1;letter-spacing:0;top:269px;left:744px;height:72.5625px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:143px;width:286px;top:58px;left:301px;display:block; }
#rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { color:#ffffff;display:block;width:155px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15073;line-height:1.1;letter-spacing:0;top:108px;left:410px;height:48.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { position:absolute;display:block;z-index:15074;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;height:85px;width:85px;top:88px;left:315px;overflow:hidden;display:block; }
#lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { color:#ffffff;display:block;width:167px;position:absolute;font-family:poppins;font-size:21px;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:281px;left:407px;height:46.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { position:absolute;display:block;z-index:15079;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;height:79px;width:70px;top:267px;left:323px;overflow:hidden;display:block; }
#saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:143px;width:286px;top:234px;left:301px;display:block; }
#OO0qOgu2zw8lV2foR12T47UCTbEThEkt { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.37);background-image:none;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:206px;width:357px;top:413px;left:424px;display:block; }
#z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { color:#c7a877;display:block;width:359px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:525px;left:424px;height:37.3906px;text-align:center;text-align-last:center;display:block; }
#dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { color:#c7a877;display:block;width:301px;position:absolute;font-family:poppins;font-size:13px;font-weight:normal;z-index:15081;line-height:1.1;letter-spacing:0;top:577px;left:453px;height:14.2969px;text-align:center;text-align-last:center;display:block; }
#TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { position:absolute;display:block;z-index:15071;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;height:70px;width:200px;top:433px;left:503px;overflow:hidden;display:block; }
#DW2AwOq3t66LXOT2UDIxSoHl1iuQ6QaB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #c1a575;border-left:3px solid #c1a575;border-right:3px solid #c1a575;border-bottom:3px solid #c1a575;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#c1a575;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.719px;height:54.7188px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:663.65625px;left:460.125px;display:block; }
#bJUDCfbOd2wupNtdvk1oa8fJMsMkPgsZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:repeat-x !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; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { border-width: 0; border-radius: 0; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { font-size:14px;font-family:arial;height:616px;width:1200px;position:relative;display:block; }#inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:1px solid #132035;border-left:1px solid #132035;border-right:1px solid #132035;border-bottom:1px solid #132035;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:416px;width:663px;top:105px;left:515px;display:block; }
#qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { color:#132035;display:block;width:569px;position:absolute;font-family:poppins;font-size:17px;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:155px;left:568px;height:317.6875px;text-align:left;text-align-last:left;display:block; }
#BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { position:absolute;display:block;z-index:15039;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;height:56px;width:111px;top:94px;left:0px;overflow:hidden;display:block; }
#xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { position:absolute;display:block;z-index:15082;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:106px;width:106px;top:71px;left:1088px;display:block; }
#X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { position:absolute;display:block;z-index:15083;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;height:132px;width:116px;top:58px;left:1084px;overflow:hidden;display:block; }
#VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { position:absolute;display:block;z-index:15086;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:160px;left:498px;display:block; }
#QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { position:absolute;display:block;z-index:15087;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:218px;left:498px;display:block; }
#byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { position:absolute;display:block;z-index:15087;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:270px;left:498px;display:block; }
#l8PsTfDuAgR62z71149eZREVrdvkyiQc { position:absolute;display:block;z-index:15088;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:345px;left:498px;display:block; }
#GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { position:absolute;display:block;z-index:15087;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:402px;left:498px;display:block; }
#aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { position:absolute;display:block;z-index:15087;background-color:#132035;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:8px;width:34px;top:441px;left:498px;display:block; }
#DowqeN2pgOagFybN0shfwCiVOcEtinI0 { color:#132035;display:block;width:470px;position:absolute;font-family:montserrat;font-size:50px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:163px;left:0px;height:120px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { border-width: 0; border-radius: 0; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { font-size:14px;font-family:arial;height:513px;width:1200px;position:relative;display:none; }#yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { color:#c7a877;display:block;width:522px;position:absolute;font-family:montserrat;font-size:40px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:144px;left:167px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { position:absolute;display:block;z-index:15037;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;height:56px;width:111px;top:91px;left:159px;overflow:hidden;display:block; }
#zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { color:#ffffff;display:block;width:537px;position:absolute;font-family:poppins;font-size:21px;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:213px;left:167px;height:81.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { color:#ffffff;display:block;width:318px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:313px;left:167px;height:23.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { position:absolute;display:block;z-index:15077;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;height:434px;width:383px;top:37px;left:703px;overflow:hidden;display:block; }
#mbeGLv6524q0HT80xwFH8p6a95NL63Vb { position:absolute;display:block;z-index:15078;height:64px;width:302px;top:359px;left:159px;display:block; }
#oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { position:absolute;display:block;z-index:15043;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;height:20px;width:2181.97px;top:511px;left:-479.5px;overflow:hidden;display:block; }
#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/071bbafe-6756-4fed-94dc-5752cf6e8b17/bg5.png");background-position:center !important;background-repeat:repeat-x !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; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.adaptive-delivery-prevent-bg, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyload, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyloading { background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { background-color: transparent; background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container > .video-iframe-container { display: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container { display: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .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); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { border-width: 0; border-radius: 0; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { font-size:14px;font-family:arial;height:705px;width:1200px;position:relative;display:block; }#xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { color:#c7a877;display:block;width:913px;position:absolute;font-family:montserrat;font-size:46px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:59.640625px;left:143.5px;height:165.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { color:#ffffff;display:block;width:945px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15075;line-height:1.8;letter-spacing:0;top:266.09375px;left:127.5px;height:239.312px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #c1a575;border-left:3px solid #c1a575;border-right:3px solid #c1a575;border-bottom:3px solid #c1a575;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#c1a575;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.719px;height:54.7188px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:553px;left:460.125px;display:block; }
#TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { position:absolute;display:block;z-index:15044;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;height:20px;width:2181.97px;top:685px;left:-511.5px;overflow:hidden;display:block; }
#GRs4ObrfirNswl6ciTXXANk7221dNExG { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.7);background-image:none;border-top:1px solid #c7a877;border-left:1px solid #c7a877;border-right:1px solid #c7a877;border-bottom:1px solid #c7a877;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:287px;width:1023px;top:248.5px;left:102.125px;display:block; }
#VHo568JDl8nnQ13yi2ppNQccKai8rC2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { background-color: transparent; background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .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); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { border-width: 0; border-radius: 0; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { font-size:14px;font-family:arial;height:557px;width:1200px;position:relative;display:block; }#XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { color:#c7a877;display:block;width:493px;position:absolute;font-family:montserrat;font-size:40px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:168px;left:36px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { position:absolute;display:block;z-index:15037;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;height:56px;width:111px;top:85px;left:36px;overflow:hidden;display:block; }
#mW7gAEwRCJq17nUE6kUbfU1pCQo88TOr { position:absolute;display:block;z-index:15038;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;height:385px;width:385px;top:21.5px;left:815px;overflow:hidden;display:block; }
#yXZdr1x8TiiL2T3rUp18zvCWdbtugeym { position:absolute;display:block;z-index:15037;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;height:294px;width:294px;top:67px;left:602px;overflow:hidden;display:block; }
#RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:274px;width:985px;top:85px;left:580px;display:block; }
#k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#132035;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:406.5px;left:460px;display:block; }
#nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gm2m9aliNizZq6WLswzTq7hlvwZflNHl { 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; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { background-color: transparent; background-image: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container > .video-iframe-container { display: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container { display: none; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .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); }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { border-width: 0; border-radius: 0; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { position:absolute;display:block;z-index:15000;height:36px;width:591px;top:20px;left:0px;display:block; }
#UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { position:absolute;display:block;z-index:15002;height:49px;width:88px;top:8.5px;left:653px;display:block; }
#gfTGBNC7uAQxFSTgv0Kq3OdMp60REcta { position:absolute;display:block;z-index:15049;height:28px;width:50px;top:38px;left:1052.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { top:0px;left:0px;width:127px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #IMixCP353f2Uschb9olqkGyqIqdm7lsk { top:35px;left:26.5px;width:555px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { width:279px;height:54px;top:28px;left:485px;display:block; }
 }@media only screen and (max-width: 763px) { #cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block; }
 }@media only screen and (max-width: 763px) { #lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { top:0px;left:0px;width:50px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:345px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:52px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:322px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:345px;height:auto;top:507px;left:187.984375px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:345px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:345px;height:auto;top:507px;left:187.984375px; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { top:237px;left:0px;width:583px;height:110px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { top:362px;left:0px;width:723px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { top:415px;left:0px;width:610px;height:50px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { top:572px;left:0px;width:302px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { top:501px;left:0px;width:492px;height:40px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { top:543px;left:0px;width:424px;height:15px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { top:562px;left:0px;width:51px;height:40.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { top:491px;left:0px;width:48px;height:39.180865745013px;display:block; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { top:130px;left:0px;width:325px;height:93.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { top:226px;left:467px;width:297px;height:46px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { top:162px;left:209px;width:555px;height:414px;display:block; }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-regular-label { width:494px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text { width:494px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-textarea { width:494px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select { width:494px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-button { width:494px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-checkbox-label { width:472px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE  { width:494px;height:auto;top:272px;left:230px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .radio-container { width:494px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE {display:block;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE { width:494px;height:auto;top:272px;left:230px; }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #UdZuUsR5lMzsN51TpyZ0Xdby6pZdXs9P {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #oWzWii8v0LMJMhrvGmFeMxxi8QfzeV9L {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #Q0gfX3uxcw9MCyEBNeSpa98qCdLfrHiA {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #F7tE8qvOTCp47K8PmilKMNtMzaoouiZC {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #ZGzHNlqVzqIxF24aRf82xeV6btrQm9Cv {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #DrVQKT5LvOr6l3faNKTIbGK25CiOFwJP {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #k70zl6CHyd5IITJXfWwf4W40IAmkTGJr {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #mn25soLKr1bSIVTI4qrD6rwB2uhTyraP {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #pMoHiUJAcCLP0ls6TTax5Ab6kEo0Cxox {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #C1IBZu66uAOEZQX8Qyo2TFR5h5LuOzVB {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #owNeQc4sVbrtqEn69no2bm0PdswGWAy5 {  }
 }@media only screen and (max-width: 763px) { #HlKAAwhb9n0ddsw4KcO4V3B4mglownFV { top:728px;left:212px;width:331px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { top:691px;left:0px;width:764px;height:2.5466666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #N7TEfMOnoasXgqTXRohCxl9rPBKTu5G6 { top:796px;left:51.5px;width:652px;height:364px;display:block; }
 }@media only screen and (max-width: 763px) { #s1P316XbhtTPu91TwN4TiulWTk9E40Pc { width:328px;height:55px;top:1187px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { display:block; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { width:381px;height:50px;top:644px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block; }
 }@media only screen and (max-width: 763px) { #Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { top:96px;left:0px;width:508px;height:116px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { top:647px;left:0px;width:419px;height:43px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { top:248px;left:0px;width:603px;height:353px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { top:108px;left:379px;width:385px;height:492px;display:block; }
 }@media only screen and (max-width: 763px) { #xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { top:108px;left:379px;width:385px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { top:125px;left:379px;width:385px;height:22px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { top:215px;left:421px;width:343px;height:336px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { top:644px;left:0px;width:54px;height:44.181818181818px;display:block; }
 }@media only screen and (max-width: 763px) { #gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { top:651px;left:731px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { display:block; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { top:104px;left:0px;width:764px;height:110px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #C3UUIu5iAWW7tempwixguW2m7yDTAEGX { top:225px;left:0px;width:615px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { top:325px;left:73.983367919922px;width:615px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { top:311px;left:0px;width:192px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { top:372px;left:0px;width:764px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hDRt2qSUccTKT9oo7MVEyWoextcutcCS { top:326px;left:404px;width:192px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { top:326px;left:557px;width:207px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { top:372px;left:401px;width:363px;height:287px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { top:712px;left:0px;width:187px;height:187px;display:block; }
 }@media only screen and (max-width: 763px) { #IhSVCB4u3rrrgvBOT22PmconAcw78nHA { top:712px;left:0px;width:329px;height:38px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { top:764px;left:0px;width:377px;height:375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dTd9uRvZliuknphofoeTTmPuKRMl1pCe { top:342px;left:381.58334350586px;width:199px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { top:764px;left:401px;width:363px;height:287px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { top:712px;left:434px;width:330px;height:37px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { top:271px;left:0px;width:764px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { top:712px;left:396px;width:192px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { top:1282px;left:0px;width:360px;height:309px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { top:1236px;left:0px;width:202px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { top:1236px;left:0px;width:183px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { top:1282px;left:398px;width:366px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { top:1236px;left:442px;width:322px;height:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { top:1236px;left:397px;width:182px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { top:2047px;left:0px;width:764px;height:7.0028460519622px;display:block; }
 }@media only screen and (max-width: 763px) { #ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { top:690px;left:0px;width:764px;height:503px;display:block; }
 }@media only screen and (max-width: 763px) { #albtTTs83io7DGsipLR3X51lbvoteP6U { top:326px;left:0px;width:184px;height:184px;display:block; }
 }@media only screen and (max-width: 763px) { #f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { top:326px;left:0px;width:271px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #eyuNiRl782fviwusooKKBz6iieWahHIX { top:372px;left:0px;width:376px;height:265px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { top:1640px;left:92px;width:187px;height:187px;display:block; }
 }@media only screen and (max-width: 763px) { #t1CKTxx3TtclT27qW9v3FimZeTGTaFww { top:1617px;left:0px;width:764px;height:435px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { top:1640px;left:296px;width:329px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { top:1692px;left:296px;width:377px;height:331px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPrgONWMWbFawg9tx77p6FacTIx76kzB { top:106px;left:0px;width:517px;height:55px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { top:186px;left:0px;width:567px;height:103px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #OZVfhvLHM14BXwytvLufzLggZVXqmgwu { top:315px;left:0px;width:560px;height:178px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #z4N0QfxeUOQFc82XicEb8GA1oKmgAJaK { width:258px;height:49px;top:517px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M2PuNG6Xc5mse3ZhHtOUrozmUSi7o2ao { display:block; }
 }@media only screen and (max-width: 763px) { #IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { top:308px;left:0px;width:440px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { top:664px;left:0px;width:764px;height:7.0028460519622px;display:block; }
 }@media only screen and (max-width: 763px) { #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { display:block; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPGQTD4tubphRSZniOmf0L21Q11sdzqT { top:65px;left:26.5px;width:734px;height:88px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { top:282px;left:0px;width:306px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { top:204px;left:0px;width:341px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { top:205px;left:210.5px;width:341px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { top:205px;left:421px;width:341px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { top:205px;left:0px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { top:205px;left:211.5px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { top:205px;left:423px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { top:273px;left:242.5px;width:279px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { top:282px;left:519px;width:245px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { top:212px;left:0px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TtccRGbVfLI3auoV4eKL67nIGcoT9tMI { top:392px;left:421px;width:341px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #IpurI5pk0UpA8SALMe2yOTQfUlwpeIPh { top:470px;left:519px;width:245px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { top:392px;left:212.5px;width:340px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { top:470px;left:263.5px;width:237px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { top:392px;left:213px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #xqfu0PJ509D2lfFHk314A5TwGZTsGwPg { top:392px;left:423px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { top:392px;left:0px;width:341px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #TunG5uaa4819tlgphlCBDTZiTkvCouzA { top:392px;left:0px;width:341px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { top:470px;left:0px;width:306px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { top:212px;left:38px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { top:212px;left:413px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { top:212px;left:310px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { top:212px;left:722px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { top:212px;left:655px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { top:399px;left:41px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TrLJeN0bVsiige32JEmGXWOICCHg5bCX { top:399px;left:0px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #piTmBmm8btQ0moDF2iGNs2qnruobVSSb { top:399px;left:413px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { top:399px;left:310px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Pupugmw6WPVnMBop65NccuxZ3PhBSTOy { top:399px;left:722px;width:42px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kBIxxzcyW0FRMk69ppIeC4u4PUrwuQBr { top:399px;left:655px;width:109px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { top:284px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #JSb7TA4CneUZv1I3T2ceDdx5QZzT6Stq { top:471px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #BIlaHn0DTVmkkNE2FLhIHnvB8e2y8uyK { width:369px;height:55px;top:619px;left:197.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HWFee75tFQH8S1SeuZTWWaLzwXpJVxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { display:block; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { top:259px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pbXqGCJIs0KIEHScarnknSSr3fng02EC { top:328px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { top:398px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { top:538px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { top:608px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { top:469px;left:141px;width:483px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { top:275px;left:213px;width:403px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { top:344px;left:213px;width:403px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { top:414px;left:213px;width:403px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { top:485px;left:213px;width:403px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rxveaUAXSanA5u9usoltd3N1sN5szbTN { top:554px;left:213px;width:403px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { top:618px;left:213px;width:326px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eKCCeqTALDiydOvBFM466ndKusSQv8fv { top:259px;left:160px;width:46px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { top:320px;left:154px;width:60px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { top:399px;left:160px;width:46px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { top:469px;left:159px;width:48px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { top:547px;left:162px;width:43px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { top:605px;left:157px;width:53px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { top:638px;left:213px;width:173px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { top:81px;left:14px;width:736px;height:129px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { display:block; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { top:58px;left:396px;width:286px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { top:95px;left:525px;width:119px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { top:94px;left:428px;width:73px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { top:267px;left:425px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { top:234px;left:396px;width:286px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { top:269px;left:526px;width:119px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { top:58px;left:83px;width:286px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { top:108px;left:192px;width:155px;height:48px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { top:88px;left:97px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { top:281px;left:189px;width:167px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { top:267px;left:105px;width:70px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { top:234px;left:83px;width:286px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #OO0qOgu2zw8lV2foR12T47UCTbEThEkt { top:413px;left:206px;width:357px;height:206px;display:block; }
 }@media only screen and (max-width: 763px) { #z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { top:525px;left:206px;width:359px;height:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { top:577px;left:235px;width:301px;height:14px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { top:433px;left:285px;width:200px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #DW2AwOq3t66LXOT2UDIxSoHl1iuQ6QaB { width:279px;height:54px;top:663px;left:242.125px;display:block; }
 }@media only screen and (max-width: 763px) { #bJUDCfbOd2wupNtdvk1oa8fJMsMkPgsZ { display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { top:105px;left:99px;width:663px;height:416px;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { top:155px;left:195px;width:569px;height:317px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { top:94px;left:0px;width:111px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { top:71px;left:658px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { top:58px;left:648px;width:116px;height:132px;display:block; }
 }@media only screen and (max-width: 763px) { #VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { top:160px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { top:218px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { top:270px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #l8PsTfDuAgR62z71149eZREVrdvkyiQc { top:345px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { top:402px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { top:441px;left:280px;width:34px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { top:163px;left:0px;width:470px;height:120px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { display:block; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { top:144px;left:0px;width:522px;height:48px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { top:91px;left:0px;width:111px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { top:213px;left:0px;width:537px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { top:313px;left:0px;width:318px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { top:37px;left:381px;width:383px;height:434px;display:block; }
 }@media only screen and (max-width: 763px) { #mbeGLv6524q0HT80xwFH8p6a95NL63Vb { top:359px;left:0px;width:302px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { top:511px;left:0px;width:764px;height:7.0028460519622px;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { display:block; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { top:59px;left:0px;width:764px;height:165px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { top:266px;left:0px;width:764px;height:239px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { width:279px;height:54px;top:553px;left:242.125px;display:block; }
 }@media only screen and (max-width: 763px) { #TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block; }
 }@media only screen and (max-width: 763px) { #ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { top:685px;left:0px;width:764px;height:7.0028460519622px;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4ObrfirNswl6ciTXXANk7221dNExG { top:248px;left:0px;width:762px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #VHo568JDl8nnQ13yi2ppNQccKai8rC2o { display:block; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { top:168px;left:0px;width:493px;height:192px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { top:85px;left:0px;width:111px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #mW7gAEwRCJq17nUE6kUbfU1pCQo88TOr { top:21px;left:379px;width:385px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #yXZdr1x8TiiL2T3rUp18zvCWdbtugeym { top:67px;left:384px;width:294px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { top:85px;left:0px;width:764px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { width:280px;height:55px;top:406px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block; }
 }@media only screen and (max-width: 763px) { #gm2m9aliNizZq6WLswzTq7hlvwZflNHl { display:block; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { top:20px;left:0px;width:591px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { top:8px;left:382px;width:88px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #gfTGBNC7uAQxFSTgv0Kq3OdMp60REcta { top:48px;left:714px;width:50px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { position:relative;z-index:auto;display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { width:101px;height:78px;top:15.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IMixCP353f2Uschb9olqkGyqIqdm7lsk { width:238px;height:15.3984px;top:28px;left:82px;font-size:14px;text-align:center;text-align-last:center;color:#c1a575;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { width:170px;height:32px;top:52px;left:116px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block; }
 }@media only screen and (max-width: 763px) { #lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { width:50px;height:28px;top:113.375px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b1dc186-148a-4fbb-a25e-92863b3dc32f/BG1.png");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:46px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:196px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:42px;height:46px;font-size:16px;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:280px;height:auto;top:591px;left:0px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:280px;height:auto;top:591px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { width:320px;height:63.7812px;top:115px;left:-2px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { width:307px;height:46.1875px;top:187.171875px;left:6.5px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { width:318px;height:71.3906px;top:264.546875px;left:0px;font-size:17px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { width:264px;height:36px;top:494px;left:57px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { width:274px;height:36px;top:383.828125px;left:46px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { width:242px;height:31.1875px;top:429.828125px;left:57px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { width:51px;height:40.9844px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { width:48px;height:39.1719px;top:382.234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { width:248.969px;height:75px;top:19px;left:35.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { width:283px;height:98.75px;top:640px;left:19px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { width:320px;height:440px;top:594px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-text {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-select {padding-top: 0; padding-bottom: 0;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE  { width:280px;height:auto;top:754px;left:0px; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE {display:block;}#mu1QloihdGM39mO1JGNTmMfyQQmmIyCE { width:280px;height:auto;top:754px;left:0px; }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #UdZuUsR5lMzsN51TpyZ0Xdby6pZdXs9P {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #oWzWii8v0LMJMhrvGmFeMxxi8QfzeV9L {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #Q0gfX3uxcw9MCyEBNeSpa98qCdLfrHiA {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #F7tE8qvOTCp47K8PmilKMNtMzaoouiZC {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #ZGzHNlqVzqIxF24aRf82xeV6btrQm9Cv {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #DrVQKT5LvOr6l3faNKTIbGK25CiOFwJP {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #k70zl6CHyd5IITJXfWwf4W40IAmkTGJr {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #mn25soLKr1bSIVTI4qrD6rwB2uhTyraP {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #pMoHiUJAcCLP0ls6TTax5Ab6kEo0Cxox {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #C1IBZu66uAOEZQX8Qyo2TFR5h5LuOzVB {  }
 }@media only screen and (max-width: 763px) { #mu1QloihdGM39mO1JGNTmMfyQQmmIyCE #owNeQc4sVbrtqEn69no2bm0PdswGWAy5 {  }
 }@media only screen and (max-width: 763px) { #HlKAAwhb9n0ddsw4KcO4V3B4mglownFV { width:320px;height:35.1953px;top:1088px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { width:320px;height:1.0666666666667px;top:691px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #N7TEfMOnoasXgqTXRohCxl9rPBKTu5G6 { height:179.062px;width:320px;top:1149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s1P316XbhtTPu91TwN4TiulWTk9E40Pc { width:304px;height:55px;top:1363px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.adaptive-delivery-prevent-bg, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyload, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyloading { background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { background-color: transparent; background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .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); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { width:320px;height:1650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { width:299.344px;height:65.1719px;top:1513px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block; }
 }@media only screen and (max-width: 763px) { #Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { width:320px;height:70.375px;top:71px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#c1a575;display:block; }
 }@media only screen and (max-width: 763px) { #QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { width:264px;height:25.1953px;top:1467.2659px;left:28px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { width:320px;height:582.3117px;top:162.375px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#164263;display:block; }
 }@media only screen and (max-width: 763px) { #HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { width:320px;height:551px;top:832.094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { width:320px;height:60px;top:832.094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { width:320px;height:24.1953px;top:849.094px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { width:274px;height:429.8125px;top:924.09375px;left:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { width:54px;height:44.1719px;top:1403.094px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { display:flex;width:33px;height:33px;top:1530px;left:270px; }
 }@media only screen and (max-width: 763px) { #z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { display:block; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { width:320px;height:4944px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { width:320px;height:70.3906px;top:86.921875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3UUIu5iAWW7tempwixguW2m7yDTAEGX { width:320px;height:22.0938px;top:178.0625px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { width:320px;height:37.6953px;top:374.29688px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { width:192px;height:192px;top:162.29688px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { width:320px;height:309.312px;top:454.98438px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hDRt2qSUccTKT9oo7MVEyWoextcutcCS { width:192px;height:192px;top:920px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { width:207px;height:37.6953px;top:1132px;left:56px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { width:302px;height:353.5px;top:1190px;left:9px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { width:192px;height:192px;top:1626.328125px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #IhSVCB4u3rrrgvBOT22PmconAcw78nHA { width:320px;height:37.6953px;top:1844.328125px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { width:320px;height:441.875px;top:1900.5625px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTd9uRvZliuknphofoeTTmPuKRMl1pCe { width:199px;height:3px;top:763.4298175px;left:41.5703125px;display:none; }
 }@media only screen and (max-width: 763px) { #mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { width:296px;height:331.406px;top:2649px;left:12px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { width:320px;height:33.7969px;top:2608px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { width:199px;height:3px;top:281.296875px;left:60.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { width:192px;height:192px;top:2385px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { width:320px;height:331.406px;top:3317px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { width:202px;height:37.6953px;top:3264px;left:59px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { width:192px;height:192px;top:3052px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { width:299px;height:198.844px;top:3975px;left:11px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { width:320px;height:35.0938px;top:3928px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { width:192px;height:192px;top:3716px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { width:320px;height:2.92188px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { width:320px;height:1444px;top:1578.46875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #albtTTs83io7DGsipLR3X51lbvoteP6U { width:184px;height:184px;top:319px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { width:270.984px;height:37.6953px;top:523px;left:21px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyuNiRl782fviwusooKKBz6iieWahHIX { width:313px;height:309.312px;top:581px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { width:187px;height:187px;top:4213.546875px;left:66.5px;display:block; }
 }@media only screen and (max-width: 763px) { #t1CKTxx3TtclT27qW9v3FimZeTGTaFww { width:320px;height:731px;top:4193.844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { width:320px;height:37.6875px;top:4433.546875px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { width:320px;height:397.688px;top:4471.234375px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7249c77b-762f-42cc-a611-bc77a45cc6c8/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:320px;height:587px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPrgONWMWbFawg9tx77p6FacTIx76kzB { width:287px;height:35.1953px;top:46px;left:16.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { width:296px;height:127.5px;top:96.375px;left:12px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZVfhvLHM14BXwytvLufzLggZVXqmgwu { width:267px;height:142.781px;top:271.453125px;left:26.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #z4N0QfxeUOQFc82XicEb8GA1oKmgAJaK { width:258px;height:49px;top:482.609375px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #M2PuNG6Xc5mse3ZhHtOUrozmUSi7o2ao { display:block; }
 }@media only screen and (max-width: 763px) { #IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { width:320px;height:204px;top:240.84375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { width:320px;height:2.92188px;top:583.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.adaptive-delivery-prevent-bg, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyload, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyloading { background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { background-color: transparent; background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .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); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { width:320px;height:1345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPGQTD4tubphRSZniOmf0L21Q11sdzqT { width:320px;height:105.562px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { width:306px;height:39px;top:226.109375px;left:7px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { width:318px;height:158px;top:145.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { width:318px;height:158px;top:347.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { width:318px;height:158px;top:527.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { width:320px;height:43px;top:146.3595px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { width:320px;height:43px;top:347.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { width:320px;height:43px;top:527.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { width:279px;height:58.5px;top:416.546875px;left:20.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { width:245px;height:39px;top:609.296875px;left:37.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { width:109px;height:29.8984px;top:153.3595px;left:98px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TtccRGbVfLI3auoV4eKL67nIGcoT9tMI { width:318px;height:158px;top:1090.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IpurI5pk0UpA8SALMe2yOTQfUlwpeIPh { width:245px;height:39px;top:1169.546875px;left:37.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { width:318px;height:159px;top:909.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { width:237px;height:39px;top:987.546875px;left:41.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { width:320px;height:43px;top:909.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xqfu0PJ509D2lfFHk314A5TwGZTsGwPg { width:320px;height:43px;top:1090.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { width:318px;height:158px;top:707.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TunG5uaa4819tlgphlCBDTZiTkvCouzA { width:320px;height:43px;top:707.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { width:306px;height:39px;top:782.546875px;left:7px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { width:42px;height:29.8984px;top:153.3595px;left:201px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { width:42px;height:29.8984px;top:354.547px;left:201.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { width:109px;height:29.8984px;top:354.547px;left:98.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { width:42px;height:29.8984px;top:534.547px;left:203px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { width:109px;height:29.8984px;top:534.547px;left:100px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { width:42px;height:29.8984px;top:714.547px;left:202px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TrLJeN0bVsiige32JEmGXWOICCHg5bCX { width:109px;height:29.8984px;top:714.547px;left:99px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #piTmBmm8btQ0moDF2iGNs2qnruobVSSb { width:42px;height:29.8984px;top:916.547px;left:200px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { width:109px;height:29.8984px;top:916.547px;left:97px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Pupugmw6WPVnMBop65NccuxZ3PhBSTOy { width:42px;height:29.8984px;top:1097.547px;left:199px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kBIxxzcyW0FRMk69ppIeC4u4PUrwuQBr { width:109px;height:29.8984px;top:1097.547px;left:96px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { width:320px;height:2px;top:325.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JSb7TA4CneUZv1I3T2ceDdx5QZzT6Stq { width:320px;height:2px;top:887.547px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BIlaHn0DTVmkkNE2FLhIHnvB8e2y8uyK { width:298px;height:55px;top:1270.547px;left:11px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HWFee75tFQH8S1SeuZTWWaLzwXpJVxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13493063-5984-4936-84eb-41de40c118c2/SemTtulo5_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.adaptive-delivery-prevent-bg, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyload, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyloading { background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { background-color: transparent; background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .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); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { width:318px;height:50px;top:301px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pbXqGCJIs0KIEHScarnknSSr3fng02EC { width:318px;height:50px;top:373px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { width:318px;height:50px;top:459px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { width:318px;height:50px;top:604px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { width:318px;height:72px;top:676px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { width:318px;height:50px;top:531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { width:250px;height:18.1953px;top:317px;left:70px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { width:251px;height:18.1953px;top:389px;left:69px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { width:251px;height:16.8906px;top:475px;left:69px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { width:248px;height:31.1875px;top:541.40625px;left:53px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxveaUAXSanA5u9usoltd3N1sN5szbTN { width:252px;height:18.1953px;top:620px;left:68px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { width:255px;height:15.5938px;top:698px;left:50px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eKCCeqTALDiydOvBFM466ndKusSQv8fv { width:46px;height:51px;top:301px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { width:60px;height:68px;top:365px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { width:46px;height:51px;top:460px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { width:48px;height:53px;top:531px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { width:43px;height:35px;top:613px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { width:53px;height:59px;top:684px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { width:173px;height:14.2969px;top:714px;left:53px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { width:320px;height:191.953px;top:71px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { background-color:#132035;background-image:url("https://images.assets-landingi.com/uc/1a4ee40b-3267-48b1-b124-65bd3098b5d8/SemTtulo5_02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.adaptive-delivery-prevent-bg, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyload, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyloading { background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { background-color: transparent; background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .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); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { width:320px;height:1094px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { width:286px;height:143px;top:185px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { width:119px;height:72.5625px;top:222px;left:145px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { width:73px;height:74px;top:220.5px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { width:77px;height:77px;top:548px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { width:286px;height:143px;top:515px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { width:119px;height:72.5625px;top:550px;left:146px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { width:286px;height:143px;top:20px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { width:155px;height:48.3906px;top:70px;left:125px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { width:79px;height:79px;top:50px;left:30.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { width:167px;height:46.1875px;top:397px;left:122px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { width:75px;height:85px;top:383px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { width:286px;height:143px;top:350px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OO0qOgu2zw8lV2foR12T47UCTbEThEkt { width:286px;height:318px;top:680px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { width:227px;height:56.0625px;top:860px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { width:227px;height:28.5938px;top:938px;left:46px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { width:214px;height:75px;top:731px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #DW2AwOq3t66LXOT2UDIxSoHl1iuQ6QaB { width:279px;height:54px;top:1020px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bJUDCfbOd2wupNtdvk1oa8fJMsMkPgsZ { display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:320px;height:985px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { width:318px;height:610px;top:299.562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { width:282px;height:523.25px;top:349.562px;left:38px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { width:111px;height:56px;top:81px;left:104.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { width:79px;height:79px;top:260.546875px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { width:89px;height:101px;top:249.546875px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { width:34px;height:8px;top:354.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { width:34px;height:8px;top:412.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { width:34px;height:8px;top:464.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #l8PsTfDuAgR62z71149eZREVrdvkyiQc { width:34px;height:8px;top:539.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { width:34px;height:8px;top:596.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { width:34px;height:8px;top:635.562px;left:-17px;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { width:320px;height:76.7968px;top:164px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.adaptive-delivery-prevent-bg, #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.lazyload, #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.lazyloading { background-image: none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { width:320px;height:839px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { width:292px;height:76.7969px;top:74px;left:14px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { width:69px;height:34px;top:20px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { width:292px;height:97.5px;top:172.546875px;left:14px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { width:287px;height:19.5px;top:309.046875px;left:16.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { width:320px;height:363px;top:452.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mbeGLv6524q0HT80xwFH8p6a95NL63Vb { width:302px;height:64px;top:356.546875px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { width:320px;height:2.933129236424px;top:835.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.adaptive-delivery-prevent-bg, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyload, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyloading { background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { background-color: transparent; background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container > .video-iframe-container { display: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container { display: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .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); }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { width:320px;height:849px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { width:320px;height:100.7813px;top:71px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { width:299px;height:486px;top:237.21875px;left:10.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { width:279px;height:54px;top:770.297px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block; }
 }@media only screen and (max-width: 763px) { #ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { width:320px;height:2.933129236424px;top:844.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4ObrfirNswl6ciTXXANk7221dNExG { width:318px;height:552px;top:203.21875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VHo568JDl8nnQ13yi2ppNQccKai8rC2o { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o.adaptive-delivery-prevent-bg, #VHo568JDl8nnQ13yi2ppNQccKai8rC2o.lazyload, #VHo568JDl8nnQ13yi2ppNQccKai8rC2o.lazyloading { background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { background-color: transparent; background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .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); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { width:320px;height:837px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { width:320px;height:82.7813px;top:96px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { width:111px;height:56px;top:20px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #mW7gAEwRCJq17nUE6kUbfU1pCQo88TOr { width:320px;height:320px;top:377.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yXZdr1x8TiiL2T3rUp18zvCWdbtugeym { width:294px;height:294px;top:184.3125px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { width:320px;height:578px;top:184.3125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { width:280px;height:55px;top:625.3125px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block; }
 }@media only screen and (max-width: 763px) { #gm2m9aliNizZq6WLswzTq7hlvwZflNHl { display:block; }#gm2m9aliNizZq6WLswzTq7hlvwZflNHl > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7xrhqXaAOEo8VT1zuzhpWlV0ierdH6 { width:178px;height:36px;top:20px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #UtqFksifkdHr5bVDaR00KUQ6GLJM6Mlz { width:88px;height:49px;top:76px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #gfTGBNC7uAQxFSTgv0Kq3OdMp60REcta { width:50px;height:28px;top:145px;left:135px;display:block; }
 }