.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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#7e84a3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8fdd948e-024f-4534-bee3-8c35f981a29c/Ativo52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.adaptive-delivery-prevent-bg, #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.lazyload, #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.lazyloading { background-image: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { background-color: transparent; background-image: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container > .video-iframe-container { display: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container { display: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .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); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { border-width: 0; border-radius: 0; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container {  }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { font-size:0.875rem;font-family:arial;height:72.5625rem;width:60rem;position:relative;display:block; }#u2u1tUudKWBnWFDBxON1c5UWEnKEgOM3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:14.0625rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#fXlBfFcnbmb2mgEwFmvlGnDCbZfOQTDR { color:#1f2136;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:4.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.541015625rem;left:2.8125rem;height:5.93115rem;font-style:normal;display:block; }
#ybxp9EevxDhJCnGmLHnLH8p3q2ek2FwN { color:#1f2136;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:4.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26.47119140625rem;left:2.8125rem;height:5.9306625rem;font-style:normal;display:block; }
#D1l0BXnsqeVFBaQTp9bkELiczK4ICvek { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:4.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.4013671875rem;left:2.8125rem;height:5.76855625rem;font-style:normal;display:block; }
#uxic4pNi4owlVlHvDBDBd1NxhKa3CZ27 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:50.3125rem;top:50.3125rem;left:2.28125rem;overflow:hidden;display:block; }
#StBrpBT5Qkq2XT6DhiQkbQmtrQSi9qyK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.75rem;top:35.0625rem;left:23.625rem;overflow:hidden;display:block; }
#dQtJL8RrsDWOCyRTVqCmOrpaFe7yDHJt { color:#7e84a3;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:17.56640625rem;left:2.8125rem;height:2.9746125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#e4EvuFEPdXTQhD7QaI3A6l8RyVkTBWvA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.25rem;top:21.94384765625rem;left:28.5rem;overflow:hidden;display:block; }
#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container { background-color: transparent; background-image: none; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container > .video-iframe-container { display: none; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row > .video-iframe-container { display: none; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .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); }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container { border-width: 0; border-radius: 0; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row > .video-iframe-container {  }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#TTXfOFWiyW8R0XQl990xpFbkmvuQ1BEf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:16.75rem;top:15.875rem;left:41.16943359375rem;overflow:hidden;display:block; }
#QB9AyO0n5AxJecxvTLSWboap3TINZzLc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:13.25rem;top:4.25rem;left:42.653844641359rem;overflow:hidden;display:block; }
#LNz8LJcnphgu50J2mSoRLFl2wssKBwdV { color:#1f2136;display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.375rem;left:1.9375rem;height:16.6211rem;text-align:justify;text-align-last:initial;display:block; }
#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(230deg, #352388, #1f2136);background-image: -moz-linear-gradient(230deg, #352388, #1f2136);background-image: -ms-linear-gradient(230deg, #352388, #1f2136);background-image: -o-linear-gradient(230deg, #352388, #1f2136);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#352388', endColorstr='#1f2136' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#352388', endColorstr='#1f2136' );";background-image: linear-gradient(230deg, #352388, #1f2136);background-size:auto !important;position:relative;display:block; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container { background-color: transparent; background-image: none; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container > .video-iframe-container { display: none; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row > .video-iframe-container { display: none; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .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); }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container { border-width: 0; border-radius: 0; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row > .video-iframe-container {  }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#JJ8d0HdopJ0uks9MO2fqfLJKTomyPS2r { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.37451171875rem;left:2.4375rem;height:5.8496125rem;font-style:normal;display:block; }
#DytqTEQJNxcGohKeCt1crnW7TbG8t3QB { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.22412109375rem;left:19rem;height:11.898425rem;text-align:justify;text-align-last:initial;display:block; }
#tXfeEPP1Tbfv7Hq2xZOEUM9OQifeTrKL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9375rem;width:24.5625rem;top:28.8125rem;left:35.4375rem;overflow:hidden;display:block; }
#feZXfT34hMgSh3eCnCfZatMau6m4JXK5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:35.625rem;top:35.9375rem;left:0.0625rem;overflow:hidden;display:block; }
#vTwo61dmCMe1IWkTgLWLHfJ1yENOPwG6 { color:#7e84a3;display:block;width:30.75rem;position:absolute;font-family:lato;font-size:0.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:33.25rem;left:0rem;height:0.6494125rem;font-style:normal;display:block; }
#fzLbrNpktVJKlyDcZ5fQ2QXu6LXTKRa0 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19rem;height:3.0859375rem;display:block; }
#OXc34nykCennFV3fVuHUXQQAhCTLiRqu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.5625rem;top:23.2724609375rem;left:0rem;overflow:hidden;display:block; }
#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e63073bd-b758-4a96-a59a-8b17725431ac/Ativo43.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL.adaptive-delivery-prevent-bg, #mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL.lazyload, #mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL.lazyloading { background-image: none; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container { background-color: transparent; background-image: none; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container > .video-iframe-container { display: none; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row > .video-iframe-container { display: none; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .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); }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container { border-width: 0; border-radius: 0; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row > .video-iframe-container {  }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container { font-size:0.875rem;font-family:arial;height:111.1875rem;width:60rem;position:relative;display:block; }#exEN8Mb3pTGzmZKezruhXmTLkoOQzBTW { color:#352388;display:block;width:17rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:41.6875rem;height:5.8496125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KQe26bkD03mNV3muP1vOzCaIKOkBwkKk { color:#b59150;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#hzf3TTK53wTdaLoEtFalwyv3GDzt5U3d { color:#b59150;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:1.6875rem;height:4.142575rem;text-align:left;text-align-last:left;display:block; }
#ixgdVhryG4qhbnPQpH8oX2hHWITLed0T { color:#7e84a3;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.953125rem;left:30.46875rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#GZWsZH68zg3VSvqyGLJxivVlrqrClxhT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4.5625rem;top:28.625rem;left:55.4375rem;overflow:hidden;display:block; }
#bzEHDEqsrpcZhreQskkiHSKzQfn5gZAb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:54.125rem;left:39.3125rem;overflow:hidden;display:block; }
#vQmUFSPtHrICeQPBLCTEUrgdCJlN45ct { color:#7e84a3;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:44.9375rem;left:1.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sp1kSMOWqtNR5k9tB4Hxa0k8ZPnWTk0y { color:#7e84a3;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.9375rem;left:24.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMnyEoaAU0ShMMFlTeGBTvZtkWWlcq4W { color:#7e84a3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.9375rem;left:48.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8wFk8hi6DCFAuk9oHPodvGa5wKzAH0E { color:#7e84a3;display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:61rem;left:12.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n33HBlCrLpuOaBtS4oZsUTaSN0WKW2DB { color:#7e84a3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:61rem;left:36.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AORWosRXcWw0l3My2TzG8UNhl7ELFn00 { color:#7e84a3;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RWs4ghLcST1UPNmAgk5qe8ViJFZ3DWGx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:33.9375rem;top:77.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#m7FoTQGHG0kPFkGtKJ0I1srf9XH5dZIa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.3125rem;top:37.875rem;left:26.875rem;overflow:hidden;display:block; }
#NFzUpm2VtC1BRECmTx0KeWLab3K2pnsa { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:37.875rem;left:51.21875rem;overflow:hidden;display:block; }
#TFiLNg1SJPxeXFZFEdfEzJXdiOAOvqBT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.3125rem;top:38rem;left:2.6875rem;overflow:hidden;display:block; }
#LesZh8nzs2Z3TGcrQ7WJcLOqXLKoVaGR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.25rem;top:54.125rem;left:14.71875rem;overflow:hidden;display:block; }
#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z { position:relative;display:block; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z { background-color: transparent; background-image: none; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container > .video-iframe-container { display: none; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row > .video-iframe-container { display: none; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .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); }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z { border-width: 0; border-radius: 0; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container > .video-iframe-container {  }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#7e84a3;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-form-header {  }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:27.375rem;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; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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:27.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-text {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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:27.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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:27.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-select {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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(157deg, #311e86, #193ee3);background-image: -moz-linear-gradient(157deg, #311e86, #193ee3);background-image: -ms-linear-gradient(157deg, #311e86, #193ee3);background-image: -o-linear-gradient(157deg, #311e86, #193ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#311e86', endColorstr='#193ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#311e86', endColorstr='#193ee3' );";background-image: linear-gradient(157deg, #311e86, #193ee3);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:27.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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:26.1875rem;overflow:hidden;font-style:normal; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-container:first-of-type{padding-top:0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-container:last-of-type{padding-bottom:0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;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;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:30.125rem;top:4.9375rem;z-index:100000;position:absolute; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .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; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT {display:block;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;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;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:30.125rem;top:4.9375rem;z-index:15000;position:absolute; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #INcA0PJKt7msGdC0PGroZTmL0V2qlXBb { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #IZ5Qtvha92i18ZzqPk8qsiwrUg2aTlLr { position:relative;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #b3u2PULnNcoLdTemDo6hSEvAWru9U32J { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #p3cnJNVg797i5ccpJTRUmtO42sKDBrTa { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #mgigKFGA2l3OhxZTiLcyt6y0OiuAJEk6 { position:relative;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #RvEihFmZhNycQKDvyD8gktCTeurN9zMH { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #tCUc0m6WOGObEfNWwIyEkEmUTXwuNvhH { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #Rc24Ae7zCHA3EVlhTrFn761OplTyvv2U { position:relative;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #aINrhrOv9DNUeqqZTJBxRbehxliQi0ko { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #n5Mgd6IKxCwRF9DD7frT4yUXNENENTi1 { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #JPa45R949o4RX5xbTZt4Ik7eTodw7opQ { position:relative;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #J5zFhhO3IiTEFv4v9eTITtEQxfckUR7T { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #c6vR9zM7PXqq1RrSzBkEq0vqaz1nDg8x { position:relative; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #E0z9MZgM68BXwQIBLWF8dhHeDp8VJVBz { position:relative; }
#I5ovmZWhAX0d4Gl7GoKQdRnuBnmrvd5O { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:lato;font-size:5.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.6875rem;left:2.75rem;height:10.25rem;font-style:normal;display:block; }
#TtG1vRaQZwtaMkBePbAqn0nldVEZTHeT { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.1904296875rem;left:4.4375rem;height:8.93555rem;font-style:normal;display:block; }
#W2w2NBeTpPqScxc30gViVfhp3S8MbywE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #1f2136, #352388);background-image: -moz-linear-gradient(169deg, #1f2136, #352388);background-image: -ms-linear-gradient(169deg, #1f2136, #352388);background-image: -o-linear-gradient(169deg, #1f2136, #352388);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2136', endColorstr='#352388' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2136', endColorstr='#352388' );";background-image: linear-gradient(169deg, #1f2136, #352388);background-size:auto !important;position:relative;display:block; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container { background-color: transparent; background-image: none; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container > .video-iframe-container { display: none; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row > .video-iframe-container { display: none; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .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); }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container { border-width: 0; border-radius: 0; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row > .video-iframe-container {  }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#SHEJxw5xkw6Jd24fPEiI7muViI0bGOU0 { color:#7e84a3;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1005859375rem;left:2.5625rem;height:7.7988375rem;font-style:normal;display:block; }
#a741CrLDdUstiP9iWrWU6E4LemqBcpuw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:40.0625rem;top:17.0625rem;left:2.5625rem;overflow:hidden;display:block; }
#gM3GAqsVJ5Mnqc6fb9DsHvzGrDg1NgXc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:9.1875rem;top:6.0615234375rem;left:30.625rem;overflow:hidden;display:block; }
#TQFDCHItoIu7UmNxAkEvMfQ1l6zMvA7S { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:14.875rem;top:7.7177734375rem;left:41.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA { display:block; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2u1tUudKWBnWFDBxON1c5UWEnKEgOM3 { top:3rem;left:0rem;width:14.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXlBfFcnbmb2mgEwFmvlGnDCbZfOQTDR { top:20.5rem;left:0rem;width:27.3125rem;height:5.875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybxp9EevxDhJCnGmLHnLH8p3q2ek2FwN { top:26.4375rem;left:0rem;width:34.5rem;height:5.875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1l0BXnsqeVFBaQTp9bkELiczK4ICvek { top:32.375rem;left:0rem;width:20.4375rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxic4pNi4owlVlHvDBDBd1NxhKa3CZ27 { top:50.3125rem;left:0rem;width:47.75rem;height:18.566149068323rem;display:block; }
 }@media only screen and (max-width: 763px) { #StBrpBT5Qkq2XT6DhiQkbQmtrQSi9qyK { top:35.0625rem;left:17.5rem;width:12.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtJL8RrsDWOCyRTVqCmOrpaFe7yDHJt { top:17.5625rem;left:0rem;width:35.3125rem;height:2.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4EvuFEPdXTQhD7QaI3A6l8RyVkTBWvA { top:21.9375rem;left:22.375rem;width:3.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG { display:block; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTXfOFWiyW8R0XQl990xpFbkmvuQ1BEf { top:15.875rem;left:31rem;width:16.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB9AyO0n5AxJecxvTLSWboap3TINZzLc { top:4.25rem;left:32.875rem;width:13.25rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz8LJcnphgu50J2mSoRLFl2wssKBwdV { top:3.375rem;left:0rem;width:33.5625rem;height:16.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 { display:block; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ8d0HdopJ0uks9MO2fqfLJKTomyPS2r { top:3.3125rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytqTEQJNxcGohKeCt1crnW7TbG8t3QB { top:9.1875rem;left:8.1875rem;width:39.5625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXfeEPP1Tbfv7Hq2xZOEUM9OQifeTrKL { top:28.8125rem;left:23.1875rem;width:24.5625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZXfT34hMgSh3eCnCfZatMau6m4JXK5 { top:35.9375rem;left:0rem;width:35.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwo61dmCMe1IWkTgLWLHfJ1yENOPwG6 { top:33.25rem;left:0rem;width:30.75rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLbrNpktVJKlyDcZ5fQ2QXu6LXTKRa0 { top:5.8125rem;left:12.125rem;width:35.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXc34nykCennFV3fVuHUXQQAhCTLiRqu { top:23.25rem;left:0rem;width:5.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL { display:block; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exEN8Mb3pTGzmZKezruhXmTLkoOQzBTW { top:2.1875rem;left:30.75rem;width:17rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQe26bkD03mNV3muP1vOzCaIKOkBwkKk { top:9.3125rem;left:0rem;width:32.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzf3TTK53wTdaLoEtFalwyv3GDzt5U3d { top:12.125rem;left:0rem;width:27.9375rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixgdVhryG4qhbnPQpH8oX2hHWITLed0T { top:16.9375rem;left:20.6875rem;width:27.0625rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWsZH68zg3VSvqyGLJxivVlrqrClxhT { top:28.625rem;left:43.1875rem;width:4.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzEHDEqsrpcZhreQskkiHSKzQfn5gZAb { top:54.125rem;left:33.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQmUFSPtHrICeQPBLCTEUrgdCJlN45ct { top:44.9375rem;left:0rem;width:8.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1kSMOWqtNR5k9tB4Hxa0k8ZPnWTk0y { top:44.9375rem;left:18.625rem;width:10.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMnyEoaAU0ShMMFlTeGBTvZtkWWlcq4W { top:44.9375rem;left:36.3125rem;width:11.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wFk8hi6DCFAuk9oHPodvGa5wKzAH0E { top:61rem;left:6.625rem;width:10.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33HBlCrLpuOaBtS4oZsUTaSN0WKW2DB { top:61rem;left:30.5rem;width:11.4375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AORWosRXcWw0l3My2TzG8UNhl7ELFn00 { top:32.875rem;left:0rem;width:18.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWs4ghLcST1UPNmAgk5qe8ViJFZ3DWGx { top:77.1875rem;left:0rem;width:33.9375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FoTQGHG0kPFkGtKJ0I1srf9XH5dZIa { top:37.875rem;left:20.75rem;width:6.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFzUpm2VtC1BRECmTx0KeWLab3K2pnsa { top:37.875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiLNg1SJPxeXFZFEdfEzJXdiOAOvqBT { top:38rem;left:0rem;width:6.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesZh8nzs2Z3TGcrQ7WJcLOqXLKoVaGR { top:54.125rem;left:8.59375rem;width:6.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z { display:block; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-text {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-select {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-button { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT  { width:27.375rem;height:auto;top:4.9375rem;left:17.875rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT {display:block;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT { width:27.375rem;height:auto;top:4.9375rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #INcA0PJKt7msGdC0PGroZTmL0V2qlXBb {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #IZ5Qtvha92i18ZzqPk8qsiwrUg2aTlLr { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #b3u2PULnNcoLdTemDo6hSEvAWru9U32J {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #p3cnJNVg797i5ccpJTRUmtO42sKDBrTa {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #mgigKFGA2l3OhxZTiLcyt6y0OiuAJEk6 { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #RvEihFmZhNycQKDvyD8gktCTeurN9zMH {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #tCUc0m6WOGObEfNWwIyEkEmUTXwuNvhH {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #Rc24Ae7zCHA3EVlhTrFn761OplTyvv2U { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #aINrhrOv9DNUeqqZTJBxRbehxliQi0ko {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #n5Mgd6IKxCwRF9DD7frT4yUXNENENTi1 {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #JPa45R949o4RX5xbTZt4Ik7eTodw7opQ { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #J5zFhhO3IiTEFv4v9eTITtEQxfckUR7T {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #c6vR9zM7PXqq1RrSzBkEq0vqaz1nDg8x {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #E0z9MZgM68BXwQIBLWF8dhHeDp8VJVBz {  }
 }@media only screen and (max-width: 763px) { #I5ovmZWhAX0d4Gl7GoKQdRnuBnmrvd5O { top:6.6875rem;left:0rem;width:21.625rem;height:10.25rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtG1vRaQZwtaMkBePbAqn0nldVEZTHeT { top:18.1875rem;left:1.375rem;width:17.25rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2w2NBeTpPqScxc30gViVfhp3S8MbywE { display:block; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHEJxw5xkw6Jd24fPEiI7muViI0bGOU0 { top:5.0625rem;left:0rem;width:26.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a741CrLDdUstiP9iWrWU6E4LemqBcpuw { top:17.0625rem;left:0rem;width:40.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3GAqsVJ5Mnqc6fb9DsHvzGrDg1NgXc { top:6rem;left:24.5rem;width:9.1875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFDCHItoIu7UmNxAkEvMfQ1l6zMvA7S { top:7.6875rem;left:31.1875rem;width:14.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72f0e8ac-a231-4360-97de-c2bff7bbfcf3/Ativo26.crop_1428x1400_679,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.adaptive-delivery-prevent-bg, #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.lazyload, #bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA.lazyloading { background-image: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { background-color: transparent; background-image: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container > .video-iframe-container { display: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container { display: none; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .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); }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { border-width: 0; border-radius: 0; }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row > .video-iframe-container {  }#bw55TJ1uciNVJ1kEGGfac23r7hiTLTnA > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2u1tUudKWBnWFDBxON1c5UWEnKEgOM3 { width:6.9375rem;height:1.4375rem;top:1.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXlBfFcnbmb2mgEwFmvlGnDCbZfOQTDR { width:20rem;height:2.5996125rem;top:9.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybxp9EevxDhJCnGmLHnLH8p3q2ek2FwN { width:20rem;height:2.5996125rem;top:12.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1l0BXnsqeVFBaQTp9bkELiczK4ICvek { width:18.25rem;height:2.5996125rem;top:14.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxic4pNi4owlVlHvDBDBd1NxhKa3CZ27 { width:18.5625rem;height:7.1875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StBrpBT5Qkq2XT6DhiQkbQmtrQSi9qyK { width:4.5rem;height:5.375rem;top:15.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtJL8RrsDWOCyRTVqCmOrpaFe7yDHJt { width:20rem;height:1.9248rem;top:7.84375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#7e84a3;display:block; }
 }@media only screen and (max-width: 763px) { #e4EvuFEPdXTQhD7QaI3A6l8RyVkTBWvA { width:1.75rem;height:2.0625rem;top:9.7060546875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG { display:block; }#GCnJ3PC5rewi1gAFTJVP6WrvTHDtzbXG > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTXfOFWiyW8R0XQl990xpFbkmvuQ1BEf { width:9.1875rem;height:1.9375rem;top:14.5625rem;left:9.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QB9AyO0n5AxJecxvTLSWboap3TINZzLc { width:5.25rem;height:3.25rem;top:13.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz8LJcnphgu50J2mSoRLFl2wssKBwdV { width:17.1875rem;height:10.581075rem;top:1.625rem;left:1.4375rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;color:#1f2136;display:block; }
 }@media only screen and (max-width: 763px) { #H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 { display:block; }#H2KLNWXSdNT94cCVgylVM7qR9efSAeM5 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ8d0HdopJ0uks9MO2fqfLJKTomyPS2r { width:7.0625rem;height:3.57421875rem;top:1.3125rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytqTEQJNxcGohKeCt1crnW7TbG8t3QB { width:15.375rem;height:12.597675rem;top:9.41064453125rem;left:2.3125rem;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tXfeEPP1Tbfv7Hq2xZOEUM9OQifeTrKL { width:10.625rem;height:8.25rem;top:36.70751953125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feZXfT34hMgSh3eCnCfZatMau6m4JXK5 { width:19.5rem;height:4.25rem;top:30.8125rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTwo61dmCMe1IWkTgLWLHfJ1yENOPwG6 { width:20rem;height:0.6499rem;top:28.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLbrNpktVJKlyDcZ5fQ2QXu6LXTKRa0 { width:9.5rem;height:5.68359375rem;top:3.51171875rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXc34nykCennFV3fVuHUXQQAhCTLiRqu { width:3.0625rem;height:2.4375rem;top:24.62060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL { display:block; }#mQPJTMEoiVdLnNrmA3UV4RKzp1aTVzKL > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exEN8Mb3pTGzmZKezruhXmTLkoOQzBTW { width:8.4375rem;height:3.57421875rem;top:1.0625rem;left:11rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQe26bkD03mNV3muP1vOzCaIKOkBwkKk { width:10.8125rem;height:2.2744125rem;top:4.63671875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzf3TTK53wTdaLoEtFalwyv3GDzt5U3d { width:13.875rem;height:5.27831875rem;top:7.625rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixgdVhryG4qhbnPQpH8oX2hHWITLed0T { width:16.5625rem;height:6.82225rem;top:13.78515625rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWsZH68zg3VSvqyGLJxivVlrqrClxhT { width:4.5625rem;height:3.625rem;top:24.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzEHDEqsrpcZhreQskkiHSKzQfn5gZAb { width:4.8125rem;height:4.8125rem;top:45.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQmUFSPtHrICeQPBLCTEUrgdCJlN45ct { width:9.6875rem;height:2.111325rem;top:32.39453125rem;left:5.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1kSMOWqtNR5k9tB4Hxa0k8ZPnWTk0y { width:8.75rem;height:2.111325rem;top:37.1875rem;left:5.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uMnyEoaAU0ShMMFlTeGBTvZtkWWlcq4W { width:9.4375rem;height:2.111325rem;top:42.255859375rem;left:5.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g8wFk8hi6DCFAuk9oHPodvGa5wKzAH0E { width:8.25rem;height:2.2744125rem;top:51.875rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n33HBlCrLpuOaBtS4oZsUTaSN0WKW2DB { width:10.1875rem;height:2.111325rem;top:47.14453125rem;left:4.34375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AORWosRXcWw0l3My2TzG8UNhl7ELFn00 { width:10.1875rem;height:1.625rem;top:26.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWs4ghLcST1UPNmAgk5qe8ViJFZ3DWGx { width:7.0625rem;height:5.5rem;top:58.9052734375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FoTQGHG0kPFkGtKJ0I1srf9XH5dZIa { width:4.8125rem;height:4.875rem;top:35.88671875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFzUpm2VtC1BRECmTx0KeWLab3K2pnsa { width:4.75rem;height:4.75rem;top:41.017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiLNg1SJPxeXFZFEdfEzJXdiOAOvqBT { width:4.875rem;height:4.8125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesZh8nzs2Z3TGcrQ7WJcLOqXLKoVaGR { width:4.875rem;height:4.9375rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z { display:block; }#izRliQsIduzXtDsKvTS9hBHsvU0Ws44Z > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-text {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-select {padding-top: 0; padding-bottom: 0;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT  { width:17.5rem;height:auto;top:15.224609375rem;left:0rem; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT {display:block;}#BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT { width:17.5rem;height:auto;top:15.224609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #INcA0PJKt7msGdC0PGroZTmL0V2qlXBb {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #IZ5Qtvha92i18ZzqPk8qsiwrUg2aTlLr { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #b3u2PULnNcoLdTemDo6hSEvAWru9U32J {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #p3cnJNVg797i5ccpJTRUmtO42sKDBrTa {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #mgigKFGA2l3OhxZTiLcyt6y0OiuAJEk6 { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #RvEihFmZhNycQKDvyD8gktCTeurN9zMH {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #tCUc0m6WOGObEfNWwIyEkEmUTXwuNvhH {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #Rc24Ae7zCHA3EVlhTrFn761OplTyvv2U { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #aINrhrOv9DNUeqqZTJBxRbehxliQi0ko {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #n5Mgd6IKxCwRF9DD7frT4yUXNENENTi1 {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #JPa45R949o4RX5xbTZt4Ik7eTodw7opQ { display:block; }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #J5zFhhO3IiTEFv4v9eTITtEQxfckUR7T {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #c6vR9zM7PXqq1RrSzBkEq0vqaz1nDg8x {  }
 }@media only screen and (max-width: 763px) { #BFs7deETnyCT5Qh4PJ5UHGPdBZzN7qVT #E0z9MZgM68BXwQIBLWF8dhHeDp8VJVBz {  }
 }@media only screen and (max-width: 763px) { #I5ovmZWhAX0d4Gl7GoKQdRnuBnmrvd5O { width:12.5rem;height:2rem;top:3.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtG1vRaQZwtaMkBePbAqn0nldVEZTHeT { width:9.625rem;height:9.0986375rem;top:6.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2w2NBeTpPqScxc30gViVfhp3S8MbywE { display:block; }#W2w2NBeTpPqScxc30gViVfhp3S8MbywE > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHEJxw5xkw6Jd24fPEiI7muViI0bGOU0 { width:18.0625rem;height:9.09864375rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a741CrLDdUstiP9iWrWU6E4LemqBcpuw { width:20rem;height:1.5288611544462rem;top:16.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3GAqsVJ5Mnqc6fb9DsHvzGrDg1NgXc { width:9.1875rem;height:5.875rem;top:19.750975rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFDCHItoIu7UmNxAkEvMfQ1l6zMvA7S { width:14.875rem;height:3rem;top:26.875975rem;left:2.5625rem;display:block; }
 }