.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:#fdb813;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d4d4d;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; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container { background-color: transparent; background-image: none; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container > .video-iframe-container { display: none; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row > .video-iframe-container { display: none; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .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); }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container { border-width: 0; border-radius: 0; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container { font-size:14px;font-family:arial;height:11px;width:1200px;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb813, #f05a22);background-image: -moz-linear-gradient(90deg, #fdb813, #f05a22);background-image: -ms-linear-gradient(90deg, #fdb813, #f05a22);background-image: -o-linear-gradient(90deg, #fdb813, #f05a22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f05a22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f05a22' );";background-image: linear-gradient(90deg, #fdb813, #f05a22);background-size:auto !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:853px;width:1200px;position:relative;display:block; }#G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/8qCwlR1o/aluna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:754px;width:734px;top:97.98828125px;left:-78.8046875px;display:block; }#G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.adaptive-delivery-prevent-bg, #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.lazyload, #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.lazyloading { background-image: none; }
#DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0cc6d061-d8de-4bed-8332-4de7ea154d6b/logopitagoras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:73px;width:249px;top:20px;left:0px;display:block; }#DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.adaptive-delivery-prevent-bg, #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.lazyload, #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.lazyloading { background-image: none; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-form-header {  }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:541px;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;font-style:normal; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.55);border-left:1px solid rgba(255,255,255,0.55);border-right:1px solid rgba(255,255,255,0.55);border-bottom:1px solid rgba(255,255,255,0.55);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:541px;box-sizing:border-box;height:48px;color:#091b41;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:300;font-style:italic;text-align:center;text-align-last:center;line-height:1.4; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.55);border-left:1px solid rgba(255,255,255,0.55);border-right:1px solid rgba(255,255,255,0.55);border-bottom:1px solid rgba(255,255,255,0.55);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:541px;box-sizing:border-box;height:79px;color:#091b41;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:300;font-style:italic;text-align:center;text-align-last:center;line-height:1.4; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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: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:541px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-select {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#2ac316;background-image:none;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:377px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:221px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 7px 22px rgba(0,0,0,0.25) ; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:522px;overflow:hidden;font-style:normal; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container { padding-top:4px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container:first-of-type{padding-top:0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container:last-of-type{padding-bottom:0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:541px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:615.99609375px;top:413.4765625px;z-index:100000;position:absolute; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:541px;display:block;vertical-align:top; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh {display:block;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:541px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:615.99609375px;top:413.4765625px;z-index:100000;position:absolute; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #tpNIKpuXVuU11A3AZrgw6XMyTlXgiO7z { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #medyUMwvFw6KkKx6nE5pdSbW78CCa0GN { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #EfhGF0lTM30biwiB6ZPtShNoPpcR1zJt { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #xqPWO0uSpkBS4aLfbgR7cmxcCTg7hISM { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #CxyV9sgFlooSATKCnArZpB5lnPJ7SEF5 { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #OxOTbnB7rRwx4hX2nC6KaHMSukilued9 { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #XrXF10QhldVlKtdD2Cb6yLD8XSvqU6LH { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #fCSkhLNNykefaqaPbd6bPIRRB1R57N3l { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #NlTz1t8qUs6TcO21glTh4rsc7FNfNdZH { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #vukuIxTWXOyEpQaFLfUvFEC5V6UVmNsP { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #GZbcv49FuM6KMMEJWbkTtKpNETkbhcDO { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #DZWgdAAszsyvEI885LeqGeWUf9lXfmiT { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #sX38NC3fnEwMMirDso23GCWybB8e9Ilx { position:relative; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh #suWTrTQAsGxdXnmNNBNFe0rf2AiEAmsw { position:relative; }
#mI9HQlD5LDXJU9Vh3hq4ASMhmwr48Jxo { color:#ffffff;display:block;width:583px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:139px;left:617px;height:95px;display:block; }
#dB3bwsRQD0DIxSi9pTNnIkxmJDzthECv { color:#231c1e;display:block;width:583px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:235px;left:617px;height:62.5px;font-style:normal;display:block; }
#CI9S76MsWEsKskDbFp6QRNfGGQpOFR5n { color:#ffffff;display:block;width:581px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:322px;left:619px;height:52.5px;font-style:normal;display:block; }
#D94KDDF4DQ6fredF99gONzRoIxvnIUCl { color:#ffffff;display:block;width:295px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:745.97265625px;left:790.9765625px;height:20px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#KTrrQvGwsaOl9zLbuqAomWhKKU7wSbBg { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:119px;width:255px;top:0px;left:0px;display:block; }
#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f05a22;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; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container { background-color: transparent; background-image: none; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container > .video-iframe-container { display: none; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row > .video-iframe-container { display: none; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .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); }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container { border-width: 0; border-radius: 0; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container { font-size:14px;font-family:arial;height:391px;width:1200px;position:relative;display:block; }#mgxGoKQeM0MWBb5IfR8odZ8phPtb73yO { color:#fdb813;display:block;width:351px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100006;line-height:1;letter-spacing:0;top:166px;left:25px;height:35px;text-align:center;text-align-last:center;display:block; }
#hHVyGcsiyECaVTOrCeWxdLxvRag7W4yk { color:#ffffff;display:block;width:301px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:206px;left:50px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLi6RJFn5Pb0i29xvH4MnnX5BFdC5Ki8 { color:#fdb813;display:block;width:351px;position:absolute;font-family:"font awesome";font-size:60px;font-weight:normal;z-index:100007;line-height:1;letter-spacing:0;top:89px;left:24.5px;height:60px;text-align:center;text-align-last:center;display:block; }
#TzNnvPiNf6psNhlQ5dygcMVDMRXFzGJi { color:#fdb813;display:block;width:351px;position:absolute;font-family:"font awesome";font-size:60px;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:86px;left:424px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuTpqNhCOctzAigQB3qPNCtvGhWnBAvd { color:#fdb813;display:block;width:351px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:166px;left:424.5px;height:35px;text-align:center;text-align-last:center;display:block; }
#JUNT4yU2LuhgFpyrH0X3J2V97EyaSNsS { color:#ffffff;display:block;width:301px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:206px;left:449.5px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alglyKeALDuii2DXtZfuDu2AKz3yBITL { color:#fdb813;display:block;width:351px;position:absolute;font-family:"font awesome";font-size:60px;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:86px;left:824px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVoiQfk5QUThMK4UxDX6Je5lT5KODZOl { color:#fdb813;display:block;width:351px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:163px;left:825px;height:35px;text-align:center;text-align-last:center;display:block; }
#vHLaHSipITl7GISn8CHsMzndMbl1kve3 { color:#ffffff;display:block;width:301px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:203px;left:850px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdb813;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; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container { background-color: transparent; background-image: none; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container > .video-iframe-container { display: none; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row > .video-iframe-container { display: none; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .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); }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container { border-width: 0; border-radius: 0; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container { font-size:14px;font-family:arial;height:902px;width:1200px;position:relative;display:block; }#LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5739713f-b735-4e1a-93ba-1c4e85a950cd/adulto_1_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:830px;width:781px;top:72px;left:565px;display:block; }#LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ.adaptive-delivery-prevent-bg, #LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ.lazyload, #LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ.lazyloading { background-image: none; }
#ZaEv88l8hKPyAiw5LagBGBLx35t2sFdf { color:#ffffff;display:block;width:613px;position:absolute;font-family:ubuntu;font-size:52px;font-weight:normal;z-index:100006;line-height:1;letter-spacing:0;top:174px;left:0px;height:102.5px;display:block; }
#pB8RXJKAmAk8h6IemZEcAhfRyo3SPxrE { color:#4d4d4d;display:block;width:661px;position:absolute;font-family:ubuntu;font-size:52px;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:283px;left:1px;height:51.25px;font-style:normal;display:block; }
#KwA9U2LWP2twRs3DXzBuD0l5AGrJca6R { color:#464646;display:block;width:638px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:356px;left:3px;height:52.5px;font-style:normal;display:block; }
#SkTZLq1HJNXIV9BtOq3aRpaPbozgTf5P { color:#464646;display:block;width:251px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:464px;left:23px;height:105px;font-style:normal;display:block; }
#VTCUbdNtiyDfEAxc2DdT4CQFABEhUHrk { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;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: 0 0 16px rgba(0,0,0,0.21) ;height:176px;width:288px;top:435px;left:0px;display:block; }
#w40vR0ZobR7lpAfDvhWHimvSEodfIX5d { color:#464646;display:block;width:242px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:464px;left:357px;height:105px;font-style:normal;display:block; }
#guZ72ncXUAIh6vdUZ3NaTHDG70XVgdV6 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;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: 0 0 16px rgba(0,0,0,0.21) ;height:176px;width:288px;top:435px;left:334px;display:block; }
#zy4HGR9Tay4THvwWrcO0vqRD4nFwdQQR { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;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: 0 0 16px rgba(0,0,0,0.21) ;height:176px;width:288px;top:647px;left:334px;display:block; }
#itAKMi3GXhx15QBN4sSOPc6bfeMdKEth { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;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: 0 0 16px rgba(0,0,0,0.21) ;height:176px;width:288px;top:647px;left:0px;display:block; }
#ftcMWTfgTFXF3vX4GbuCL3PNfuZ7qxk5 { color:#464646;display:block;width:242px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:676px;left:357px;height:105px;font-style:normal;display:block; }
#ZVgiPz5st8ektqauXQqOvfl48PwOfJUt { color:#464646;display:block;width:247px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:676px;left:23px;height:105px;font-style:normal;display:block; }
#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz { position:relative;display:block; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz { background-color: transparent; background-image: none; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container > .video-iframe-container { display: none; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row > .video-iframe-container { display: none; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .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); }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz { border-width: 0; border-radius: 0; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:13px solid #d04a18;background-color:#f05a22;background-image:none;font-size:14px;font-family:arial;height:256px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mIdURzpBreDM2iuVAQqfisZXq1kfoggP { color:#ffffff;display:block;width:583px;position:absolute;font-family:ubuntu;font-size:75px;font-weight:normal;z-index:100006;line-height:1;letter-spacing:0;top:72px;left:66px;height:75px;display:block; }
#VOGz3vCqzwCfIsJwrDi8tWnA7qCeRaAV { color:#ffffff;display:block;width:581px;position:absolute;font-family:ubuntu;font-size:19px;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:157px;left:67px;height:26.25px;font-style:normal;display:block; }
#FUa0PcEBhS7gV7HwEKSvMX2fUW6q956l { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:8px solid #ffffff;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:331px;height:94px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:81px;left:795.5px;display:block; }
#Z1zTTTpwT6Topb2tgC2GP8XBuou2uQVC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xlZovSV8DkVIy6eWzvIAKq7lxDK3wVUX { background-color:transparent;background-image: -webkit-linear-gradient(343deg, #f47934, #ff4a00);background-image: -moz-linear-gradient(343deg, #f47934, #ff4a00);background-image: -ms-linear-gradient(343deg, #f47934, #ff4a00);background-image: -o-linear-gradient(343deg, #f47934, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47934', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47934', endColorstr='#ff4a00' );";background-image: linear-gradient(343deg, #f47934, #ff4a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:calibri;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:191px;left:1415.5px;display:block; }
#IbWNzb5TJTRgOdZaLvx5p8USeqVylSXI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdb813;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; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container { background-color: transparent; background-image: none; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container > .video-iframe-container { display: none; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row > .video-iframe-container { display: none; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .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); }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container { border-width: 0; border-radius: 0; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:block; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d4d4d;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; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container { background-color: transparent; background-image: none; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container > .video-iframe-container { display: none; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row > .video-iframe-container { display: none; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .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); }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container { border-width: 0; border-radius: 0; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container { font-size:14px;font-family:arial;height:708px;width:1200px;position:relative;display:block; }#o0kTLtMntHltnI0tiAUzC0QrcW31EUDh { color:#ffffff;display:block;width:706px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100009;line-height:1;letter-spacing:0;top:106px;left:247px;height:80px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Im3aqUiDf2tkrklV6AJxy8ixdAw8xdRL { color:#ffffff;display:block;width:226px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:284px;left:85px;height:168.75px;font-style:normal;display:block; }
#CdlReDiiuOFlXPRyawUkXhBEazcWzmJx { color:#25d366;display:block;width:35px;position:absolute;font-family:"font awesome";font-size:20px;font-weight:700;z-index:100011;line-height:1.7;letter-spacing:0;top:284px;left:50px;height:168.75px;font-style:normal;display:block; }
#llOw3Kn1xHbTgT1Rf1mlDDlwnF2vR8OM { color:#ffffff;display:block;width:257px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:284px;left:505px;height:168.75px;font-style:normal;display:block; }
#CSCFBxaOqtvqZJA333oz3iUzrTBzZKWv { color:#25d366;display:block;width:35px;position:absolute;font-family:"font awesome";font-size:20px;font-weight:700;z-index:100013;line-height:1.7;letter-spacing:0;top:284px;left:470px;height:168.75px;font-style:normal;display:block; }
#NZOyXPMezls47V5aKclk8iNttRHk3lrA { color:#ffffff;display:block;width:257px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:100014;line-height:1.7;letter-spacing:0;top:284px;left:894px;height:101.25px;font-style:normal;display:block; }
#xfn4zmkppTPaCcktvP7m8zJXTFhoHAEr { color:#25d366;display:block;width:35px;position:absolute;font-family:"font awesome";font-size:20px;font-weight:700;z-index:100015;line-height:1.7;letter-spacing:0;top:284px;left:859px;height:101.25px;font-style:normal;display:block; }
#zTHrWnXyCKnZGcvcwSdfuD5NZ9ZwCb1U { color:#ffffff;display:block;width:706px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:221px;left:247px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adaQbPT0A8cUtQqpVS27EWwq6NvbL5JR { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:8px solid #ffffff;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:331px;height:65px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:510px;left:434.5px;display:block; }
#ySknpBuhTx5wfneSsuG4m25sWXCBE2e7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f05a22;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; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container { background-color: transparent; background-image: none; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container > .video-iframe-container { display: none; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row > .video-iframe-container { display: none; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .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); }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container { border-width: 0; border-radius: 0; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container { font-size:14px;font-family:arial;height:135px;width:1200px;position:relative;display:block; }#icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88b86682-49ea-48ee-bade-482ca10f27c4/ObjetoInteligentedeVetor1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:70px;width:167px;top:32.5px;left:516.5px;display:block; }#icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ.adaptive-delivery-prevent-bg, #icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ.lazyload, #icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ.lazyloading { background-image: none; }
#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container { background-color: transparent; background-image: none; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container > .video-iframe-container { display: none; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row > .video-iframe-container { display: none; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .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); }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container { border-width: 0; border-radius: 0; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#CdpWVxEl8fC8XFbhtET9HSTFm7wr9QGt { background-color:#25d366;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:49px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0px;left:973px;display:block; }
#ohyz0qAQOSMBw0Q4ApzVtzspCM7VW3SG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LITX9iFtkssF35SkNw80I2yVaypuMbC3 { box-sizing:content-box;color:#25d366;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:0px;left:1109px;display:block; }
#Ka92gQREwrIVADuyEkcKgZNeDqdApulm { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XagxSPFG/ATENDENTE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #25d366;border-left:3px solid #25d366;border-right:3px solid #25d366;border-bottom:3px solid #25d366;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:45px;width:45px;top:4px;left:1155px;display:block; }#Ka92gQREwrIVADuyEkcKgZNeDqdApulm.adaptive-delivery-prevent-bg, #Ka92gQREwrIVADuyEkcKgZNeDqdApulm.lazyload, #Ka92gQREwrIVADuyEkcKgZNeDqdApulm.lazyloading { background-image: none; }
#xfU7eUTx0f6Jv7klUtBMTs6Li0IkavQw { background-color:#25d366;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:49px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:659px;left:993px;display:none; }
#TlCnxZg7uqvOWuya5tuxR9CChzAg4bKJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#llFO9taDVdXXGeVav8AkkyTFLWaiczkW { box-sizing:content-box;color:#25d366;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:659px;left:1129px;display:none; }
#GPP2dhOm0ibW9yBVtRoCtd6Tt7Prmf57 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#MXXOtRWzccT7hmPWFXfpluitqI3DA7kQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LP6pQ3AEGrHe6yR2JeVZVXX7kBTvBErM { box-sizing:content-box;color:#25d366;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:1px;left:1156px;display:none; }
#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.31));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.31));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.31));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4f000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4f000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.31));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc > .row .container { border-width: 0; border-radius: 0; }#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc > .row .container { font-size:14px;font-family:arial;height:83px;width:1200px;position:relative;display:none; }#iAUQRMBBAb3bW6zJGIxap7foydGpU27I { background-color:#25d366;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:49px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1px;left:1020px;display:block; }
#p9SHoTfkHDMhNrNhDbUn1hvupxswPxKI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rWi0W8ZZWw4XpDvirwUZQbAwgCsHMbqI { box-sizing:content-box;color:#25d366;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:1px;left:1156px;display:block; }
#i3GXTppZEUGqUvuPUAtDSDUyswETvg3E { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XagxSPFG/ATENDENTE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #25d366;border-left:3px solid #25d366;border-right:3px solid #25d366;border-bottom:3px solid #25d366;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:45px;width:45px;top:0px;left:1202px;display:block; }#i3GXTppZEUGqUvuPUAtDSDUyswETvg3E.adaptive-delivery-prevent-bg, #i3GXTppZEUGqUvuPUAtDSDUyswETvg3E.lazyload, #i3GXTppZEUGqUvuPUAtDSDUyswETvg3E.lazyloading { background-image: none; }
#RIWQ9Hz8O7OVid88fXNrImAf8dNOFoEO { box-sizing:content-box;color:#25d366;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:1px;left:1156px;display:none; }
#gp7kR8RT7zSAgZawMzrBqJzu7SqLPLLC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#gB7KbOdxyyZaf4d9iAto1dAaSCTSK9EB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP { display:block; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD { width:734px;height:754px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP { width:249px;height:73px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-regular-label { width:540px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text { width:540px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-textarea { width:540px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-select { width:540px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-select {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-button { width:221px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-checkbox-label { width:521px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh  { width:540px;height:auto;top:413px;left:183px; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .radio-container { width:540px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh {display:block;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh { width:540px;height:auto;top:413px;left:183px; }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #tpNIKpuXVuU11A3AZrgw6XMyTlXgiO7z {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #medyUMwvFw6KkKx6nE5pdSbW78CCa0GN {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #EfhGF0lTM30biwiB6ZPtShNoPpcR1zJt {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #xqPWO0uSpkBS4aLfbgR7cmxcCTg7hISM {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #CxyV9sgFlooSATKCnArZpB5lnPJ7SEF5 {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #OxOTbnB7rRwx4hX2nC6KaHMSukilued9 {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #XrXF10QhldVlKtdD2Cb6yLD8XSvqU6LH {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #fCSkhLNNykefaqaPbd6bPIRRB1R57N3l {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #NlTz1t8qUs6TcO21glTh4rsc7FNfNdZH {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #vukuIxTWXOyEpQaFLfUvFEC5V6UVmNsP {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #GZbcv49FuM6KMMEJWbkTtKpNETkbhcDO {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #DZWgdAAszsyvEI885LeqGeWUf9lXfmiT {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #sX38NC3fnEwMMirDso23GCWybB8e9Ilx {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #suWTrTQAsGxdXnmNNBNFe0rf2AiEAmsw {  }
 }@media only screen and (max-width: 763px) { #mI9HQlD5LDXJU9Vh3hq4ASMhmwr48Jxo { width:583px;height:96px;top:139px;left:181px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #dB3bwsRQD0DIxSi9pTNnIkxmJDzthECv { width:583px;height:63px;top:235px;left:181px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CI9S76MsWEsKskDbFp6QRNfGGQpOFR5n { width:581px;height:52px;top:322px;left:183px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D94KDDF4DQ6fredF99gONzRoIxvnIUCl { width:295px;height:20px;top:745px;left:469px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KTrrQvGwsaOl9zLbuqAomWhKKU7wSbBg { width:255px;height:119px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pCw4IvulXc30q5HHmpdmyQ2q21hNisyd { display:block; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgxGoKQeM0MWBb5IfR8odZ8phPtb73yO { width:351px;height:35px;top:166px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hHVyGcsiyECaVTOrCeWxdLxvRag7W4yk { width:301px;height:52px;top:206px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dLi6RJFn5Pb0i29xvH4MnnX5BFdC5Ki8 { width:351px;height:60px;top:89px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #TzNnvPiNf6psNhlQ5dygcMVDMRXFzGJi { width:351px;height:60px;top:86px;left:157px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LuTpqNhCOctzAigQB3qPNCtvGhWnBAvd { width:351px;height:35px;top:166px;left:157px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JUNT4yU2LuhgFpyrH0X3J2V97EyaSNsS { width:301px;height:52px;top:206px;left:207px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #alglyKeALDuii2DXtZfuDu2AKz3yBITL { width:351px;height:60px;top:86px;left:411px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NVoiQfk5QUThMK4UxDX6Je5lT5KODZOl { width:351px;height:35px;top:163px;left:411px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vHLaHSipITl7GISn8CHsMzndMbl1kve3 { width:301px;height:52px;top:203px;left:461px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 { display:block; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ { width:764px;height:830px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEv88l8hKPyAiw5LagBGBLx35t2sFdf { width:613px;height:104px;top:174px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pB8RXJKAmAk8h6IemZEcAhfRyo3SPxrE { width:661px;height:52px;top:283px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KwA9U2LWP2twRs3DXzBuD0l5AGrJca6R { width:638px;height:52px;top:356px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZLq1HJNXIV9BtOq3aRpaPbozgTf5P { width:251px;height:104px;top:464px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VTCUbdNtiyDfEAxc2DdT4CQFABEhUHrk { width:288px;height:176px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w40vR0ZobR7lpAfDvhWHimvSEodfIX5d { width:242px;height:104px;top:464px;left:139px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #guZ72ncXUAIh6vdUZ3NaTHDG70XVgdV6 { width:288px;height:176px;top:435px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #zy4HGR9Tay4THvwWrcO0vqRD4nFwdQQR { width:288px;height:176px;top:647px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #itAKMi3GXhx15QBN4sSOPc6bfeMdKEth { width:288px;height:176px;top:647px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ftcMWTfgTFXF3vX4GbuCL3PNfuZ7qxk5 { width:242px;height:104px;top:676px;left:139px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgiPz5st8ektqauXQqOvfl48PwOfJUt { width:247px;height:104px;top:676px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz { display:block; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIdURzpBreDM2iuVAQqfisZXq1kfoggP { width:583px;height:75px;top:72px;left:0px;font-size:75px;display:block; }
 }@media only screen and (max-width: 763px) { #VOGz3vCqzwCfIsJwrDi8tWnA7qCeRaAV { width:581px;height:26px;top:157px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FUa0PcEBhS7gV7HwEKSvMX2fUW6q956l { width:331px;height:94px;top:81px;left:433px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zTTTpwT6Topb2tgC2GP8XBuou2uQVC { display:block; }
 }@media only screen and (max-width: 763px) { #xlZovSV8DkVIy6eWzvIAKq7lxDK3wVUX { width:280px;height:55px;top:201px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #IbWNzb5TJTRgOdZaLvx5p8USeqVylSXI { display:block; }
 }@media only screen and (max-width: 763px) { #sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 { display:block; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 { display:block; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0kTLtMntHltnI0tiAUzC0QrcW31EUDh { width:706px;height:80px;top:106px;left:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Im3aqUiDf2tkrklV6AJxy8ixdAw8xdRL { width:226px;height:170px;top:284px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CdlReDiiuOFlXPRyawUkXhBEazcWzmJx { width:35px;height:170px;top:284px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #llOw3Kn1xHbTgT1Rf1mlDDlwnF2vR8OM { width:257px;height:170px;top:284px;left:287px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CSCFBxaOqtvqZJA333oz3iUzrTBzZKWv { width:35px;height:170px;top:284px;left:252px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NZOyXPMezls47V5aKclk8iNttRHk3lrA { width:257px;height:102px;top:284px;left:507px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xfn4zmkppTPaCcktvP7m8zJXTFhoHAEr { width:35px;height:102px;top:284px;left:641px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zTHrWnXyCKnZGcvcwSdfuD5NZ9ZwCb1U { width:706px;height:20px;top:221px;left:29px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #adaQbPT0A8cUtQqpVS27EWwq6NvbL5JR { width:331px;height:65px;top:510px;left:216.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ySknpBuhTx5wfneSsuG4m25sWXCBE2e7 { display:block; }
 }@media only screen and (max-width: 763px) { #cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp { display:block; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ { width:167px;height:70px;top:32px;left:298.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th { display:block; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdpWVxEl8fC8XFbhtET9HSTFm7wr9QGt { width:164px;height:49px;top:0px;left:600px;display:block; }
 }@media only screen and (max-width: 763px) { #ohyz0qAQOSMBw0Q4ApzVtzspCM7VW3SG { display:block; }
 }@media only screen and (max-width: 763px) { #LITX9iFtkssF35SkNw80I2yVaypuMbC3 { width:49px;height:49px;top:0px;left:715px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Ka92gQREwrIVADuyEkcKgZNeDqdApulm { width:45px;height:45px;top:4px;left:713px;display:block; }
 }@media only screen and (max-width: 763px) { #xfU7eUTx0f6Jv7klUtBMTs6Li0IkavQw { width:164px;height:49px;top:669px;left:600px;display:none; }
 }@media only screen and (max-width: 763px) { #TlCnxZg7uqvOWuya5tuxR9CChzAg4bKJ { display:block; }
 }@media only screen and (max-width: 763px) { #llFO9taDVdXXGeVav8AkkyTFLWaiczkW { width:49px;height:49px;top:669px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #GPP2dhOm0ibW9yBVtRoCtd6Tt7Prmf57 { width:280px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { #MXXOtRWzccT7hmPWFXfpluitqI3DA7kQ { display:block; }
 }@media only screen and (max-width: 763px) { #LP6pQ3AEGrHe6yR2JeVZVXX7kBTvBErM { width:49px;height:49px;top:1px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #mmUTL25iwn2DxpVDxai3kvwS5qvZESMc { display:none; }#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAUQRMBBAb3bW6zJGIxap7foydGpU27I { width:164px;height:49px;top:1px;left:600px;display:block; }
 }@media only screen and (max-width: 763px) { #p9SHoTfkHDMhNrNhDbUn1hvupxswPxKI { display:block; }
 }@media only screen and (max-width: 763px) { #rWi0W8ZZWw4XpDvirwUZQbAwgCsHMbqI { width:49px;height:49px;top:1px;left:715px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #i3GXTppZEUGqUvuPUAtDSDUyswETvg3E { width:45px;height:45px;top:0px;left:713px;display:block; }
 }@media only screen and (max-width: 763px) { #RIWQ9Hz8O7OVid88fXNrImAf8dNOFoEO { width:49px;height:49px;top:1px;left:715px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #gp7kR8RT7zSAgZawMzrBqJzu7SqLPLLC { width:280px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { #gB7KbOdxyyZaf4d9iAto1dAaSCTSK9EB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP { display:block; }#C3TutXtNTnQ6TwDn2iDECX56Jh2TpfmP > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fdb813, #f05a22);background-image: -moz-linear-gradient(45deg, #fdb813, #f05a22);background-image: -ms-linear-gradient(45deg, #fdb813, #f05a22);background-image: -o-linear-gradient(45deg, #fdb813, #f05a22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f05a22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f05a22' );";background-image: linear-gradient(45deg, #fdb813, #f05a22);background-size:auto !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:811px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD { width:245.996px;height:286.992px;top:523.996px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/8qCwlR1o/aluna.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.adaptive-delivery-prevent-bg, #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.lazyload, #G08MTA9H33dZXf9aT6ZoQWWLpSWZmmyD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP { width:139px;height:46px;top:9px;left:6px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0cc6d061-d8de-4bed-8332-4de7ea154d6b/logopitagoras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.adaptive-delivery-prevent-bg, #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.lazyload, #DK7ng2TZASQAeqk2Cq8XvRS0taXe8DtP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-form-header {  }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:280px;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;font-style:normal; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-text {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:78px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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: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:280px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-select {padding-top: 0; padding-bottom: 0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#25d366;background-image:none;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:166px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:114px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.79);font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.79);font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.79);font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.79);font-family:ubuntu;font-size:14px;font-weight:300;font-style:italic; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:261px;overflow:hidden;font-style:normal; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .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; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container:first-of-type{padding-top:0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-container:last-of-type{padding-bottom:0;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh  { background-color:transparent;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;left:0px;top:296.49609375px;z-index:100004; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:34px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itTZRJpnZzAgrELJTTCWuItadVaRRCoh {display:block;}#itTZRJpnZzAgrELJTTCWuItadVaRRCoh { background-color:transparent;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;left:0px;top:296.49609375px;z-index:100004; }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #tpNIKpuXVuU11A3AZrgw6XMyTlXgiO7z {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #medyUMwvFw6KkKx6nE5pdSbW78CCa0GN {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #EfhGF0lTM30biwiB6ZPtShNoPpcR1zJt {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #xqPWO0uSpkBS4aLfbgR7cmxcCTg7hISM {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #CxyV9sgFlooSATKCnArZpB5lnPJ7SEF5 {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #OxOTbnB7rRwx4hX2nC6KaHMSukilued9 {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #XrXF10QhldVlKtdD2Cb6yLD8XSvqU6LH {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #fCSkhLNNykefaqaPbd6bPIRRB1R57N3l {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #NlTz1t8qUs6TcO21glTh4rsc7FNfNdZH {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #vukuIxTWXOyEpQaFLfUvFEC5V6UVmNsP {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #GZbcv49FuM6KMMEJWbkTtKpNETkbhcDO {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #DZWgdAAszsyvEI885LeqGeWUf9lXfmiT {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #sX38NC3fnEwMMirDso23GCWybB8e9Ilx {  }
 }@media only screen and (max-width: 763px) { #itTZRJpnZzAgrELJTTCWuItadVaRRCoh #suWTrTQAsGxdXnmNNBNFe0rf2AiEAmsw {  }
 }@media only screen and (max-width: 763px) { #mI9HQlD5LDXJU9Vh3hq4ASMhmwr48Jxo { width:320px;height:62.5px;top:112px;left:0px;font-size:29px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dB3bwsRQD0DIxSi9pTNnIkxmJDzthECv { width:320px;height:35px;top:177px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CI9S76MsWEsKskDbFp6QRNfGGQpOFR5n { width:320px;height:63.75px;top:234px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D94KDDF4DQ6fredF99gONzRoIxvnIUCl { width:90px;height:32.5px;top:644.984375px;left:207.98828125px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KTrrQvGwsaOl9zLbuqAomWhKKU7wSbBg { width:158px;height:71px;top:0px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pCw4IvulXc30q5HHmpdmyQ2q21hNisyd { display:block; }#pCw4IvulXc30q5HHmpdmyQ2q21hNisyd > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgxGoKQeM0MWBb5IfR8odZ8phPtb73yO { width:320px;height:25px;top:94px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hHVyGcsiyECaVTOrCeWxdLxvRag7W4yk { width:250px;height:40px;top:119px;left:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dLi6RJFn5Pb0i29xvH4MnnX5BFdC5Ki8 { width:320px;height:31.25px;top:58px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TzNnvPiNf6psNhlQ5dygcMVDMRXFzGJi { width:320px;height:31.25px;top:231px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LuTpqNhCOctzAigQB3qPNCtvGhWnBAvd { width:320px;height:25px;top:267px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JUNT4yU2LuhgFpyrH0X3J2V97EyaSNsS { width:250px;height:40px;top:292px;left:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #alglyKeALDuii2DXtZfuDu2AKz3yBITL { width:320px;height:31.25px;top:398px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NVoiQfk5QUThMK4UxDX6Je5lT5KODZOl { width:320px;height:25px;top:434px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vHLaHSipITl7GISn8CHsMzndMbl1kve3 { width:250px;height:40px;top:459px;left:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 { display:block; }#Elw7xcXaufUnBA9GBJrWn8UUnlbLcXl5 > .row .container { width:320px;height:1393px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOTbk8OI2E5oZAtmvJaxosDHF0P6bcVJ { width:320px;height:401px;top:993px;left:0px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEv88l8hKPyAiw5LagBGBLx35t2sFdf { width:312px;height:50px;top:47px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pB8RXJKAmAk8h6IemZEcAhfRyo3SPxrE { width:320px;height:25px;top:97px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KwA9U2LWP2twRs3DXzBuD0l5AGrJca6R { width:320px;height:56.25px;top:138px;left:0px;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZLq1HJNXIV9BtOq3aRpaPbozgTf5P { width:251px;height:105px;top:236px;left:23px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VTCUbdNtiyDfEAxc2DdT4CQFABEhUHrk { width:288px;height:170px;top:207px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w40vR0ZobR7lpAfDvhWHimvSEodfIX5d { width:242px;height:105px;top:445px;left:23px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #guZ72ncXUAIh6vdUZ3NaTHDG70XVgdV6 { width:288px;height:176px;top:416px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zy4HGR9Tay4THvwWrcO0vqRD4nFwdQQR { width:288px;height:176px;top:841px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #itAKMi3GXhx15QBN4sSOPc6bfeMdKEth { width:288px;height:176px;top:632px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ftcMWTfgTFXF3vX4GbuCL3PNfuZ7qxk5 { width:242px;height:105px;top:870px;left:23px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgiPz5st8ektqauXQqOvfl48PwOfJUt { width:247px;height:105px;top:661px;left:23px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz { display:block; }#n3tt58MTPRzpKxlyvXdzkUTFFoih9SHz > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIdURzpBreDM2iuVAQqfisZXq1kfoggP { width:320px;height:31.25px;top:40px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOGz3vCqzwCfIsJwrDi8tWnA7qCeRaAV { width:320px;height:52.5px;top:71px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUa0PcEBhS7gV7HwEKSvMX2fUW6q956l { width:237px;height:71px;top:146px;left:41.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zTTTpwT6Topb2tgC2GP8XBuou2uQVC { display:block; }
 }@media only screen and (max-width: 763px) { #xlZovSV8DkVIy6eWzvIAKq7lxDK3wVUX { width:280px;height:55px;top:237px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IbWNzb5TJTRgOdZaLvx5p8USeqVylSXI { display:block; }
 }@media only screen and (max-width: 763px) { #sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 { display:block; }#sm9pyxlqssJJddrEz0eTVfm9EXh3Rpn3 > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 { display:block; }#reR2mHN1mH1fdFyg3BJTRMI6gzCF4rq3 > .row .container { width:320px;height:860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0kTLtMntHltnI0tiAUzC0QrcW31EUDh { width:320px;height:42.5px;top:85px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Im3aqUiDf2tkrklV6AJxy8ixdAw8xdRL { width:226px;height:168.75px;top:212px;left:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CdlReDiiuOFlXPRyawUkXhBEazcWzmJx { width:35px;height:168.75px;top:212px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #llOw3Kn1xHbTgT1Rf1mlDDlwnF2vR8OM { width:257px;height:168.75px;top:382px;left:31.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CSCFBxaOqtvqZJA333oz3iUzrTBzZKWv { width:35px;height:168.75px;top:382px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NZOyXPMezls47V5aKclk8iNttRHk3lrA { width:257px;height:101.25px;top:552px;left:31.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xfn4zmkppTPaCcktvP7m8zJXTFhoHAEr { width:35px;height:101.25px;top:552px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zTHrWnXyCKnZGcvcwSdfuD5NZ9ZwCb1U { width:320px;height:35px;top:145px;left:0px;font-size:15px;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #adaQbPT0A8cUtQqpVS27EWwq6NvbL5JR { width:283px;height:65px;top:702px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ySknpBuhTx5wfneSsuG4m25sWXCBE2e7 { display:block; }
 }@media only screen and (max-width: 763px) { #cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp { display:block; }#cCcEGcFmIhGVb8qJ8zIM8NOXO7xWIZUp > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icFIWTs0QHqmhyRzazVgtTw2UJ8zA3FZ { width:167px;height:70px;top:20px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th { position:relative;z-index:auto;display:none; }#qSITNRQJrRBDJXoPoWEf2UFsBbUHB5th > .row .container { width:320px;height:80px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdpWVxEl8fC8XFbhtET9HSTFm7wr9QGt { width:164px;height:49px;top:0px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #ohyz0qAQOSMBw0Q4ApzVtzspCM7VW3SG { display:block; }
 }@media only screen and (max-width: 763px) { #LITX9iFtkssF35SkNw80I2yVaypuMbC3 { width:49px;height:49px;top:0px;left:135px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #Ka92gQREwrIVADuyEkcKgZNeDqdApulm { width:45px;height:45px;top:20px;left:137px;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #xfU7eUTx0f6Jv7klUtBMTs6Li0IkavQw { width:164px;height:49px;top:33px;left:103.5px;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #TlCnxZg7uqvOWuya5tuxR9CChzAg4bKJ { display:block; }
 }@media only screen and (max-width: 763px) { #llFO9taDVdXXGeVav8AkkyTFLWaiczkW { width:49px;height:49px;top:33px;left:239.5px;font-size:34px;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #GPP2dhOm0ibW9yBVtRoCtd6Tt7Prmf57 { top:19px;left:-1005px;width:47px;height:45px;z-index:100016;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MXXOtRWzccT7hmPWFXfpluitqI3DA7kQ { display:block; }
 }@media only screen and (max-width: 763px) { #LP6pQ3AEGrHe6yR2JeVZVXX7kBTvBErM { width:33px;height:33px;top:19px;left:-1005px;font-size:23px;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mmUTL25iwn2DxpVDxai3kvwS5qvZESMc { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#mmUTL25iwn2DxpVDxai3kvwS5qvZESMc > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAUQRMBBAb3bW6zJGIxap7foydGpU27I { width:164px;height:49px;top:20px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #p9SHoTfkHDMhNrNhDbUn1hvupxswPxKI { display:block; }
 }@media only screen and (max-width: 763px) { #rWi0W8ZZWw4XpDvirwUZQbAwgCsHMbqI { width:49px;height:49px;top:79px;left:178px;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #i3GXTppZEUGqUvuPUAtDSDUyswETvg3E { width:45px;height:45px;top:0px;left:275px;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RIWQ9Hz8O7OVid88fXNrImAf8dNOFoEO { width:33px;height:33px;top:4px;left:282px;font-size:23px;z-index:100012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gp7kR8RT7zSAgZawMzrBqJzu7SqLPLLC { top:0px;left:273px;width:47px;height:45px;z-index:100013;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gB7KbOdxyyZaf4d9iAto1dAaSCTSK9EB { display:block; }
 }