.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Lxk88ZRR/fundo_01.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#rS3e4bSXcTgOzQSzEtKkaLNZ50JII7Kp { position:absolute;display:block;z-index:100000;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.15) ;height:2.875rem;width:2.875rem;top:50.8125rem;left:36.0625rem;display:block; }
#yCESA7EsuIh2AyvtnC6hVyp8RNaTrckM { box-sizing:content-box;color:#004673;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:50.8125rem;left:35.875rem;display:block; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-form-header {  }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:26.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #abd16b, #5b7233);background-image: -moz-linear-gradient(180deg, #abd16b, #5b7233);background-image: -ms-linear-gradient(180deg, #abd16b, #5b7233);background-image: -o-linear-gradient(180deg, #abd16b, #5b7233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd16b', endColorstr='#5b7233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd16b', endColorstr='#5b7233' );";background-image: linear-gradient(180deg, #abd16b, #5b7233);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:26.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:700;color:#000000;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container:first-of-type{padding-top:0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container:last-of-type{padding-bottom:0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:9.0000019073488rem;top:29.5rem;z-index:100004;position:absolute; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem;display:block;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap {display:block;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:9.0000019073488rem;top:29.5rem;z-index:100004;position:absolute; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #dUF7bc4lKReE8TK8RPT6w5B7slVU1IO5 { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #ty9Sbhwc3zLid5lM5ZNON8khIuTIqTHp { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #ciN955Tpl6F79BUPtbGFk2eMXwFzxQ9k { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #zy5DLTJhbHcU9etPiCeQnphRRoST2FIF { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #cK7kXTwuSbU6mgA44pog76MeTrXLxwup { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #aTM8pgRnOvQOQF9WoA3CDDN3QoBnoKZX { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #pVI9ZXSiU1qp169AiApcA3JmvqGL8XXu { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #klsEhfuTNTVtI9xmn2ZWWZGcSS7ltJ7C { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #QdUsJkwbIfxMClWxAStT0a9ZSAZMT2TL { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #hiGAeCM4gRxaRxg2GxJuvXGoIEoLesTg { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #IfvQlPLm2GSTTIU8Nes8SLmJZOfh4vd5 { position:relative;z-index:2; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #eCJQvlqT7rEK3ulEu30Z118fMT9wle9b { position:relative; }
#gefEXLOglWoF4NOQc2ncBTxuBPHTQk9D { position:relative;display:block; }
#a6PvM78ImDzzaTeBaRSeOvpiivhpeFPZ { position:relative;display:block; }
#sVwWTh8ahl9TXiVETlg76zh6ogr4y2dO { position:relative;display:block; }
#BgtSzbBKSgyhtcZyTuVsSd9dOohvaOI6 { position:relative;display:block; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #t6JIRTZN26L1BV8GkTt8NSkymrqRurGc { position:relative; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap #KAAaC03p2KtXqExUEMrVHmwvaUWPs0Hv { position:relative; }
#MKWfvZQuk34bKWtvOdiR2VPxiv437939 { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.79);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:31.8125rem;width:32rem;top:18.4375rem;left:7.5rem;display:block; }
#qItqUGHQSDEw19tqB5L2dPqicTTDPSos { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:20.8125rem;left:9.6875rem;height:1.38125rem;display:block; }
#BbTPihbE3WkwqbOTSBNp9FJyiIe7hyyO { color:#000000;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:24.3125rem;left:10rem;height:3.9rem;display:block; }
#oNCNsIfoCStyfOa1MkzC34o0E2Z7t3NP { color:#414247;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.375rem;left:10.625rem;height:2rem;font-style:normal;display:none; }
#N9KPwwfWbxx2oMUdpKWuFsSVPxGNPwo4 { box-sizing:content-box;color:#54b957;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:7.5rem;display:none; }
#oORTN8cvDuORa3lOb2wtpm7QmEfRcfSe { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:1.5rem;left:28.8125rem;height:2rem;font-style:normal;display:none; }
#qF3NIEEbTuu4qM3NXk0ESO1I6XkpsaKX { box-sizing:content-box;color:#54b957;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.9375rem;left:25.9375rem;display:none; }
#Ex4eKInSwW4Sitztgp9ZwvDFCBb7R6rh { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:50.875rem;height:2rem;font-style:normal;display:none; }
#I0U1fPXyJ6ku9SUigrhkkmHgUuR2vMPp { box-sizing:content-box;color:#54b957;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.875rem;left:48rem;display:none; }
#L6biEnfA04AUCiJdBkDVicsv6LsmcEzx { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.3125rem;width:32.375rem;top:8.25rem;left:37.000001907349rem;overflow:hidden;display:block; }
#UkqmK5a0I4d8USGRRoWSUt9IWRadl5D6 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"montserrat 900";font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:11.625rem;left:8.5625rem;height:5.0375rem;display:block; }
#Cr9lgps7Qkd2bEQXEr0tU8vDvFF8srE1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:9.0625rem;top:1.625rem;left:18.718751907349rem;overflow:hidden;display:block; }
#tUGFakw062KrINZbPvZPiAaSeMST66bX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#Ez0KWxKrxN9OQRq582D9UAvQZyiV8SFG { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:1.5rem;left:28.8125rem;height:2.03125rem;font-style:normal;display:block; }
#PVHDzXLVtx9y9TkUg7CThMn67myLBkNk { box-sizing:content-box;color:#d01349;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.9375rem;left:25.9375rem;display:block; }
#m9ArbIGr33CVfkJqSo1JiAlI1AUl4T30 { color:#414247;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.375rem;left:10.625rem;height:2.03125rem;font-style:normal;display:block; }
#vElGnXw09rbST3Ds1XJd3JTa7O2hzqnN { box-sizing:content-box;color:#d01349;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:7.5rem;display:block; }
#TVD91TWgXDCDbQ61TUnHpn3VI4wma6hk { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:50.875rem;height:2.03125rem;font-style:normal;display:block; }
#BN86f1o71ba9gIvTUH7dctWATBv3U0Gt { box-sizing:content-box;color:#d01349;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.875rem;left:48rem;display:block; }
#AlM399XOe8nTbUXJFpOg6y2RV2INuWik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container { background-color: transparent; background-image: none; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container > .video-iframe-container { display: none; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row > .video-iframe-container { display: none; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .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); }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container { border-width: 0; border-radius: 0; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#RWPv1QLJqUcMA28xLW2xwhG8KBct7Pwl { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:mavenpro;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:12.812501139939rem;left:38.75rem;height:28.6875rem;display:block; }
#GnwHqVgsOrUThckLi1yRt6Fu2lHk9XpI { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:9.9375rem;top:34.90625rem;left:27rem;overflow:hidden;display:block; }
#aKFbJHkg7kJITDqlGmbHVo3tlpVRcUNE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:10.8125rem;top:34.65625rem;left:13.125rem;overflow:hidden;display:block; }
#HZ3bPuskI1DyGdQU1bBW5S2PTb9rGTuZ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:10.6875rem;top:28.71875rem;left:23.187501907349rem;overflow:hidden;display:block; }
#J8AMw9hsplKMwTJTh2qZ0uxVfEcyzNoV { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:10.5rem;top:28.718753814698rem;left:11.875001907349rem;overflow:hidden;display:block; }
#FonHQqT8aZ5zhNL92A7S8qBU2E2Bb57Q { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:10.625rem;top:35.41250038147rem;left:19.75rem;overflow:hidden;display:block; }
#xNNRo4BoJw0BPGKeKArmclIxuL99srAD { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:9.875rem;top:35.662502288818rem;left:7.5rem;overflow:hidden;display:block; }
#UN41OI1Vhof6x4afSNkFyvm4raHJ2Me0 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.1875rem;width:39.125rem;top:25.75rem;left:7.5rem;overflow:hidden;display:none; }
#aCc6DXZ9FWV6esraDX741TwfmtKsyT47 { color:#000000;display:block;width:29.3734375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:26.9375rem;left:38.1875rem;height:6.1rem;font-style:normal;display:none; }
#WyDTyf0Ah3sgSaFQDHlNk5r3eXpadsKK { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:3.1875001862645rem;left:38.75rem;height:6.5rem;display:block; }
#BCmbBqIs532SKiT7Zkk2Jvp1I1ZZRcS2 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.375rem;width:27.3125rem;top:0.75rem;left:9.0421886444094rem;overflow:hidden;display:block; }
#awOvLbysU8aSDFtPpgphavXsoJanMAaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container { background-color: transparent; background-image: none; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container > .video-iframe-container { display: none; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row > .video-iframe-container { display: none; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .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); }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container { border-width: 0; border-radius: 0; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS3e4bSXcTgOzQSzEtKkaLNZ50JII7Kp { width:2.875rem;height:2.875rem;top:50.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCESA7EsuIh2AyvtnC6hVyp8RNaTrckM { width:3.25rem;height:3.25rem;top:50.8125rem;left:22.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap  { width:26.5rem;height:auto;top:29.5rem;left:0rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap {display:block;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap { width:26.5rem;height:auto;top:29.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #dUF7bc4lKReE8TK8RPT6w5B7slVU1IO5 {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #ty9Sbhwc3zLid5lM5ZNON8khIuTIqTHp {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #ciN955Tpl6F79BUPtbGFk2eMXwFzxQ9k {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #zy5DLTJhbHcU9etPiCeQnphRRoST2FIF {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #cK7kXTwuSbU6mgA44pog76MeTrXLxwup {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #aTM8pgRnOvQOQF9WoA3CDDN3QoBnoKZX {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #pVI9ZXSiU1qp169AiApcA3JmvqGL8XXu {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #klsEhfuTNTVtI9xmn2ZWWZGcSS7ltJ7C {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #QdUsJkwbIfxMClWxAStT0a9ZSAZMT2TL {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #hiGAeCM4gRxaRxg2GxJuvXGoIEoLesTg {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #IfvQlPLm2GSTTIU8Nes8SLmJZOfh4vd5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #eCJQvlqT7rEK3ulEu30Z118fMT9wle9b {  }
 }@media only screen and (max-width: 763px) { #gefEXLOglWoF4NOQc2ncBTxuBPHTQk9D { display:block; }
 }@media only screen and (max-width: 763px) { #a6PvM78ImDzzaTeBaRSeOvpiivhpeFPZ { display:block; }
 }@media only screen and (max-width: 763px) { #sVwWTh8ahl9TXiVETlg76zh6ogr4y2dO { display:block; }
 }@media only screen and (max-width: 763px) { #BgtSzbBKSgyhtcZyTuVsSd9dOohvaOI6 { display:block; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #t6JIRTZN26L1BV8GkTt8NSkymrqRurGc {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #KAAaC03p2KtXqExUEMrVHmwvaUWPs0Hv {  }
 }@media only screen and (max-width: 763px) { #MKWfvZQuk34bKWtvOdiR2VPxiv437939 { width:32rem;height:31.8125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qItqUGHQSDEw19tqB5L2dPqicTTDPSos { width:27.625rem;height:2.6875rem;top:20.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTPihbE3WkwqbOTSBNp9FJyiIe7hyyO { width:27rem;height:3.875rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNCNsIfoCStyfOa1MkzC34o0E2Z7t3NP { width:11.375rem;height:2rem;top:1.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9KPwwfWbxx2oMUdpKWuFsSVPxGNPwo4 { width:2.4375rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oORTN8cvDuORa3lOb2wtpm7QmEfRcfSe { width:16.625rem;height:2rem;top:1.5rem;left:15.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF3NIEEbTuu4qM3NXk0ESO1I6XkpsaKX { width:2.875rem;height:2.875rem;top:0.9375rem;left:12.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ex4eKInSwW4Sitztgp9ZwvDFCBb7R6rh { width:16.625rem;height:2rem;top:1.4375rem;left:31.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0U1fPXyJ6ku9SUigrhkkmHgUuR2vMPp { width:2.875rem;height:2.875rem;top:0.875rem;left:34.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6biEnfA04AUCiJdBkDVicsv6LsmcEzx { width:32.375rem;height:47.3125rem;top:8.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqmK5a0I4d8USGRRoWSUt9IWRadl5D6 { width:29.5rem;height:5rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr9lgps7Qkd2bEQXEr0tU8vDvFF8srE1 { width:9.0625rem;height:8.9375rem;top:1.625rem;left:5.0937519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUGFakw062KrINZbPvZPiAaSeMST66bX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez0KWxKrxN9OQRq582D9UAvQZyiV8SFG { width:16.625rem;height:2rem;top:1.5rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVHDzXLVtx9y9TkUg7CThMn67myLBkNk { width:2.875rem;height:2.875rem;top:0.9375rem;left:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ArbIGr33CVfkJqSo1JiAlI1AUl4T30 { width:11.375rem;height:2rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vElGnXw09rbST3Ds1XJd3JTa7O2hzqnN { width:2.4375rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVD91TWgXDCDbQ61TUnHpn3VI4wma6hk { width:16.625rem;height:2rem;top:1.4375rem;left:31.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN86f1o71ba9gIvTUH7dctWATBv3U0Gt { width:2.875rem;height:2.875rem;top:0.875rem;left:34.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlM399XOe8nTbUXJFpOg6y2RV2INuWik { display:block; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWPv1QLJqUcMA28xLW2xwhG8KBct7Pwl { width:28.6875rem;height:28.6875rem;top:12.8125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnwHqVgsOrUThckLi1yRt6Fu2lHk9XpI { width:9.9375rem;height:8rem;top:34.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKFbJHkg7kJITDqlGmbHVo3tlpVRcUNE { width:10.8125rem;height:8.5rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3bPuskI1DyGdQU1bBW5S2PTb9rGTuZ { width:10.6875rem;height:7.125rem;top:28.6875rem;left:9.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AMw9hsplKMwTJTh2qZ0uxVfEcyzNoV { width:10.5rem;height:7.0625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FonHQqT8aZ5zhNL92A7S8qBU2E2Bb57Q { width:10.625rem;height:8.375rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNRo4BoJw0BPGKeKArmclIxuL99srAD { width:9.875rem;height:7.625rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN41OI1Vhof6x4afSNkFyvm4raHJ2Me0 { width:39.125rem;height:38.1875rem;top:25.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCc6DXZ9FWV6esraDX741TwfmtKsyT47 { width:29.3125rem;height:6.0625rem;top:26.9375rem;left:18.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyDTyf0Ah3sgSaFQDHlNk5r3eXpadsKK { width:27.75rem;height:6.5rem;top:3.1875rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmbBqIs532SKiT7Zkk2Jvp1I1ZZRcS2 { width:27.3125rem;height:41.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awOvLbysU8aSDFtPpgphavXsoJanMAaD { display:block; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Lxk88ZRR/fundo_01.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rS3e4bSXcTgOzQSzEtKkaLNZ50JII7Kp { width:5rem;height:5rem;top:36.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCESA7EsuIh2AyvtnC6hVyp8RNaTrckM { width:5rem;height:5rem;top:36.375rem;left:14.125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-form-header {  }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #abd16b, #5b7233);background-image: -moz-linear-gradient(180deg, #abd16b, #5b7233);background-image: -ms-linear-gradient(180deg, #abd16b, #5b7233);background-image: -o-linear-gradient(180deg, #abd16b, #5b7233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd16b', endColorstr='#5b7233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd16b', endColorstr='#5b7233' );";background-image: linear-gradient(180deg, #abd16b, #5b7233);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:16.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container:first-of-type{padding-top:0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-container:last-of-type{padding-bottom:0;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.28125rem;top:28.575000762939rem;z-index:100002; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.9375rem;display:block;vertical-align:top; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XqIgXBE25lyEG3RpGg6THiKnT328aeap {display:block;}#XqIgXBE25lyEG3RpGg6THiKnT328aeap { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.28125rem;top:28.575000762939rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #dUF7bc4lKReE8TK8RPT6w5B7slVU1IO5 {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #ty9Sbhwc3zLid5lM5ZNON8khIuTIqTHp {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #ciN955Tpl6F79BUPtbGFk2eMXwFzxQ9k {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #zy5DLTJhbHcU9etPiCeQnphRRoST2FIF {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #cK7kXTwuSbU6mgA44pog76MeTrXLxwup {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #aTM8pgRnOvQOQF9WoA3CDDN3QoBnoKZX {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #pVI9ZXSiU1qp169AiApcA3JmvqGL8XXu {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #klsEhfuTNTVtI9xmn2ZWWZGcSS7ltJ7C {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #QdUsJkwbIfxMClWxAStT0a9ZSAZMT2TL {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #hiGAeCM4gRxaRxg2GxJuvXGoIEoLesTg {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #IfvQlPLm2GSTTIU8Nes8SLmJZOfh4vd5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #eCJQvlqT7rEK3ulEu30Z118fMT9wle9b {  }
 }@media only screen and (max-width: 763px) { #gefEXLOglWoF4NOQc2ncBTxuBPHTQk9D { display:block; }
 }@media only screen and (max-width: 763px) { #a6PvM78ImDzzaTeBaRSeOvpiivhpeFPZ { display:block; }
 }@media only screen and (max-width: 763px) { #sVwWTh8ahl9TXiVETlg76zh6ogr4y2dO { display:block; }
 }@media only screen and (max-width: 763px) { #BgtSzbBKSgyhtcZyTuVsSd9dOohvaOI6 { display:block; }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #t6JIRTZN26L1BV8GkTt8NSkymrqRurGc {  }
 }@media only screen and (max-width: 763px) { #XqIgXBE25lyEG3RpGg6THiKnT328aeap #KAAaC03p2KtXqExUEMrVHmwvaUWPs0Hv {  }
 }@media only screen and (max-width: 763px) { #MKWfvZQuk34bKWtvOdiR2VPxiv437939 { width:20rem;height:39.625rem;top:9.8859374523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qItqUGHQSDEw19tqB5L2dPqicTTDPSos { width:17.1875rem;height:2.4375rem;top:22.1875rem;left:1.5937501192093rem;font-size:0.9375rem;font-family:"muli black";display:block; }
 }@media only screen and (max-width: 763px) { #BbTPihbE3WkwqbOTSBNp9FJyiIe7hyyO { width:17.4375rem;height:3.57421875rem;top:25rem;left:1.2812501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNCNsIfoCStyfOa1MkzC34o0E2Z7t3NP { width:11.375rem;height:1.4625rem;top:50.862500190735rem;left:6.4999998807906rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#333232;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #N9KPwwfWbxx2oMUdpKWuFsSVPxGNPwo4 { width:2.4375rem;height:2.4375rem;top:50.5rem;left:3.8125rem;font-size:1.6875rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #oORTN8cvDuORa3lOb2wtpm7QmEfRcfSe { width:11.375rem;height:1.4625rem;top:53.168749809265rem;left:6.3124998807906rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#484445;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #qF3NIEEbTuu4qM3NXk0ESO1I6XkpsaKX { width:2.875rem;height:2.875rem;top:52.462500572204rem;left:3.5937498807907rem;font-size:2rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4eKInSwW4Sitztgp9ZwvDFCBb7R6rh { width:11.1875rem;height:1.4625rem;top:55.8125rem;left:6.4062498807906rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#454041;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #I0U1fPXyJ6ku9SUigrhkkmHgUuR2vMPp { width:2.875rem;height:2.875rem;top:55.08749961853rem;left:3.5937498807907rem;font-size:2rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #L6biEnfA04AUCiJdBkDVicsv6LsmcEzx { width:20rem;height:29.227375rem;top:7.2093749046325rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #UkqmK5a0I4d8USGRRoWSUt9IWRadl5D6 { width:12.125rem;height:4.63125rem;top:1.7468750476837rem;left:7.8750003576281rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr9lgps7Qkd2bEQXEr0tU8vDvFF8srE1 { width:5.875rem;height:5.75rem;top:1.1875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUGFakw062KrINZbPvZPiAaSeMST66bX { top:21.6875rem;left:1.0874999761581rem;width:17.875rem;height:8rem;z-index:100002;background-color:rgba(253,253,253,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JTNawMq9/Prancheta_6.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.adaptive-delivery-prevent-bg, #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.lazyload, #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.lazyloading { background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:23.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ez0KWxKrxN9OQRq582D9UAvQZyiV8SFG { width:16.625rem;height:0;top:4.6492195129394rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#484445;display:none; }
 }@media only screen and (max-width: 763px) { #PVHDzXLVtx9y9TkUg7CThMn67myLBkNk { width:2.875rem;height:2.875rem;top:3.9375rem;left:2.4375001192093rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9ArbIGr33CVfkJqSo1JiAlI1AUl4T30 { width:11.375rem;height:0;top:1.9929695129394rem;left:6.1249998807907rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#333232;display:none; }
 }@media only screen and (max-width: 763px) { #vElGnXw09rbST3Ds1XJd3JTa7O2hzqnN { width:2.4375rem;height:2.4375rem;top:1.5rem;left:2.6562501192093rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVD91TWgXDCDbQ61TUnHpn3VI4wma6hk { width:16.625rem;height:0;top:3.3374996185302rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#454041;display:none; }
 }@media only screen and (max-width: 763px) { #BN86f1o71ba9gIvTUH7dctWATBv3U0Gt { width:2.875rem;height:2.875rem;top:0rem;left:2.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlM399XOe8nTbUXJFpOg6y2RV2INuWik { display:block; }#AlM399XOe8nTbUXJFpOg6y2RV2INuWik > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWPv1QLJqUcMA28xLW2xwhG8KBct7Pwl { width:18rem;height:24.00976875rem;top:49.387496948243rem;left:1rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GnwHqVgsOrUThckLi1yRt6Fu2lHk9XpI { width:7.625rem;height:6.125rem;top:26.6875rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKFbJHkg7kJITDqlGmbHVo3tlpVRcUNE { width:8.4375rem;height:6.625rem;top:26.5rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3bPuskI1DyGdQU1bBW5S2PTb9rGTuZ { width:7.6875rem;height:5.125rem;top:27.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AMw9hsplKMwTJTh2qZ0uxVfEcyzNoV { width:7.5rem;height:5.0625rem;top:27.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FonHQqT8aZ5zhNL92A7S8qBU2E2Bb57Q { width:7.875rem;height:6.125rem;top:26.6875rem;left:12.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #xNNRo4BoJw0BPGKeKArmclIxuL99srAD { width:7.125rem;height:5.5rem;top:27rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN41OI1Vhof6x4afSNkFyvm4raHJ2Me0 { width:18.625rem;height:18.3125rem;top:7.25rem;left:0.6875rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #aCc6DXZ9FWV6esraDX741TwfmtKsyT47 { width:20rem;height:4.22395625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #WyDTyf0Ah3sgSaFQDHlNk5r3eXpadsKK { width:17.8125rem;height:14.29425rem;top:33.8125rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmbBqIs532SKiT7Zkk2Jvp1I1ZZRcS2 { width:18rem;height:27.25rem;top:6.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awOvLbysU8aSDFtPpgphavXsoJanMAaD { display:block; }#awOvLbysU8aSDFtPpgphavXsoJanMAaD > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }