.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/L1uy2iRF/semana_do_consumidor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:960px;height:584px;font-size:14px;font-family:arial;position:relative;display:block; }#XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { position:absolute;display:block;z-index:100002;background-color:#cddd48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8px;width:366px;top:338px;left:0px;display:block; }
#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { color:#ffffff;display:block;width:385px;position:absolute;font-family:raleway;font-size:16px;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:376px;left:2px;height:163.125px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q02c6xtfIKl7tH1DxTTU2MaqHAD0ud6W { color:#ffffff;display:block;width:532px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:138px;left:0px;height:240px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0UrSW5yzT6dBpXX7wvHGPQbfEfeoTV6 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39px;width:227px;top:49px;left:0px;overflow:hidden;display:block; }
#FDneonks0iQcMKDVkyfsf4z9cvP7qic5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378px;width:499px;top:201px;left:454px;overflow:hidden;display:block; }
#hUU8H0t4vvq9hyV4JTVcXZKFG5ho8Xo8 { color:#000000;display:block;width:299px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:136px;top:318px;left:16px;display:none; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b3446;background-image:none;position:relative;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:14px;font-family:arial;height:143px;width:960px;position:relative;display:block; }#dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:104px;font-style:normal;display:block; }
#GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { color:#ffffff;display:block;width:200px;position:absolute;font-family:raleway;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:85px;left:0px;height:23.3906px;font-style:normal;display:block; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-form-header {  }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-regular-label { display:block;width:229px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:229px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;text-align:left;text-align-last:left;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:47px;width:229px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;text-align:left;text-align-last:left;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:229px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:200px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:16px;background-color:#cddd48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M [class*="-text"]:-moz-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M [class*="-text"]::-moz-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M [class*="-text"]:-ms-input-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M [class*="-text"]::-webkit-input-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:666px;height:auto;font-size:12px;font-family:"open sans";line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#f2f9ff; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:103.5px;vertical-align:middle;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-container:first-of-type{padding-top:0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-container:last-of-type{padding-bottom:0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:688px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:232px;top:10px;z-index:100003;position:absolute; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .radio-container { width:239px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:688px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:232px;top:10px;z-index:100003;position:absolute; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #M19syA6l3unlU814iTL8JxnvfF8LVc4d { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #S0d6SzpXy01ScGW9lmEOepVKrCzt1tLg { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #xeADeqvWZTkLC8MTgCzneJgFJTAHE6yc { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #OuyT5u192iFwomtz0leJLMspriduzSNg { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #hXTuP5pVbR5sE1fPsMp5lQ7k5vGXMcCB { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #GQKTfyCaUfyNAJxyofw8MlIPloeRn2cB { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #KsvXFPw4oqNa1Ws8IaCAoIttXuCi8SJw { position:relative; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #SG2Gz5Q8qEDV2cGTfmBCJxpwkG2uogT7 { position:relative; }
#geC5BHuqL3MgThwmCqsPcuvznACpJT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4cfcb;background-image:none;position:relative;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { border-width: 0; border-radius: 0; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { font-size:14px;font-family:arial;height:496px;width:960px;position:relative;display:block; }#r36qpUr5fTccKCAC5uWah5lNGa8I01HK { color:#42464d;display:block;width:200px;position:absolute;font-family:raleway;font-size:26px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:53px;left:520px;height:33.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { position:absolute;display:block;z-index:100001;background-color:#42464d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:62px;top:99px;left:520px;display:block; }
#loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { color:#42464d;display:block;width:379px;position:absolute;font-family:raleway;font-size:36px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:121px;left:520px;height:79.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:337px;left:543px;height:0;display:block; }
#nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:386px;left:493px;height:0;display:block; }
#CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { color:#42464d;display:block;width:383px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:245px;left:519px;height:108.75px;text-align:justify;text-align-last:initial;display:block; }
#nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { color:#42464d;display:block;width:96px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:412px;left:520px;height:20.7969px;display:block; }
#mKPZh1OmyQNqp9SHlO7CtWlfVJaPVFCZ { position:absolute;display:block;z-index:100007;background-color:#0a66c2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:42px;top:401px;left:609px;display:block; }
#ebs7VIn9BoSH3fs5TVO8DwVX7OkAxaNl { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:407px;left:615px;display:block; }
#oXwNAmqT32gc0oyUHbwQZL46X5p5dTNM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:347px;width:323px;top:74.5px;left:76px;overflow:hidden;display:block; }
#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4cfcb;background-image:none;position:relative;display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { background-color: transparent; background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { border-width: 0; border-radius: 0; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { font-size:14px;font-family:arial;height:428px;width:960px;position:relative;display:block; }#HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { color:#42464d;display:block;width:960px;position:absolute;font-family:raleway;font-size:31px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:36px;left:0px;height:40.2969px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXHiupPEZpu2cvubWPaNC4FCzPLFlKIq { color:#42464d;display:block;width:960px;position:absolute;font-family:raleway;font-size:15px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:94px;left:0px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ik0RzPgbIuh0KWJPePG5rTSQSOo5TPt9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:213px;width:800px;top:162px;left:89px;overflow:hidden;display:block; }
#mtSH2fpNVn0df5CtJJb2tcGrb6sLTsym { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:581px;width:320px;display:none; }
#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { background-color: transparent; background-image: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .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); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { border-width: 0; border-radius: 0; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { font-size:14px;font-family:arial;height:449px;width:960px;position:relative;display:block; }#mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:328px;width:236px;top:60px;left:0px;display:block; }
#hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { color:#42464d;display:block;width:200px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:192px;left:20px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:241.484375px;left:20px;height:54px;text-align:center;text-align-last:center;display:block; }
#HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { position:absolute;display:block;z-index:100005;background-color:#cddd48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:236px;top:381.00009155273px;left:0px;display:block; }
#woEckZHITFTh50rf4iE5XcR4TCDGCNuq { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:328px;width:236px;top:60px;left:242px;display:block; }
#yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { position:absolute;display:block;z-index:100010;background-color:#42464d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:236px;top:381px;left:242px;display:block; }
#ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100008;line-height:1.8;letter-spacing:0;top:241px;left:262px;height:27px;text-align:center;text-align-last:center;display:block; }
#yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { color:#42464d;display:block;width:200px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:192px;left:262px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:328px;width:236px;top:61px;left:482px;display:block; }
#iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { position:absolute;display:block;z-index:100015;background-color:#cddd48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:236px;top:382px;left:482px;display:block; }
#GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100013;line-height:1.8;letter-spacing:0;top:242px;left:502px;height:54px;text-align:center;text-align-last:center;display:block; }
#MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { color:#42464d;display:block;width:216px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:193px;left:492px;height:52px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:328px;width:236px;top:61px;left:722px;display:block; }
#KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { position:absolute;display:block;z-index:100020;background-color:#42464d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:236px;top:382px;left:722px;display:block; }
#femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:100018;line-height:1.8;letter-spacing:0;top:242px;left:742px;height:54px;text-align:center;text-align-last:center;display:block; }
#uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { color:#42464d;display:block;width:200px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:193px;left:742px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OZFb87bPvmTMDP7bwM4H245QL1h22Vzm { box-sizing:content-box;color:#cddd48;font-size:76px;font-weight:400;line-height:1;height:109px;width:116px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:74.5px;left:62px;display:block; }
#ZqrMNdNQLmkFc9kAKnDgMi08TDgAaFAq { box-sizing:content-box;color:#42464d;font-size:67px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:81px;left:312px;display:block; }
#yqZAkIBecnT2h9JRsu4QWLxbRctmfMqo { box-sizing:content-box;color:#cddd48;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:79.5px;left:549px;display:block; }
#bpBmJydnSLJvCFpS88eKA93E7c5GMdzH { box-sizing:content-box;color:#42464d;font-size:84px;font-weight:400;line-height:1;height:120px;width:111px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:73px;left:784px;display:block; }
#JriE0GPycVoWn4erSBvvLTl676zJzghU { position:relative;display:block; }#JriE0GPycVoWn4erSBvvLTl676zJzghU { background-color: transparent; background-image: none; }#JriE0GPycVoWn4erSBvvLTl676zJzghU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row .container > .video-iframe-container { display: none; }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row > .video-iframe-container { display: none; }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .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); }#JriE0GPycVoWn4erSBvvLTl676zJzghU { border-width: 0; border-radius: 0; }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:315px;width:960px;position:relative;display:block; }#ZX8mfqibLchqDFRgmQwQQW8aDEH36gys { color:#42464d;display:block;width:960px;position:absolute;font-family:raleway;font-size:31px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:90px;left:0px;height:80.5938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XZhxQ4sxhpbasi38n6zlcX8o7nikd9EI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:50px;top:214px;left:455px;overflow:hidden;display:block; }
#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b3446;background-image:none;position:relative;z-index:auto;display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { background-color: transparent; background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .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); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { border-width: 0; border-radius: 0; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { font-size:14px;font-family:arial;height:157px;width:960px;position:relative;display:block; }#Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:39.953125px;left:1px;height:104px;font-style:normal;display:block; }
#XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { color:#ffffff;display:block;width:200px;position:absolute;font-family:raleway;font-size:18px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:88.984375px;left:1px;height:23.3906px;font-style:normal;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-form-header {  }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { display:block;width:229px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:229px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;text-align:left;text-align-last:left;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:47px;width:229px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;text-align:left;text-align-last:left;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:229px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:200px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:16px;background-color:#cddd48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-moz-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-moz-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-ms-input-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-webkit-input-placeholder { font-size:16px;font-family:"open sans";color:#42464d; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:666px;height:auto;font-size:12px;font-family:"open sans";line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#f2f9ff; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:103.5px;vertical-align:middle;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:first-of-type{padding-top:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:last-of-type{padding-bottom:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:688px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:232px;top:10px;z-index:100003;position:absolute; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { width:239px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:688px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:232px;top:10px;z-index:100003;position:absolute; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ { position:relative; }
#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container { background-color: transparent; background-image: none; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container > .video-iframe-container { display: none; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row > .video-iframe-container { display: none; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .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); }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container { border-width: 0; border-radius: 0; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#qFTZtCl40LhTyExWCHgaHSQ4dRZRdFuJ { color:#793a4c;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.5px;left:685px;height:36.375px;text-align:right;text-align-last:right;display:block; }
#g30O98tosERZIaTzyiM5fa9gEGOVtcSO { color:#793a4c;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:33.5px;left:0px;height:18.1875px;text-align:left;text-align-last:left;display:block; }
#ltdFiGVe0t2baaQ2oApzFSyakL92xECg { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:116px;top:41.5px;left:422px;overflow:hidden;display:block; }
#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container { background-color: transparent; background-image: none; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container > .video-iframe-container { display: none; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row > .video-iframe-container { display: none; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .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); }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container { border-width: 0; border-radius: 0; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container { font-size:14px;font-family:arial;height:82px;width:960px;position:relative;display:block; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container { background-color: transparent; background-image: none; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container > .video-iframe-container { display: none; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row > .video-iframe-container { display: none; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .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); }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container { border-width: 0; border-radius: 0; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container { font-size:14px;font-family:arial;height:96px;width:960px;position:relative;display:block; }#LMOrk8Z1fCMnqpVpOE3DhRJNrT3mlQEA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:6.5px;left:881px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:366px;height:8px;top:338px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:385px;height:163px;top:376px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q02c6xtfIKl7tH1DxTTU2MaqHAD0ud6W { width:532px;height:192px;top:138px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #P0UrSW5yzT6dBpXX7wvHGPQbfEfeoTV6 { width:227px;height:39px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDneonks0iQcMKDVkyfsf4z9cvP7qic5 { width:345px;height:261px;top:288.125px;left:413px;display:block; }
 }@media only screen and (max-width: 763px) { #hUU8H0t4vvq9hyV4JTVcXZKFG5ho8Xo8 { width:299px;height:136px;top:318px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:200px;height:20.7969px;top:27px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:200px;height:20.7969px;top:27px;left:146px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-regular-label { width:229px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text { width:229px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-textarea { width:229px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select { width:229px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-checkbox-label { width:667px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-radio-label { width:103.5px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M  { width:688px;height:auto;top:33px;left:36px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .radio-container { width:239px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M {display:inline-block;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M { width:688px;height:auto;top:33px;left:36px; }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #M19syA6l3unlU814iTL8JxnvfF8LVc4d {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #S0d6SzpXy01ScGW9lmEOepVKrCzt1tLg {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #xeADeqvWZTkLC8MTgCzneJgFJTAHE6yc {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #OuyT5u192iFwomtz0leJLMspriduzSNg {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #hXTuP5pVbR5sE1fPsMp5lQ7k5vGXMcCB {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #GQKTfyCaUfyNAJxyofw8MlIPloeRn2cB {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #KsvXFPw4oqNa1Ws8IaCAoIttXuCi8SJw {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #SG2Gz5Q8qEDV2cGTfmBCJxpwkG2uogT7 {  }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:764px;height:382px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:200px;height:20.7969px;top:75px;left:343px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:62px;height:5px;top:96px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:376px;height:35.1876px;top:117px;left:343px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:200px;height:0;top:333px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:200px;height:0;top:276px;left:310px;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:369px;height:108.75px;top:183px;left:339px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { width:96px;height:20.7969px;top:323px;left:340px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mKPZh1OmyQNqp9SHlO7CtWlfVJaPVFCZ { width:42px;height:42px;top:312px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #ebs7VIn9BoSH3fs5TVO8DwVX7OkAxaNl { width:30px;height:30px;top:317px;left:435px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oXwNAmqT32gc0oyUHbwQZL46X5p5dTNM { width:247px;height:265px;top:74px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:764px;height:40px;top:36px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qXHiupPEZpu2cvubWPaNC4FCzPLFlKIq { width:764px;height:19px;top:94px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ik0RzPgbIuh0KWJPePG5rTSQSOo5TPt9 { width:764px;height:203.415px;top:162px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mtSH2fpNVn0df5CtJJb2tcGrb6sLTsym { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:764px;height:316px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:236px;height:328px;top:60px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:190px;height:15.5938px;top:174px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:146px;height:43.1875px;top:223px;left:21px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:236px;height:7px;top:381px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:236px;height:328px;top:60px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:236px;height:7px;top:381px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:170px;height:21.5938px;top:223px;left:203px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:190px;height:15.5938px;top:174px;left:192px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:236px;height:328px;top:61px;left:337px;display:none; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:236px;height:7px;top:382px;left:337px;display:none; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:130px;height:64.7812px;top:224px;left:411px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:190px;height:15.5938px;top:175px;left:383px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:236px;height:328px;top:61px;left:528px;display:none; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:236px;height:7px;top:382px;left:528px;display:none; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:160px;height:43.1875px;top:224px;left:590px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:190px;height:15.5938px;top:175px;left:574px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OZFb87bPvmTMDP7bwM4H245QL1h22Vzm { width:116px;height:109px;top:56px;left:38px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqrMNdNQLmkFc9kAKnDgMi08TDgAaFAq { width:96px;height:96px;top:63px;left:239px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #yqZAkIBecnT2h9JRsu4QWLxbRctmfMqo { width:102px;height:102px;top:61px;left:427px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #bpBmJydnSLJvCFpS88eKA93E7c5GMdzH { width:111px;height:120px;top:55px;left:613px;font-size:84px;display:block; }
 }@media only screen and (max-width: 763px) { #JriE0GPycVoWn4erSBvvLTl676zJzghU { display:block; }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX8mfqibLchqDFRgmQwQQW8aDEH36gys { width:764px;height:80px;top:90px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XZhxQ4sxhpbasi38n6zlcX8o7nikd9EI { width:50px;height:37px;top:214px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:200px;height:20.7969px;top:24px;left:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:200px;height:20.7969px;top:24px;left:156px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { width:229px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { width:229px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { width:229px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { width:229px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { width:667px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-radio-label { width:103.5px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { width:688px;height:auto;top:24px;left:36px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { width:239px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc {display:inline-block;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { width:688px;height:auto;top:24px;left:36px; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ {  }
 }@media only screen and (max-width: 763px) { #R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke { display:block; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFTZtCl40LhTyExWCHgaHSQ4dRZRdFuJ { top:33px;left:489px;width:275px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g30O98tosERZIaTzyiM5fa9gEGOVtcSO { top:33px;left:0px;width:275px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ltdFiGVe0t2baaQ2oApzFSyakL92xECg { width:116px;height:20px;top:41px;left:324px;display:block; }
 }@media only screen and (max-width: 763px) { #v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 { display:block; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et { display:block; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMOrk8Z1fCMnqpVpOE3DhRJNrT3mlQEA { width:65px;height:65px;top:6px;left:699px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/L1uy2iRF/semana_do_consumidor.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:320px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:98px;height:5px;top:338px;left:111px;display:none; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:320px;height:auto;top:376px;left:0px;text-align:left;text-align-last:left;font-size:15px;line-height:2.4;display:none; }
 }@media only screen and (max-width: 763px) { #Q02c6xtfIKl7tH1DxTTU2MaqHAD0ud6W { width:320px;height:180px;top:98px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #P0UrSW5yzT6dBpXX7wvHGPQbfEfeoTV6 { width:170px;height:28px;top:31px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #FDneonks0iQcMKDVkyfsf4z9cvP7qic5 { width:320px;height:242.672px;top:497px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hUU8H0t4vvq9hyV4JTVcXZKFG5ho8Xo8 { top:318px;left:16.5px;width:299px;height:136.5px;z-index:100007;color:#ffffff;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:320px;height:337px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:200px;height:41.5938px;top:20px;left:60px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:200px;height:20.7969px;top:66.984375px;left:71px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-regular-label { width:270px;display:none;vertical-align:top; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text { width:270px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-text {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-textarea { width:270px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select { width:270px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-select {padding-top: 0; padding-bottom: 0;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-input-button { width:270px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-checkbox-label { width:259px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .widget-radio-label { width:124px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M  { width:280px;height:180px;top:86.7969px;left:0px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M .radio-container { width:280px; }
#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M {display:inline-block;}#zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M { width:280px;height:180px;top:86.7969px;left:0px; }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #M19syA6l3unlU814iTL8JxnvfF8LVc4d {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #S0d6SzpXy01ScGW9lmEOepVKrCzt1tLg {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #xeADeqvWZTkLC8MTgCzneJgFJTAHE6yc {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #OuyT5u192iFwomtz0leJLMspriduzSNg {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #hXTuP5pVbR5sE1fPsMp5lQ7k5vGXMcCB {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #GQKTfyCaUfyNAJxyofw8MlIPloeRn2cB {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #KsvXFPw4oqNa1Ws8IaCAoIttXuCi8SJw {  }
 }@media only screen and (max-width: 763px) { #zvScTLQ3WQAeXQbJTMpr4TOkmOsCcR9M #SG2Gz5Q8qEDV2cGTfmBCJxpwkG2uogT7 {  }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { background-color:#d6d4d4;background-image:none;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:320px;height:839px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:200px;height:29.8906px;top:383.766px;left:60px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:62px;height:5px;top:433.641px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:320px;height:70.375px;top:458.641px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:200px;height:0;top:696.516px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:200px;height:0;top:716.516px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:320px;height:127.5px;top:549.016px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { width:96px;height:20.7969px;top:736.516px;left:112px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mKPZh1OmyQNqp9SHlO7CtWlfVJaPVFCZ { width:42px;height:42px;top:777.3129px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #ebs7VIn9BoSH3fs5TVO8DwVX7OkAxaNl { width:30px;height:30px;top:782.8129px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oXwNAmqT32gc0oyUHbwQZL46X5p5dTNM { width:320px;height:343.77708978328px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { background-color:#d6d4d4;background-image:none;display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { background-color: transparent; background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:320px;height:765px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:320px;height:33.7969px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qXHiupPEZpu2cvubWPaNC4FCzPLFlKIq { width:320px;height:58.5px;top:73.7969px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ik0RzPgbIuh0KWJPePG5rTSQSOo5TPt9 { width:320px;height:83px;top:152.296875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mtSH2fpNVn0df5CtJJb2tcGrb6sLTsym { top:162px;left:0px;width:320px;height:581px;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:320px;height:1432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:236px;height:328px;top:20px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:200px;height:20.7969px;top:152px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:200px;height:57.5938px;top:201.484375px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:236px;height:7px;top:341px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:236px;height:328px;top:368px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:236px;height:7px;top:689px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:200px;height:28.7969px;top:549px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:200px;height:20.7969px;top:500px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:236px;height:328px;top:716px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:236px;height:7px;top:1037px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:200px;height:86.3906px;top:897px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:200px;height:20.7969px;top:848px;left:52px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:236px;height:328px;top:1064px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:236px;height:7px;top:1385px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:200px;height:57.5938px;top:1245px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:200px;height:20.7969px;top:1196px;left:62px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OZFb87bPvmTMDP7bwM4H245QL1h22Vzm { width:116px;height:109px;top:34.5px;left:104px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqrMNdNQLmkFc9kAKnDgMi08TDgAaFAq { width:96px;height:96px;top:389px;left:112px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #yqZAkIBecnT2h9JRsu4QWLxbRctmfMqo { width:102px;height:102px;top:734.5px;left:109px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #bpBmJydnSLJvCFpS88eKA93E7c5GMdzH { width:111px;height:120px;top:1076px;left:104.5px;font-size:84px;display:block; }
 }@media only screen and (max-width: 763px) { #JriE0GPycVoWn4erSBvvLTl676zJzghU { display:block; }#JriE0GPycVoWn4erSBvvLTl676zJzghU > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX8mfqibLchqDFRgmQwQQW8aDEH36gys { width:320px;height:168.984px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #XZhxQ4sxhpbasi38n6zlcX8o7nikd9EI { width:40px;height:29.6px;top:214px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:320px;height:318px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:200px;height:41.5938px;top:20px;left:60px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:200px;height:20.7969px;top:66.984375px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { width:270px;display:none;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { width:270px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { width:270px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { width:270px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-button { width:270px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { width:259px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-radio-label { width:124px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { width:280px;height:180px;top:86.7969px;left:0px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { width:280px; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc {display:inline-block;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { width:280px;height:180px;top:86.7969px;left:0px; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ {  }
 }@media only screen and (max-width: 763px) { #R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke { display:block; }#R8ZQD6vGzULP0zR1Xw6eT3Z421oCM8ke > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFTZtCl40LhTyExWCHgaHSQ4dRZRdFuJ { width:181px;height:31.1876px;top:75px;left:125px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g30O98tosERZIaTzyiM5fa9gEGOVtcSO { width:129px;height:15.5938px;top:26px;left:177px;font-size:12px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ltdFiGVe0t2baaQ2oApzFSyakL92xECg { width:120px;height:20px;top:26px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 { display:block; }#v7tKE0ToW3iumLtHMk9ypiaAPCPGLfG9 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#oQTP74fTW4PAZ8uBNvM1DMDqMTH674Et > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMOrk8Z1fCMnqpVpOE3DhRJNrT3mlQEA { width:65px;height:65px;top:20px;left:255px;display:block; }
 }