.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: 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 > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:14px;font-family:arial;height:1051px;width:1200px;position:relative;display:block; }#TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { color:#000000;display:block;width:444px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 5px rgba(255,255,255,0.5);top:62px;left:378.00006103516px;height:20.7917px;display:block; }
#UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { position:absolute;display:block;z-index:15001;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 10px rgba(55,44,63,0.5) ;height:61px;width:732px;top:115px;left:213px;display:block; }
#lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { color:#ffffff;display:block;width:730px;position:absolute;font-family:"montserrat 900";font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:132px;left:212px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { color:#000000;display:block;width:173px;position:absolute;font-family:"montserrat 900";font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(47,24,30,0.5);top:234px;left:513.50006103516px;height:39px;display:none; }
#wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { color:#000000;display:block;width:971px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:241px;left:94px;height:166.3333px;text-align:center;text-align-last:center;display:block; }
#z14REsUKn717Gw35D7OEJJz9vHErDy4H { color:#000000;display:block;width:600px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:437.21875px;left:94px;height:602.9582px;text-align:center;text-align-last:center;display:block; }
#Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:556px;width:462px;top:460.6875px;left:657.00006103516px;overflow:hidden;display:block; }
#qpBbTAERiI9TST0fci9mSDBiliK8VKTu { color:#000000;display:block;width:971px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:299px;left:93.5px;height:166.3334px;text-align:center;text-align-last:center;display:none; }
#qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { color:#000000;display:block;width:971px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:299px;left:93.5px;height:166.3334px;text-align:center;text-align-last:center;display:none; }
#TupJNLWweFLewU1o3rnrF55qNQd81sr6 { color:#000000;display:block;width:971px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:241px;left:94px;height:166.3333px;text-align:center;text-align-last:center;display:none; }
#dnitpgTIp6xvrbA4wGPmKGS8gGV1MU67 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:38px;top:892.98962402344px;left:991.33331298828px;overflow:hidden;display:block; }
#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G { 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; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.adaptive-delivery-prevent-bg, #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.lazyload, #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.lazyloading { background-image: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { background-color: transparent; background-image: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container > .video-iframe-container { display: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container { display: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .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); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { border-width: 0; border-radius: 0; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container {  }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { font-size:14px;font-family:arial;height:506px;width:1200px;position:relative;display:block; }#FVgdELoRffHTEOH4eWh4XhCXX10cLp5H { color:#000000;display:block;width:607px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.3);top:16.98957824707px;left:559.32293701172px;height:436.6248px;text-align:center;text-align-last:center;display:block; }
#HTlFwQDap9gesJa28XTFXagnoQqaqhJ6 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(208deg, rgba(250,213,32,0.5), rgba(0,0,0,0.61));background-image: -moz-linear-gradient(208deg, rgba(250,213,32,0.5), rgba(0,0,0,0.61));background-image: -ms-linear-gradient(208deg, rgba(250,213,32,0.5), rgba(0,0,0,0.61));background-image: -o-linear-gradient(208deg, rgba(250,213,32,0.5), rgba(0,0,0,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ffad520', endColorstr='#9b000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ffad520', endColorstr='#9b000000' );";background-image: linear-gradient(208deg, rgba(250,213,32,0.5), rgba(0,0,0,0.61));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:447px;width:470px;top:26px;left:36.822937011719px;display:block; }
#bGHWIgekA2FpAg6LuTIB4fSu0CTdTRvT { color:#000000;display:block;width:369px;position:absolute;font-family:"muli black";font-size:16px;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:181.79168701172px;left:87.322937011719px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-form-header { font-size:12px; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-regular-label { height:auto;display:block;font-family:"montserrat 500";font-size:12px;font-weight:bold;color:#ffffff;width:440px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -moz-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -ms-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -o-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ceeba30', endColorstr='#d1eeba30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ceeba30', endColorstr='#d1eeba30' );";background-image: linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:440px;box-sizing:border-box;height:41px;color:#fefefe;font-size:19px;overflow:hidden;font-family:"montserrat 900";vertical-align:top;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -moz-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -ms-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-image: -o-linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ceeba30', endColorstr='#d1eeba30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ceeba30', endColorstr='#d1eeba30' );";background-image: linear-gradient(180deg, rgba(238,186,48,0.3), rgba(238,186,48,0.82));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:440px;box-sizing:border-box;height:70px;color:#fefefe;font-size:19px;overflow:hidden;font-family:"montserrat 900";vertical-align:top;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:440px;box-sizing:border-box;height:40px;color:#ffffff;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(180deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(180deg, #00ff86, #0f7953);background-image: -o-linear-gradient(180deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(180deg, #00ff86, #0f7953);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:700;color:#fffcf3;width:440px;height:70px;font-family:"open sans";overflow:hidden;box-shadow: 1px 5px 30px #0f7953 ;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-style:normal;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.55);font-family:raleway;font-size:14px;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.55);font-family:raleway;font-size:14px;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.55);font-family:raleway;font-size:14px;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.55);font-family:raleway;font-size:14px;text-align:center;text-align-last:center; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .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:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:421px;overflow:hidden;font-style:normal;float:none; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container { padding-top:9px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container:first-of-type{padding-top:0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container:last-of-type{padding-bottom:0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:440px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-size:12px;left:31.822937011719px;top:191.59375px;z-index:15047;position:absolute; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:440px;display:block;vertical-align:top; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-info-text { display:block;height:auto;font-family:raleway;font-size:10px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak {display:block;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:440px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-size:12px;left:31.822937011719px;top:191.59375px;z-index:15047;position:absolute; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #UvQZJnTzwJEAAJJdhKhTL1KpmC1VOtLu { position:relative; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #d4N0fklZke3JKFDgVwR5aoEGwdnpfshJ { position:relative;display:block; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #ma39iDexAGeGOqbbXvWA0iV85a0TSTL3 { position:relative; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #fWyaNnkFU0FRTxShvMZ4XNGS6XJk22sL { position:relative; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #rn8BfDOgfCA3CIutE6K2x4VfINybFw62 { position:relative;display:block; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #V5TAb6tbJRqCATB8NgJRWcNAs69cE5xz { position:relative; }
#WmAtPqltdTBgCuy6v49v2Cqyiq4hAwWD { position:relative;display:block; }
#IO7CvmwcBi5ziwIwXF7DifE7rn0diLxK { position:relative;display:block; }
#ghsq9CHcZJTCpO1VZTzUyLm9JipIOWkE { position:relative;display:block; }
#qbcq644UfUkWR3OMiZHX73Fm3HzLrWTc { position:relative;display:block; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #o81HaW7iLxBV2bbElag6AwyiUTKDKmfD { position:relative; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #pXmZXq7hhDcS10u0iiwI7a4cuhWlv9N3 { position:relative; }
#TcuWvTx39bcpcakSVeAVOreoGS525nvz { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:131px;width:343px;top:51.975036621094px;left:100.31253051758px;overflow:hidden;display:block; }
#dKIwcqUuC6kM8uc2NzI5vBCMgrGvkvoE { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:43px;top:82.96875px;left:414.32293701172px;overflow:hidden;display:block; }
#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container { background-color: transparent; background-image: none; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container > .video-iframe-container { display: none; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row > .video-iframe-container { display: none; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .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); }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container { border-width: 0; border-radius: 0; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row > .video-iframe-container {  }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { width:444px;height:20px;top:62px;left:160.00006103516px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { width:732px;height:61px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { width:730px;height:28px;top:132px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { width:173px;height:39px;top:234px;left:295.50006103516px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { width:764px;height:166px;top:241px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z14REsUKn717Gw35D7OEJJz9vHErDy4H { width:600px;height:602px;top:437px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { width:462px;height:556px;top:460px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #qpBbTAERiI9TST0fci9mSDBiliK8VKTu { width:172px;height:168px;top:410px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { width:320px;height:675px;top:614px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #TupJNLWweFLewU1o3rnrF55qNQd81sr6 { width:320px;height:168px;top:222px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #dnitpgTIp6xvrbA4wGPmKGS8gGV1MU67 { width:38px;height:59px;top:892px;left:726px;display:block; }
 }@media only screen and (max-width: 763px) { #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G { display:block; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVgdELoRffHTEOH4eWh4XhCXX10cLp5H { width:607px;height:436px;top:16px;left:157px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HTlFwQDap9gesJa28XTFXagnoQqaqhJ6 { width:470px;height:447px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bGHWIgekA2FpAg6LuTIB4fSu0CTdTRvT { width:369px;height:20px;top:181px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-regular-label { width:440px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-textarea { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-button { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-checkbox-label { width:421px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak  { width:440px;height:auto;top:191px;left:0px; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .radio-container { width:440px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak {display:block;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak { width:440px;height:auto;top:191px;left:0px; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #UvQZJnTzwJEAAJJdhKhTL1KpmC1VOtLu {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #d4N0fklZke3JKFDgVwR5aoEGwdnpfshJ { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #ma39iDexAGeGOqbbXvWA0iV85a0TSTL3 {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #fWyaNnkFU0FRTxShvMZ4XNGS6XJk22sL {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #rn8BfDOgfCA3CIutE6K2x4VfINybFw62 { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #V5TAb6tbJRqCATB8NgJRWcNAs69cE5xz {  }
 }@media only screen and (max-width: 763px) { #WmAtPqltdTBgCuy6v49v2Cqyiq4hAwWD { display:block; }
 }@media only screen and (max-width: 763px) { #IO7CvmwcBi5ziwIwXF7DifE7rn0diLxK { display:block; }
 }@media only screen and (max-width: 763px) { #ghsq9CHcZJTCpO1VZTzUyLm9JipIOWkE { display:block; }
 }@media only screen and (max-width: 763px) { #qbcq644UfUkWR3OMiZHX73Fm3HzLrWTc { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #o81HaW7iLxBV2bbElag6AwyiUTKDKmfD {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #pXmZXq7hhDcS10u0iiwI7a4cuhWlv9N3 {  }
 }@media only screen and (max-width: 763px) { #TcuWvTx39bcpcakSVeAVOreoGS525nvz { width:343px;height:131px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dKIwcqUuC6kM8uc2NzI5vBCMgrGvkvoE { width:43px;height:65px;top:82px;left:196.32293701172px;display:block; }
 }@media only screen and (max-width: 763px) { #VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR { display:block; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container { width:764px;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:320px;height:1308px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKhVat5goCEIEMPZdvbDJZ9B6O7wEo3 { width:320px;height:33.7917px;top:31px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFDf4mRXIAO8gG1M2VsUoDfcB1z0uIXi { width:320px;height:61px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lsUi6n3vWLDgKfVu2R1TJLSGFUKsISlS { width:215px;height:46.7917px;top:116.09375px;left:52.500004768372px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VTlruhpVTk0mI6ichrWFqdvmsLvIT97G { width:173px;height:0;top:185.75px;left:73.500004768372px;font-size:29px;display:none; }
 }@media only screen and (max-width: 763px) { #wMtIyGCSBzimI5GO8mMaXTfhSUELiq0J { width:320px;height:0;top:1013px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #z14REsUKn717Gw35D7OEJJz9vHErDy4H { width:182px;height:0;top:1117.6875px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Rm023rNLoAozX0dz81fDV0XVPCV6CTW3 { width:182px;height:220px;top:385.41668701172px;left:137.98958301544px;display:block; }
 }@media only screen and (max-width: 763px) { #qpBbTAERiI9TST0fci9mSDBiliK8VKTu { width:162px;height:185.854px;top:407px;left:0px;font-size:13px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qqciCkmPhLdrQgRN8MIBt1qUBzKKpwZk { width:320px;height:675.8329px;top:614px;left:0px;font-size:13px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TupJNLWweFLewU1o3rnrF55qNQd81sr6 { width:320px;height:168.9583px;top:222px;left:0px;font-size:13px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dnitpgTIp6xvrbA4wGPmKGS8gGV1MU67 { width:18px;height:27px;top:553.82293701172px;left:268.50002002716px;display:block; }
 }@media only screen and (max-width: 763px) { #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cd8931d-d5fc-4871-b01e-c699e1b38668/FundoTestedeFrequnciamobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.adaptive-delivery-prevent-bg, #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.lazyload, #VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G.lazyloading { background-image: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { background-color: transparent; background-image: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container > .video-iframe-container { display: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container { display: none; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .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); }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { border-width: 0; border-radius: 0; }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row > .video-iframe-container {  }#VNerPEfepFyun8n6Tc6WkNZTMOGW7D4G > .row .container { width:320px;height:911px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVgdELoRffHTEOH4eWh4XhCXX10cLp5H { width:320px;height:473.0834px;top:415px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HTlFwQDap9gesJa28XTFXagnoQqaqhJ6 { width:320px;height:391px;top:10px;left:0px;z-index:14993;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) { #bGHWIgekA2FpAg6LuTIB4fSu0CTdTRvT { width:320px;height:20.7917px;top:117px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-text {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-select {padding-top: 0; padding-bottom: 0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:18px;overflow:hidden; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container:first-of-type{padding-top:0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .widget-container:last-of-type{padding-bottom:0;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak  { width:280px;height:auto;top:144px;left:0px;z-index:15059; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak {display:block;}#TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak { width:280px;height:auto;top:144px;left:0px;z-index:15059; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #UvQZJnTzwJEAAJJdhKhTL1KpmC1VOtLu {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #d4N0fklZke3JKFDgVwR5aoEGwdnpfshJ { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #ma39iDexAGeGOqbbXvWA0iV85a0TSTL3 {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #fWyaNnkFU0FRTxShvMZ4XNGS6XJk22sL {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #rn8BfDOgfCA3CIutE6K2x4VfINybFw62 { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #V5TAb6tbJRqCATB8NgJRWcNAs69cE5xz {  }
 }@media only screen and (max-width: 763px) { #WmAtPqltdTBgCuy6v49v2Cqyiq4hAwWD { display:block; }
 }@media only screen and (max-width: 763px) { #IO7CvmwcBi5ziwIwXF7DifE7rn0diLxK { display:block; }
 }@media only screen and (max-width: 763px) { #ghsq9CHcZJTCpO1VZTzUyLm9JipIOWkE { display:block; }
 }@media only screen and (max-width: 763px) { #qbcq644UfUkWR3OMiZHX73Fm3HzLrWTc { display:block; }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #o81HaW7iLxBV2bbElag6AwyiUTKDKmfD {  }
 }@media only screen and (max-width: 763px) { #TQzkTIOCKbC3HNQvBJDE05PlxJgqeSak #pXmZXq7hhDcS10u0iiwI7a4cuhWlv9N3 {  }
 }@media only screen and (max-width: 763px) { #TcuWvTx39bcpcakSVeAVOreoGS525nvz { width:230px;height:87px;top:19px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #dKIwcqUuC6kM8uc2NzI5vBCMgrGvkvoE { width:33px;height:50px;top:34.000045776367px;left:254.00002002716px;display:block; }
 }@media only screen and (max-width: 763px) { #VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR { display:block; }#VCUwDFsAIT1sRWWqWUl55JLBozMhGVBR > .row .container { width:320px;height:405px;position:relative;display:block; } }