.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.27);background-image:url("https://images.assets-landingi.com/uc/ed23f6c1-11a8-4a74-846c-e1a0d128172d/CapaTestedeFrequncia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(255,255,255,0.5);top:3.875rem;left:23.625003814698rem;height:1.29948125rem;display:block; }
#UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #b0cc02, rgba(91,88,106,0.64));background-image: -moz-linear-gradient(168deg, #b0cc02, rgba(91,88,106,0.64));background-image: -ms-linear-gradient(168deg, #b0cc02, rgba(91,88,106,0.64));background-image: -o-linear-gradient(168deg, #b0cc02, rgba(91,88,106,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cc02', endColorstr='#a35b586a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cc02', endColorstr='#a35b586a' );";background-image: linear-gradient(168deg, #b0cc02, rgba(91,88,106,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(55,44,63,0.5) ;height:3.8125rem;width:45.75rem;top:7.1875rem;left:13.3125rem;display:block; }
#lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:13.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(47,24,30,0.5);top:14.625rem;left:32.093753814698rem;height:2.4375rem;display:none; }
#wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:15.0625rem;left:5.875rem;height:10.39583125rem;text-align:center;text-align-last:center;display:block; }
#z14REsUKn717Gw35D7OEJJz9vHErDy4H { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:27.326171875rem;left:5.875rem;height:32.48696875rem;text-align:center;text-align-last:center;display:block; }
#Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.375rem;width:23.125rem;top:27.326171875rem;left:43.500003814698rem;overflow:hidden;display:block; }
#qpBbTAERiI9TST0fci9mSDBiliK8VKTu { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:18.6875rem;left:5.84375rem;height:10.3958375rem;text-align:center;text-align-last:center;display:none; }
#qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:18.6875rem;left:5.84375rem;height:10.3958375rem;text-align:center;text-align-last:center;display:none; }
#TupJNLWweFLewU1o3rnrF55qNQd81sr6 { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:15.0625rem;left:5.875rem;height:10.39583125rem;text-align:center;text-align-last:center;display:none; }
#XroUlu13iR023AMVgoGaL0RLyozuTDam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed23f6c1-11a8-4a74-846c-e1a0d128172d/CapaTestedeFrequncia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XroUlu13iR023AMVgoGaL0RLyozuTDam.adaptive-delivery-prevent-bg, #XroUlu13iR023AMVgoGaL0RLyozuTDam.lazyload, #XroUlu13iR023AMVgoGaL0RLyozuTDam.lazyloading { background-image: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { background-color: transparent; background-image: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container > .video-iframe-container { display: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row > .video-iframe-container { display: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .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); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { border-width: 0; border-radius: 0; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#On1401PJGC5fviBh8VNk2mt8mXVc9hT9 { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:1.0618486404419rem;left:34.957683563233rem;height:28.58850625rem;text-align:center;text-align-last:center;display:block; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-form-header { font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .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; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -moz-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -ms-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -o-linear-gradient(112deg, #fe5d00, #ff4848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );";background-image: linear-gradient(112deg, #fe5d00, #ff4848);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:1.25rem;font-weight:bold;color:#ffffff;width:23.125rem;height:3.4375rem;font-family:"montserrat up";overflow:hidden; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO [class*="-text"]:-moz-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO [class*="-text"]::-moz-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .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; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .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.3;float:none; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-container:first-of-type{padding-top:0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-container:last-of-type{padding-bottom:0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100071;position:absolute;top:15.541666030884rem;left:4.0826835632324rem;font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO {display:block;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100071;position:absolute;top:15.541666030884rem;left:4.0826835632324rem;font-size:0.875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #ibW5rfJaXB3zAONJTLLhMxbU8wPZuLsS { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #vGtTa300ui9AIieIuGaC74ZqtbyLECOy { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #rOLBkIZ751EwCH66FhJmlixEIL1TAOoN { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #Ps85XD6eTmi6mpmww3Op6aeuwx1oX9vn { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #T55JM9lNEJ4MxbWJtluVTNXeH0QzTVfk { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #l8uoWwfGCPFvUglSpHKdxhXSBGymXrbE { position:relative; }
#AwmfktfoKSvpuU5qH9cLpzxNoXDvBwBG { position:relative;display:block; }
#QDA0yTh5AGQOstWclX5v8O2BROzIa5HS { position:relative;display:block; }
#JZhDg3OzKGbgcb7SwBFPk5l7MBAUlvcq { position:relative;display:block; }
#b8iReeOw7wnJOHOqXKk9UVP91GkasFpX { position:relative;display:block; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #SkMBK1sP5yEzppt1xNAeI0D90Kw2zu0t { position:relative; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #nqdIbTyJCWL2o0TShKzUGCIsisR3Oqsc { position:relative; }
#kRTFVi3ywl77ER4T4TlXKLrhDfObqCHy { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:7.75rem;top:2.060546875rem;left:13.207683563233rem;overflow:hidden;display:block; }
#rvvzHac8cIqDSecece6MPFrWQp6LxnyR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:17.4375rem;top:5.9980487823486rem;left:8.1764335632325rem;overflow:hidden;display:block; }
#hnRFWSvBzSAgM9ch55Xwx8xwzNffSFUR { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.3);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:24.125rem;width:29.375rem;top:5.8548183441162rem;left:2.2076835632324rem;display:block; }
#McwAci2WLCh08OS5tly1Oyc4tDOkquAQ { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:"muli black";font-size:1rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:14.512371063233rem;left:5.4576835632324rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row .container { background-color: transparent; background-image: none; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row .container > .video-iframe-container { display: none; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row > .video-iframe-container { display: none; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .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); }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row .container { border-width: 0; border-radius: 0; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .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) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { width:27.75rem;height:1.25rem;top:3.875rem;left:10.000003814698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { width:45.75rem;height:3.8125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { width:45.625rem;height:1.75rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { width:10.8125rem;height:2.4375rem;top:14.625rem;left:18.468753814698rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { width:47.75rem;height:10.375rem;top:15.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z14REsUKn717Gw35D7OEJJz9vHErDy4H { width:37.5rem;height:32.4375rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { width:23.125rem;height:32.375rem;top:27.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpBbTAERiI9TST0fci9mSDBiliK8VKTu { width:10.75rem;height:10.5rem;top:25.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { width:20rem;height:35.875rem;top:39.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TupJNLWweFLewU1o3rnrF55qNQd81sr6 { width:20rem;height:10.5rem;top:13.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XroUlu13iR023AMVgoGaL0RLyozuTDam { display:block; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On1401PJGC5fviBh8VNk2mt8mXVc9hT9 { width:37.9375rem;height:28.5625rem;top:1rem;left:9.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO  { width:23.125rem;height:auto;top:15.5rem;left:0rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO {display:block;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO { width:23.125rem;height:auto;top:15.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #ibW5rfJaXB3zAONJTLLhMxbU8wPZuLsS {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #vGtTa300ui9AIieIuGaC74ZqtbyLECOy {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #rOLBkIZ751EwCH66FhJmlixEIL1TAOoN {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #Ps85XD6eTmi6mpmww3Op6aeuwx1oX9vn {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #T55JM9lNEJ4MxbWJtluVTNXeH0QzTVfk {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #l8uoWwfGCPFvUglSpHKdxhXSBGymXrbE {  }
 }@media only screen and (max-width: 763px) { #AwmfktfoKSvpuU5qH9cLpzxNoXDvBwBG { display:block; }
 }@media only screen and (max-width: 763px) { #QDA0yTh5AGQOstWclX5v8O2BROzIa5HS { display:block; }
 }@media only screen and (max-width: 763px) { #JZhDg3OzKGbgcb7SwBFPk5l7MBAUlvcq { display:block; }
 }@media only screen and (max-width: 763px) { #b8iReeOw7wnJOHOqXKk9UVP91GkasFpX { display:block; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #SkMBK1sP5yEzppt1xNAeI0D90Kw2zu0t {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #nqdIbTyJCWL2o0TShKzUGCIsisR3Oqsc {  }
 }@media only screen and (max-width: 763px) { #kRTFVi3ywl77ER4T4TlXKLrhDfObqCHy { width:4.5625rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvvzHac8cIqDSecece6MPFrWQp6LxnyR { width:5.875rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnRFWSvBzSAgM9ch55Xwx8xwzNffSFUR { width:29.375rem;height:24.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McwAci2WLCh08OS5tly1Oyc4tDOkquAQ { width:23.0625rem;height:1.25rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct { display:block; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .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) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cd8931d-d5fc-4871-b01e-c699e1b38668/FundoTestedeFrequnciamobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { width:20rem;height:2.11198125rem;top:1.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { width:20rem;height:3.8125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { width:13.4375rem;height:2.92448125rem;top:7.255859375rem;left:3.2812502980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { width:10.8125rem;height:0;top:11.609375rem;left:4.5937502980232rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { width:20rem;height:0;top:63.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z14REsUKn717Gw35D7OEJJz9vHErDy4H { width:11.375rem;height:0;top:69.85546875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { width:9.25rem;height:12.9375rem;top:24.682292938233rem;left:10.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpBbTAERiI9TST0fci9mSDBiliK8VKTu { width:10.125rem;height:11.615875rem;top:25.4375rem;left:0rem;font-size:0.8125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { width:20rem;height:35.9036125rem;top:38.375rem;left:0rem;font-size:0.8125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #TupJNLWweFLewU1o3rnrF55qNQd81sr6 { width:20rem;height:10.55989375rem;top:13.875rem;left:0rem;font-size:0.8125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #XroUlu13iR023AMVgoGaL0RLyozuTDam { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cd8931d-d5fc-4871-b01e-c699e1b38668/FundoTestedeFrequnciamobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XroUlu13iR023AMVgoGaL0RLyozuTDam.adaptive-delivery-prevent-bg, #XroUlu13iR023AMVgoGaL0RLyozuTDam.lazyload, #XroUlu13iR023AMVgoGaL0RLyozuTDam.lazyloading { background-image: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { background-color: transparent; background-image: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container > .video-iframe-container { display: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row > .video-iframe-container { display: none; }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .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); }#XroUlu13iR023AMVgoGaL0RLyozuTDam > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On1401PJGC5fviBh8VNk2mt8mXVc9hT9 { width:20rem;height:30.62370625rem;top:27.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-text {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-select {padding-top: 0; padding-bottom: 0;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5625rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO  { width:17.5rem;height:auto;top:14.25rem;left:0rem; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO {display:block;}#P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO { width:17.5rem;height:auto;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #ibW5rfJaXB3zAONJTLLhMxbU8wPZuLsS {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #vGtTa300ui9AIieIuGaC74ZqtbyLECOy {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #rOLBkIZ751EwCH66FhJmlixEIL1TAOoN {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #Ps85XD6eTmi6mpmww3Op6aeuwx1oX9vn {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #T55JM9lNEJ4MxbWJtluVTNXeH0QzTVfk {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #l8uoWwfGCPFvUglSpHKdxhXSBGymXrbE {  }
 }@media only screen and (max-width: 763px) { #AwmfktfoKSvpuU5qH9cLpzxNoXDvBwBG { display:block; }
 }@media only screen and (max-width: 763px) { #QDA0yTh5AGQOstWclX5v8O2BROzIa5HS { display:block; }
 }@media only screen and (max-width: 763px) { #JZhDg3OzKGbgcb7SwBFPk5l7MBAUlvcq { display:block; }
 }@media only screen and (max-width: 763px) { #b8iReeOw7wnJOHOqXKk9UVP91GkasFpX { display:block; }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #SkMBK1sP5yEzppt1xNAeI0D90Kw2zu0t {  }
 }@media only screen and (max-width: 763px) { #P2C6VI9PaFDsIiIPaWSzmcJCez2kKkTO #nqdIbTyJCWL2o0TShKzUGCIsisR3Oqsc {  }
 }@media only screen and (max-width: 763px) { #kRTFVi3ywl77ER4T4TlXKLrhDfObqCHy { width:7.75rem;height:4.8125rem;top:0.8125rem;left:6.125rem;z-index:99994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rvvzHac8cIqDSecece6MPFrWQp6LxnyR { width:17.4375rem;height:8.375rem;top:5rem;left:1.25rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #hnRFWSvBzSAgM9ch55Xwx8xwzNffSFUR { width:20rem;height:22.5625rem;top:4rem;left:0rem;z-index:99993;background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #McwAci2WLCh08OS5tly1Oyc4tDOkquAQ { width:20rem;height:1.29948125rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct { display:block; }#oD3XKNSHArdqzOin8rC6CQoGlvRO79Ct > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }