.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;overflow:visible;position:relative;display:block; }#GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:213px;top:15.5px;left:0px;overflow:hidden;display:block; }
#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ef50931-66b7-4a23-b075-b7681f43ea2a/teste2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyloading { background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { font-size:14px;font-family:arial;height:627px;width:960px;position:relative;display:block; }#KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { color:#0d204d;display:block;width:501px;position:absolute;font-family:"neo sans";font-size:65px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:166.59375px;left:0px;height:65.0039px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { color:#0d204d;display:block;width:216px;position:absolute;font-family:"neo sans";font-size:20px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:306.5px;left:40px;height:20.0039px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DOGzoH8tKBcs8WbDz5BtvCSkazlwg4e0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:297.5px;left:0px;overflow:hidden;display:block; }
#JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { color:#0d204d;display:block;width:381px;position:absolute;font-family:"neo sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:372px;left:0px;height:52.7812px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wMDZn017cUlOy0ZoNr4S0XxvfFB2wXD0 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:109px;width:349px;top:435px;left:0px;display:block; }
#dNE7eWHzrzJT3eIc89VfRTzc3Nl69MTQ { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:587px;width:320px;top:32px;left:640px;display:block; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-form-header {  }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:268px;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;vertical-align:top;text-align:left;text-align-last:left; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:268px;box-sizing:border-box;height:50px;color:#101010;font-size:15px;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#101010;font-size:15px;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .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; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#426e90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:20px;margin-bottom:4px;margin-left:20px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:227px;height:55px;font-family:"neo sans";overflow:hidden; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:"neo sans";font-size:15px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:"neo sans";font-size:15px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:"neo sans";font-size:15px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:"neo sans";font-size:15px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .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.6;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal;float:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .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; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-container:first-of-type{padding-top:0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-container:last-of-type{padding-bottom:0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:115.625px;left:640px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP {display:block;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:115.625px;left:640px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #LTmy0KzRdmT8uJ0P7azz9PSgPpPTgaVt { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W4WmxbVXFptcBPAT2CplL1mULJtBZ4rF { position:relative;display:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vkyJ5c2h29vaJVpFDfXxdtT1uzTlMEgS { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #BtDfuhFqzaUTgHDHDyhDDKESUa5OaCg4 { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #HWfari4lVoB0xgp4FTGfCQpZi2eTeiqC { position:relative;display:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #fBSn90ITNUfFTpsiVEeQ47tF8IUIuaRT { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #lXNdG52zBCt4Qa1FDcB9teu1CEFToqAX { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #IPzr7l1L45w1MF0vg6kKTTCr99TzcGMF { position:relative;display:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #CfLfLezQr57DJkmEeVIP3Wb06qiobuTf { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #MB8skdCDtVxQPuaDxNWs7twFmvm3C3F0 { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #OSuIF6KN43L0MXhUQSvdNJ9iFH0QgadG { position:relative;display:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #R44Nzw4bwwE4T5XFOMtN2n8WcWPG5n41 { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #easuL7LTfJP23A6rRpU4rVDbTbq7TLJp { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vofh1osxEiqzMHLti7owWt1QtTuESTWu { position:relative;display:none; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #SiKCdGwTbnNXWxLxUVXrqJtuUZk37rD2 { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #tvTZf7krV0AWys4BMp6fGGtB8eDnn0iT { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W9uGoV5hNrrfxigtWDJvKFl7X3rleVCN { position:relative;z-index:2; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #DEtvDUzkEfgwBiasU7umqzPaslPeuGh6 { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #ZDr6Tf1ffZ9rb25zTHr4qSUnGvlk9peT { position:relative; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP #VVpfLmwMZftiTtg1OkOgEb2787UeMRLh { position:relative; }
#Z31Bxu1DI7KNuZq7MfBdTH3JfVKqfq6C { color:#101010;display:block;width:300px;position:absolute;font-family:"neo sans";font-size:26px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59px;left:663.5px;height:67.5938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#416f90;padding-top:8.26px;padding-right:7.28px;padding-bottom:8.26px;padding-left:7.28px;display:block;align-items:center;width:43.69px;min-width:43.69px;height:44.39px;position:relative;font-family:"open sans";font-size:33.04px;font-weight:700;line-height:44.39px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { background-color:;background-image:none;color:#416f90;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.16px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:58.26px;height:17.55px;position:relative;font-family:"neo sans";font-size:12.39px;font-weight:400;line-height:17.55px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:297px;height:83.62px;padding-top:10.33px;padding-right:10.4px;padding-bottom:10.33px;padding-left:10.4px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:437px;left:18px;z-index:15008; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra { width:auto; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
#Va1JC9P09CTyLhLMKJD45z1LV4cOo59m { color:#426e90;display:block;width:501px;position:absolute;font-family:nunito;font-size:24px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:243px;left:0px;height:24px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FpXUGbenzunT4dVb89h58BVArpoObKZq { color:#426e90;display:block;width:501px;position:absolute;font-family:"neo sans";font-size:40px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:116.59375px;left:0px;height:40px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:1px solid #d8d8d8;border-left:0;border-right:0;border-bottom:1px solid #d8d8d8;background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:14px;font-family:arial;height:454px;width:960px;position:relative;display:block; }#BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:456px;width:505px;top:-1px;left:455px;overflow:hidden;display:block; }
#sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { color:#4d4d4d;display:block;width:426px;position:absolute;font-family:"neo sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:145px;left:0px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgBU2dX0OLU5Q82LJpSRnN0PbqX5QiE4 { color:#426e90;display:block;width:501px;position:absolute;font-family:"neo sans";font-size:30px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:41px;left:0px;height:30px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eKDFzf6doqTsDgk9ReSHfivQKBm9QT9u { color:#0d204d;display:block;width:501px;position:absolute;font-family:"neo sans";font-size:50px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:79.59375px;left:0px;height:50.0039px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHwfmBIIDyqEXKtaNdUsLOEGTgzIVO7T { color:#0d204d;display:block;width:381px;position:absolute;font-family:"neo sans";font-size:20px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:354px;left:0px;height:24px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container { background-color: transparent; background-image: none; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container > .video-iframe-container { display: none; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row > .video-iframe-container { display: none; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .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); }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container { border-width: 0; border-radius: 0; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container { font-size:14px;font-family:arial;height:187px;width:960px;position:relative;display:block; }#WwTO7Ra0Kx8mh5BSeEXMCDUsxVQ4EtL7 { color:#4d4d4d;display:block;width:318px;position:absolute;font-family:"neo sans";font-size:14px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:91.203125px;left:0px;height:39.1876px;font-style:normal;display:block; }
#IKN6t7oDJhN9izyafCMCb8cXNVw6orGQ { position:absolute;display:block;z-index:15015;background-color:#426e90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:570px;top:158px;left:390px;display:block; }
#elxQFd1FA6U4wM4FTzGDZ85nqRC7vc3r { color:#4d4d4d;display:block;width:161px;position:absolute;font-family:"neo sans";font-size:14px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:100.984375px;left:437px;height:19.6055px;font-style:normal;display:block; }
#FDgLt5rkcsqUEWSwuu3mVNnGz9Qvdmg6 { color:#4d4d4d;display:block;width:154px;position:absolute;font-family:"neo sans";font-size:12px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:65px;left:690px;height:16.7969px;font-style:normal;display:block; }
#gKPqLlQhwoLx9TsWz1zD8btTiGgL390w { color:#4d4d4d;display:block;width:189px;position:absolute;font-family:"neo sans";font-size:12px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65px;left:399px;height:16.7969px;font-style:normal;display:block; }
#APL0XkBD8yMscT6QNJlUDkG9bybnQUSe { position:absolute;display:block;z-index:15016;background-color:#426e90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:320px;top:158px;left:0px;display:block; }
#T5JC8zIIQT0rwdTGi77SuyPwi1226Gp2 { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:98.296875px;left:399px; }
#txVvMUBvorAUn3XBuOvIukOXadGeaWHq { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:94px;left:690px; }
#txVvMUBvorAUn3XBuOvIukOXadGeaWHq > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:93.203125px;left:776px; }
#Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:91.203125px;left:733px; }
#gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#ApB7FkbgOxfIDrPl8yVEBBQzJpvDBVBe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69px;width:218px;top:15.5px;left:0px;overflow:hidden;display:none; }
#nM5VlzaMaCyVyVWkivOz6zleP8tyZszg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52px;width:210px;top:13.796875px;left:0px;overflow:hidden;display:block; }
#fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:95.796875px;left:815px; }
#fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm > img { max-width: 100%;max-height:100%; width:30px; height:30px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { width:213px;height:53px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { width:501px;height:65px;top:166px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:216px;height:20px;top:306px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DOGzoH8tKBcs8WbDz5BtvCSkazlwg4e0 { width:30px;height:30px;top:297px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { width:381px;height:;top:372px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wMDZn017cUlOy0ZoNr4S0XxvfFB2wXD0 { width:349px;height:109px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dNE7eWHzrzJT3eIc89VfRTzc3Nl69MTQ { width:320px;height:587px;top:32px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-button { width:238px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:21px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP  { width:280px;height:auto;top:115px;left:444px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP {display:block;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP { width:280px;height:auto;top:115px;left:444px; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #LTmy0KzRdmT8uJ0P7azz9PSgPpPTgaVt {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W4WmxbVXFptcBPAT2CplL1mULJtBZ4rF { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vkyJ5c2h29vaJVpFDfXxdtT1uzTlMEgS {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #BtDfuhFqzaUTgHDHDyhDDKESUa5OaCg4 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #HWfari4lVoB0xgp4FTGfCQpZi2eTeiqC { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #fBSn90ITNUfFTpsiVEeQ47tF8IUIuaRT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #lXNdG52zBCt4Qa1FDcB9teu1CEFToqAX {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #IPzr7l1L45w1MF0vg6kKTTCr99TzcGMF { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #CfLfLezQr57DJkmEeVIP3Wb06qiobuTf {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #MB8skdCDtVxQPuaDxNWs7twFmvm3C3F0 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #OSuIF6KN43L0MXhUQSvdNJ9iFH0QgadG {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #R44Nzw4bwwE4T5XFOMtN2n8WcWPG5n41 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #easuL7LTfJP23A6rRpU4rVDbTbq7TLJp {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vofh1osxEiqzMHLti7owWt1QtTuESTWu {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #SiKCdGwTbnNXWxLxUVXrqJtuUZk37rD2 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #tvTZf7krV0AWys4BMp6fGGtB8eDnn0iT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W9uGoV5hNrrfxigtWDJvKFl7X3rleVCN {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #DEtvDUzkEfgwBiasU7umqzPaslPeuGh6 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #ZDr6Tf1ffZ9rb25zTHr4qSUnGvlk9peT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #VVpfLmwMZftiTtg1OkOgEb2787UeMRLh {  }
 }@media only screen and (max-width: 763px) { #Z31Bxu1DI7KNuZq7MfBdTH3JfVKqfq6C { width:300px;height:67px;top:59px;left:464px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { display:flex;width:288px;height:81px;top:367px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #Va1JC9P09CTyLhLMKJD45z1LV4cOo59m { width:501px;height:24px;top:243px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FpXUGbenzunT4dVb89h58BVArpoObKZq { width:501px;height:40px;top:116px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:505px;height:456px;top:-1px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:426px;height:192px;top:145px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VgBU2dX0OLU5Q82LJpSRnN0PbqX5QiE4 { width:501px;height:30px;top:41px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFzf6doqTsDgk9ReSHfivQKBm9QT9u { width:501px;height:50px;top:79px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #cHwfmBIIDyqEXKtaNdUsLOEGTgzIVO7T { width:381px;height:24px;top:354px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ { display:block; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwTO7Ra0Kx8mh5BSeEXMCDUsxVQ4EtL7 { top:91px;left:0px;width:318px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IKN6t7oDJhN9izyafCMCb8cXNVw6orGQ { top:158px;left:194px;width:570px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #elxQFd1FA6U4wM4FTzGDZ85nqRC7vc3r { top:100px;left:339px;width:161px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FDgLt5rkcsqUEWSwuu3mVNnGz9Qvdmg6 { top:65px;left:592px;width:154px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gKPqLlQhwoLx9TsWz1zD8btTiGgL390w { top:65px;left:301px;width:189px;height:16px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #APL0XkBD8yMscT6QNJlUDkG9bybnQUSe { top:158px;left:0px;width:320px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #T5JC8zIIQT0rwdTGi77SuyPwi1226Gp2 { top:98px;left:301px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #txVvMUBvorAUn3XBuOvIukOXadGeaWHq { top:94px;left:592px;width:30px;height:30px;display:block; }
#txVvMUBvorAUn3XBuOvIukOXadGeaWHq > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH { top:93px;left:678px;width:30px;height:30px;display:block; }
#Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR { top:91px;left:635px;width:35px;height:35px;display:block; }
#gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #ApB7FkbgOxfIDrPl8yVEBBQzJpvDBVBe { width:218px;height:69px;top:15px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nM5VlzaMaCyVyVWkivOz6zleP8tyZszg { width:210px;height:52px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm { top:95px;left:717px;width:30px;height:30px;display:block; }
#fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoLfeASrPus0zr0tR12bpSJRAPKhaW3c { width:159px;height:40px;top:25px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0328ad8d-8403-480b-aa1a-a552878dc850/Prancheta1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyloading { background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:320px;height:1017px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAx9WqQziUUeIb4IElABlQCe6rV6oeWn { width:262px;height:55px;top:65px;left:0px;text-align:left;text-align-last:left;color:#ffffff;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:280px;height:18px;top:158px;left:0px;text-align:left;text-align-last:left;font-size:18px;color:#0d204d;display:block; }
 }@media only screen and (max-width: 763px) { #DOGzoH8tKBcs8WbDz5BtvCSkazlwg4e0 { width:30px;height:30px;top:161px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JLsTnErbqfI1cHHUwFlovCUTOPZSmEqM { width:320px;height:52.7812px;top:189px;left:0px;text-align:left;text-align-last:left;color:#426e90;display:block; }
 }@media only screen and (max-width: 763px) { #wMDZn017cUlOy0ZoNr4S0XxvfFB2wXD0 { width:320px;height:120px;top:262.828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dNE7eWHzrzJT3eIc89VfRTzc3Nl69MTQ { width:320px;height:594px;top:407px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-input-button { width:227px;margin-top:4px;margin-right:20px;margin-bottom:4px;margin-left:20px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .widget-checkbox-label { width:248px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP  { width:268px;height:auto;top:505.625px;left:0px; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#uCRaB6236U80NxR2MZqw88dgXd6uxNvP {display:block;}#uCRaB6236U80NxR2MZqw88dgXd6uxNvP { width:268px;height:auto;top:505.625px;left:0px; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #LTmy0KzRdmT8uJ0P7azz9PSgPpPTgaVt {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W4WmxbVXFptcBPAT2CplL1mULJtBZ4rF { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vkyJ5c2h29vaJVpFDfXxdtT1uzTlMEgS {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #BtDfuhFqzaUTgHDHDyhDDKESUa5OaCg4 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #HWfari4lVoB0xgp4FTGfCQpZi2eTeiqC { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #fBSn90ITNUfFTpsiVEeQ47tF8IUIuaRT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #lXNdG52zBCt4Qa1FDcB9teu1CEFToqAX {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #IPzr7l1L45w1MF0vg6kKTTCr99TzcGMF { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #CfLfLezQr57DJkmEeVIP3Wb06qiobuTf {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #MB8skdCDtVxQPuaDxNWs7twFmvm3C3F0 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #OSuIF6KN43L0MXhUQSvdNJ9iFH0QgadG { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #R44Nzw4bwwE4T5XFOMtN2n8WcWPG5n41 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #easuL7LTfJP23A6rRpU4rVDbTbq7TLJp {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #vofh1osxEiqzMHLti7owWt1QtTuESTWu { display:none; }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #SiKCdGwTbnNXWxLxUVXrqJtuUZk37rD2 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #tvTZf7krV0AWys4BMp6fGGtB8eDnn0iT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #W9uGoV5hNrrfxigtWDJvKFl7X3rleVCN {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #DEtvDUzkEfgwBiasU7umqzPaslPeuGh6 {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #ZDr6Tf1ffZ9rb25zTHr4qSUnGvlk9peT {  }
 }@media only screen and (max-width: 763px) { #uCRaB6236U80NxR2MZqw88dgXd6uxNvP #VVpfLmwMZftiTtg1OkOgEb2787UeMRLh {  }
 }@media only screen and (max-width: 763px) { #Z31Bxu1DI7KNuZq7MfBdTH3JfVKqfq6C { width:273px;height:67.5938px;top:438px;left:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { display:flex;width:288px;height:81px;top:272px;left:5.578125px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #Va1JC9P09CTyLhLMKJD45z1LV4cOo59m { width:320px;height:19px;top:120px;left:0px;text-align:left;text-align-last:left;font-size:19px;color:#426e90;font-family:"neo sans";display:block; }
 }@media only screen and (max-width: 763px) { #FpXUGbenzunT4dVb89h58BVArpoObKZq { width:320px;height:16px;top:35px;left:0px;text-align:left;text-align-last:left;font-size:16px;color:#426e90;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:320px;height:288px;top:431px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:320px;height:225px;top:123px;left:0px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VgBU2dX0OLU5Q82LJpSRnN0PbqX5QiE4 { width:320px;height:30px;top:21px;left:0px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFzf6doqTsDgk9ReSHfivQKBm9QT9u { width:320px;height:48px;top:61px;left:0px;text-align:left;text-align-last:left;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #cHwfmBIIDyqEXKtaNdUsLOEGTgzIVO7T { width:320px;height:24px;top:367px;left:0px;text-align:left;text-align-last:left;font-size:20px;color:#426e90;display:block; }
 }@media only screen and (max-width: 763px) { #TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ { display:block; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ { border-width: 0; border-radius: 0; }#TbyGhknpgO3NGAksSVq95ZKgA3G8QsZZ > .row .container { width:320px;height:531px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwTO7Ra0Kx8mh5BSeEXMCDUsxVQ4EtL7 { width:257px;height:58.7813px;top:116px;left:43px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKN6t7oDJhN9izyafCMCb8cXNVw6orGQ { width:300px;height:1px;top:326px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #elxQFd1FA6U4wM4FTzGDZ85nqRC7vc3r { width:182px;height:21px;top:267px;left:113.5px;font-size:15px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FDgLt5rkcsqUEWSwuu3mVNnGz9Qvdmg6 { width:320px;height:19.6055px;top:355px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKPqLlQhwoLx9TsWz1zD8btTiGgL390w { width:320px;height:21px;top:216px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APL0XkBD8yMscT6QNJlUDkG9bybnQUSe { width:300px;height:1px;top:187px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T5JC8zIIQT0rwdTGi77SuyPwi1226Gp2 { width:25px;height:25px;top:265.6953125px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #txVvMUBvorAUn3XBuOvIukOXadGeaWHq { width:30px;height:30px;top:392px;left:65px;display:block; }
#txVvMUBvorAUn3XBuOvIukOXadGeaWHq > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH { width:30px;height:30px;top:392px;left:115px;display:block; }
#Q36ax3Sk1UJAMRIutVzQD1wZn6b35AUH > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR { width:35px;height:35px;top:390px;left:164px;display:block; }
#gK3rFTsCpfLJVV6Jnt17e5TfWgn8DSpR > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #ApB7FkbgOxfIDrPl8yVEBBQzJpvDBVBe { width:213px;height:71px;top:31px;left:53.5px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nM5VlzaMaCyVyVWkivOz6zleP8tyZszg { width:210px;height:52px;top:450px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm { width:30px;height:30px;top:392px;left:226px;display:block; }
#fkpSDH7dFW2FTMESVlFuqwxrnofrTUHm > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }