.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nXx1Oqpf/fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { background-color: transparent; background-image: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container > .video-iframe-container { display: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row > .video-iframe-container { display: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .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); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { border-width: 0; border-radius: 0; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { color:#e8f7ff;display:block;width:24.5625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:22.375rem;left:3.5rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:3.3125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:11.25rem;left:3.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nnJuif1XXiwiRc65ULtpnoEpaFTntQcO { position:absolute;display:block;z-index:100001;background-color:#e6e6e6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.0625rem;width:23.9375rem;top:3.4375rem;left:32.75rem;display:block; }
#RyykyBMEqkBTin9l93kMiftlR1Gao81R { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:17.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#iftchmEasBRcRpFoCKfLea57bqlub4Lx { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:6.5rem;top:30.9375rem;left:11.875rem;overflow:hidden;display:block; }
#VZKGCBizpphTAKpWhXkQUkSdr1xTrTlq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:7.875rem;top:31.1875rem;left:20.3125rem;overflow:hidden;display:block; }
#lI6B1AL3SX0XBkrVG1qRf3TBnPq1kwTs { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.3125rem;top:29.875rem;left:3rem;overflow:hidden;display:block; }
#axAH72WMi92RA5xU3bpX3TuTLHPMab9w { color:#e8f7ff;display:block;width:1.875rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:29.3125rem;left:3.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#NmsRVPsqZ7rGrzrKctTAcxNxIIQ0L8Iq { color:#e8f7ff;display:block;width:1.875rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:29.8125rem;left:20.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-form-header {  }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#000000;width:21.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;overflow:hidden;line-height:1.6; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.125rem;box-sizing:border-box;height:2.5625rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.125rem;box-sizing:border-box;height:4.375rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.125rem;box-sizing:border-box;height:2.5rem;color:#6d6d6d;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#1bcaaf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:21.125rem;height:3.3125rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 [class*="-text"]:-moz-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 [class*="-text"]::-moz-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 [class*="-text"]:-ms-input-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 [class*="-text"]::-webkit-input-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:2;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-container:first-of-type{padding-top:0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-container:last-of-type{padding-bottom:0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:8.5rem;left:32.90625rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 {display:block;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:8.5rem;left:32.90625rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #P7JqHvOc6AptCKdpTkHaP1CwchGAWscB { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #a0vCWWoUJTxKFyV30BnPaDIFZJCVWyyh { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #wuXUfCMdGCz6Exynq2EAgqGwefX0BHwR { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #coTgK2Gi0AraJacl9N3ZrGSK2dHpZQ7q { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #yaGNgN5OdScsX8SDb7E0zd7JW3AqeeCf { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #QFDkwETT7ouPaJHG0plWTm3c9HnixwQp { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #noqiZQdJd5OStl8Dr5INTwUOTebJaTKG { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bn0WF0nCOF2FTruE8ZILUsdhs6G4Xm98 { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bL1bZEgvr4QeGp5OcQ4by0Jm23AoRGOl { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #teTXtkNQAvwynAGtfWXHWW9yD6lKlzdz { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #WpdvRElwxJZk89nIPATRg2rRo29fWu7m { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #eRTTBlAZfJ8T9FB2pJGszs3vTWEuIsF6 { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Km49hrJg1uJWKS5FXIxOgtW1OTS8XGEZ { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #pQUq2uT9U42B37v1MToXxrbaGglWlguZ { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #MyAPOAxAz4xxbrhKZocmCnR7F8D1lsIQ { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #V37D94MzKvu69EPWKt69mzLiyId5PERU { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #y052AWhaWhTQZS3PGSbwETIQ5BzLEt4Q { position:relative;z-index:2; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Bu79K4Pu6fhOZJ88ve93lZWxhoovULNs { position:relative; }
#MKE0mF2woQ9Wyn4uoRl0BssuBMNlV0Ah { position:relative;display:block; }
#UtLtrlNeNGwPN1W1KR8Xl7dDaTUfedoa { position:relative;display:block; }
#uKdTZUOLfiTaW71qGq2I4A13cA7urLIT { position:relative;display:block; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #kc6SB7HVN6rA9GcxzFUkWESKVgJQcbbP { position:relative; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #ea5VhBOBJhtp2xVTPLv3dwuCe3dAyDMh { position:relative; }
#cXT4aadwZmuNmHbDfOmd02GwfEIFi22a { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:20.5rem;top:7.505859375rem;left:2.375rem;overflow:hidden;display:block; }
#TNnk7TG43FL9Lw57kmZ0Zk28f8s8bIc3 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:16.75rem;top:4.625rem;left:32.75rem;overflow:hidden;display:block; }
#eovW5T5p1020Tt9zSKdc0imQO11WyeMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4de4cf;background-image:url("https://images.assets-landingi.com/8FY58Xse/barra.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa.adaptive-delivery-prevent-bg, #eovW5T5p1020Tt9zSKdc0imQO11WyeMa.lazyload, #eovW5T5p1020Tt9zSKdc0imQO11WyeMa.lazyloading { background-image: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { background-color: transparent; background-image: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container > .video-iframe-container { display: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row > .video-iframe-container { display: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .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); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { border-width: 0; border-radius: 0; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { background-color: transparent; background-image: none; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container > .video-iframe-container { display: none; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row > .video-iframe-container { display: none; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .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); }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { border-width: 0; border-radius: 0; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { color:#000000;display:block;width:17rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:9.5rem;left:0rem;height:3.673825rem;text-align:left;text-align-last:left;display:block; }
#s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { color:#ffffff;display:block;width:19rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:1.9375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ed83M1tOA6Rwch3JfBlRmR9yrQ3KSPD6 { box-sizing:content-box;color:#8a6df1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.15625rem;left:22.09375rem;display:block; }
#R8mRzvXItiCdnrsIC0aOgKKFPs2T6Tgo { color:#383333;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:6.5rem;left:19.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JO6fadwkso12ZmB3z6JAvTGno8oc4kzQ { color:#383333;display:block;width:6.9365rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mX9mM0Ay6AwsMfrCJ7WELCZORmDoLwIg { box-sizing:content-box;color:#8a6df1;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:2.875rem;left:28.8125rem;display:block; }
#GBu9xTKMWhlRgT8pb6e6z2W4mpmiTGtx { color:#383333;display:block;width:6.4365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:8.25rem;left:19.875rem;height:2.1123rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CquQ0Eg3NnpG85O1QFIT9uaztp0ptMfH { color:#383333;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:8.25rem;left:34.8125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E092FtttESoHb7BXCWTxxgoDkeHaSOck { color:#383333;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:6.5rem;left:34.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uelNLfHDpsgTdKDrG7D3ZrhzOfqzKA4W { box-sizing:content-box;color:#8a6df1;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:3.125rem;left:36.6875rem;display:block; }
#vdOrEZ4exILh3ISLGPx4oZIb01NDEHVh { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.875rem;left:42.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ren8NT4t9lIuUAk54ifqF9CJxiH1HZX7 { box-sizing:content-box;color:#4de4cf;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:4.9375rem;left:42.875rem;display:block; }
#LohpqMlB1fvshyiL1GXk5cgsxdDDrD7F { box-sizing:content-box;color:#4de4cf;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.75rem;left:42.875rem;display:block; }
#d9NhINgVmy6KL00DIECogicaK2x0qFm9 { box-sizing:content-box;color:#4de4cf;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.21875rem;left:42.875rem;display:block; }
#oCXeEkhStaTzR51iHu4wwD4fNSDz0IxO { color:#383333;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.125rem;left:45.1875rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxJZbooHaf8CtfoTw1kJf2zL0tP4XgWM { color:#383333;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:9rem;left:45rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QHdTTrhU7pQJwHstD1HJAo33DlAXkyy9 { color:#383333;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:12.5625rem;left:45rem;height:2.1123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOLfJ7GfX3QvB362S54ruzCkoBaGZIud { box-sizing:content-box;color:#4de4cf;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.21875rem;left:41.6875rem;display:none; }
#MVV0iQUXxA4Z3JUAB4H1tMFamXuDsb1L { color:#383333;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:8.25rem;left:27.25rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeCIHvJP6yTRVMhClRDkzCMIAo8qHrmD { color:#000000;display:block;width:21rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:14.4375rem;left:0rem;height:1.2246125rem;text-align:left;text-align-last:left;display:block; }
#uVsU00vUCAc7wwhwwxBzQrlsTPsxS6xu { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:18.57666015625rem;left:11.34375rem;height:0.9624rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s { display:block; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { top:22.375rem;left:0rem;width:24.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { top:11.25rem;left:0rem;width:18.75rem;height:9.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnJuif1XXiwiRc65ULtpnoEpaFTntQcO { top:3.4375rem;left:23.8125rem;width:23.9375rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyykyBMEqkBTin9l93kMiftlR1Gao81R { top:0.9375rem;left:0rem;width:17.4375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftchmEasBRcRpFoCKfLea57bqlub4Lx { top:30.9375rem;left:5.75rem;width:6.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZKGCBizpphTAKpWhXkQUkSdr1xTrTlq { top:31.1875rem;left:14.1875rem;width:7.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI6B1AL3SX0XBkrVG1qRf3TBnPq1kwTs { top:29.875rem;left:0rem;width:8.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axAH72WMi92RA5xU3bpX3TuTLHPMab9w { top:29.3125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmsRVPsqZ7rGrzrKctTAcxNxIIQ0L8Iq { top:29.8125rem;left:14.8125rem;width:1.875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 {display:block;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #P7JqHvOc6AptCKdpTkHaP1CwchGAWscB {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #a0vCWWoUJTxKFyV30BnPaDIFZJCVWyyh {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #wuXUfCMdGCz6Exynq2EAgqGwefX0BHwR {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #coTgK2Gi0AraJacl9N3ZrGSK2dHpZQ7q {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #yaGNgN5OdScsX8SDb7E0zd7JW3AqeeCf {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #QFDkwETT7ouPaJHG0plWTm3c9HnixwQp {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #noqiZQdJd5OStl8Dr5INTwUOTebJaTKG {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bn0WF0nCOF2FTruE8ZILUsdhs6G4Xm98 {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bL1bZEgvr4QeGp5OcQ4by0Jm23AoRGOl {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #teTXtkNQAvwynAGtfWXHWW9yD6lKlzdz {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #WpdvRElwxJZk89nIPATRg2rRo29fWu7m {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #eRTTBlAZfJ8T9FB2pJGszs3vTWEuIsF6 {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Km49hrJg1uJWKS5FXIxOgtW1OTS8XGEZ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #pQUq2uT9U42B37v1MToXxrbaGglWlguZ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #MyAPOAxAz4xxbrhKZocmCnR7F8D1lsIQ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #V37D94MzKvu69EPWKt69mzLiyId5PERU {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #y052AWhaWhTQZS3PGSbwETIQ5BzLEt4Q {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Bu79K4Pu6fhOZJ88ve93lZWxhoovULNs {  }
 }@media only screen and (max-width: 763px) { #MKE0mF2woQ9Wyn4uoRl0BssuBMNlV0Ah { display:block; }
 }@media only screen and (max-width: 763px) { #UtLtrlNeNGwPN1W1KR8Xl7dDaTUfedoa { display:block; }
 }@media only screen and (max-width: 763px) { #uKdTZUOLfiTaW71qGq2I4A13cA7urLIT { display:block; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #kc6SB7HVN6rA9GcxzFUkWESKVgJQcbbP {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #ea5VhBOBJhtp2xVTPLv3dwuCe3dAyDMh {  }
 }@media only screen and (max-width: 763px) { #cXT4aadwZmuNmHbDfOmd02GwfEIFi22a { top:7.5rem;left:0rem;width:20.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnk7TG43FL9Lw57kmZ0Zk28f8s8bIc3 { top:4.625rem;left:26.625rem;width:16.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #eovW5T5p1020Tt9zSKdc0imQO11WyeMa { display:block; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB { display:block; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { top:9.5rem;left:0rem;width:17rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { top:1.9375rem;left:0rem;width:19rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed83M1tOA6Rwch3JfBlRmR9yrQ3KSPD6 { top:3.125rem;left:15.96875rem;width:2.3125rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mRzvXItiCdnrsIC0aOgKKFPs2T6Tgo { top:6.5rem;left:13.75rem;width:6.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO6fadwkso12ZmB3z6JAvTGno8oc4kzQ { top:6.5rem;left:20.8125rem;width:6.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9mM0Ay6AwsMfrCJ7WELCZORmDoLwIg { top:2.875rem;left:22.6875rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBu9xTKMWhlRgT8pb6e6z2W4mpmiTGtx { top:8.25rem;left:13.75rem;width:6.375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CquQ0Eg3NnpG85O1QFIT9uaztp0ptMfH { top:8.25rem;left:28.6875rem;width:6.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E092FtttESoHb7BXCWTxxgoDkeHaSOck { top:6.5rem;left:28.625rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uelNLfHDpsgTdKDrG7D3ZrhzOfqzKA4W { top:3.125rem;left:30.5625rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOrEZ4exILh3ISLGPx4oZIb01NDEHVh { top:1.875rem;left:30.6875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ren8NT4t9lIuUAk54ifqF9CJxiH1HZX7 { top:4.9375rem;left:36.75rem;width:1.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LohpqMlB1fvshyiL1GXk5cgsxdDDrD7F { top:8.75rem;left:36.75rem;width:1.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9NhINgVmy6KL00DIECogicaK2x0qFm9 { top:12.1875rem;left:36.75rem;width:1.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCXeEkhStaTzR51iHu4wwD4fNSDz0IxO { top:5.125rem;left:33.5rem;width:14.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJZbooHaf8CtfoTw1kJf2zL0tP4XgWM { top:9rem;left:33.125rem;width:14.625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHdTTrhU7pQJwHstD1HJAo33DlAXkyy9 { top:12.5625rem;left:34.25rem;width:13.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOLfJ7GfX3QvB362S54ruzCkoBaGZIud { top:12.1875rem;left:35.5625rem;width:1.75rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVV0iQUXxA4Z3JUAB4H1tMFamXuDsb1L { top:8.25rem;left:21.125rem;width:6.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCIHvJP6yTRVMhClRDkzCMIAo8qHrmD { top:14.4375rem;left:0rem;width:21rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVsU00vUCAc7wwhwwxBzQrlsTPsxS6xu { top:18.5625rem;left:5.21875rem;width:37.3125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s { background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { background-color: transparent; background-image: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container > .video-iframe-container { display: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row > .video-iframe-container { display: none; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .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); }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { border-width: 0; border-radius: 0; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { width:17.3125rem;height:8.3994375rem;top:25.5rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { width:16rem;height:8.4375rem;top:15.599609375rem;left:1.34375rem;font-size:2.8125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nnJuif1XXiwiRc65ULtpnoEpaFTntQcO { width:20rem;height:30.375rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyykyBMEqkBTin9l93kMiftlR1Gao81R { width:17.5625rem;height:6.625rem;top:3.875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftchmEasBRcRpFoCKfLea57bqlub4Lx { width:6.8125rem;height:1.9375rem;top:36.75rem;left:10.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZKGCBizpphTAKpWhXkQUkSdr1xTrTlq { width:7.875rem;height:1.5625rem;top:39.5625rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lI6B1AL3SX0XBkrVG1qRf3TBnPq1kwTs { width:8.3125rem;height:3.9375rem;top:35.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axAH72WMi92RA5xU3bpX3TuTLHPMab9w { width:1.875rem;height:1.0996125rem;top:35.7119140625rem;left:1.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NmsRVPsqZ7rGrzrKctTAcxNxIIQ0L8Iq { width:1.875rem;height:1.0996125rem;top:40.1875rem;left:5rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;font-size:1.1875rem;overflow:hidden; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2  { width:17.5rem;height:auto;top:50.287109375rem;left:0rem; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 {display:block;}#gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 { width:17.5rem;height:auto;top:50.287109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #P7JqHvOc6AptCKdpTkHaP1CwchGAWscB {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #a0vCWWoUJTxKFyV30BnPaDIFZJCVWyyh {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #wuXUfCMdGCz6Exynq2EAgqGwefX0BHwR {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #coTgK2Gi0AraJacl9N3ZrGSK2dHpZQ7q {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #yaGNgN5OdScsX8SDb7E0zd7JW3AqeeCf {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #QFDkwETT7ouPaJHG0plWTm3c9HnixwQp {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #noqiZQdJd5OStl8Dr5INTwUOTebJaTKG {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bn0WF0nCOF2FTruE8ZILUsdhs6G4Xm98 {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #bL1bZEgvr4QeGp5OcQ4by0Jm23AoRGOl {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #teTXtkNQAvwynAGtfWXHWW9yD6lKlzdz {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #WpdvRElwxJZk89nIPATRg2rRo29fWu7m {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #eRTTBlAZfJ8T9FB2pJGszs3vTWEuIsF6 {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Km49hrJg1uJWKS5FXIxOgtW1OTS8XGEZ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #pQUq2uT9U42B37v1MToXxrbaGglWlguZ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #MyAPOAxAz4xxbrhKZocmCnR7F8D1lsIQ {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #V37D94MzKvu69EPWKt69mzLiyId5PERU {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #y052AWhaWhTQZS3PGSbwETIQ5BzLEt4Q {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #Bu79K4Pu6fhOZJ88ve93lZWxhoovULNs {  }
 }@media only screen and (max-width: 763px) { #MKE0mF2woQ9Wyn4uoRl0BssuBMNlV0Ah { display:block; }
 }@media only screen and (max-width: 763px) { #UtLtrlNeNGwPN1W1KR8Xl7dDaTUfedoa { display:block; }
 }@media only screen and (max-width: 763px) { #uKdTZUOLfiTaW71qGq2I4A13cA7urLIT { display:block; }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #kc6SB7HVN6rA9GcxzFUkWESKVgJQcbbP {  }
 }@media only screen and (max-width: 763px) { #gGvVN6GT55pUtVtMOuEEwsDh34vKWRO2 #ea5VhBOBJhtp2xVTPLv3dwuCe3dAyDMh {  }
 }@media only screen and (max-width: 763px) { #cXT4aadwZmuNmHbDfOmd02GwfEIFi22a { width:20rem;height:2.98730625rem;top:11.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnk7TG43FL9Lw57kmZ0Zk28f8s8bIc3 { width:16.75rem;height:6rem;top:45.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eovW5T5p1020Tt9zSKdc0imQO11WyeMa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8FY58Xse/barra.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; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa.adaptive-delivery-prevent-bg, #eovW5T5p1020Tt9zSKdc0imQO11WyeMa.lazyload, #eovW5T5p1020Tt9zSKdc0imQO11WyeMa.lazyloading { background-image: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { background-color: transparent; background-image: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container > .video-iframe-container { display: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row > .video-iframe-container { display: none; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .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); }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { border-width: 0; border-radius: 0; }#eovW5T5p1020Tt9zSKdc0imQO11WyeMa > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB { display:block; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { width:18.375rem;height:3.41161875rem;top:7.1875rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { width:18.125rem;height:4.330075rem;top:1.8125rem;left:0.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ed83M1tOA6Rwch3JfBlRmR9yrQ3KSPD6 { width:2.4375rem;height:2.4375rem;top:12.8125rem;left:1.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mRzvXItiCdnrsIC0aOgKKFPs2T6Tgo { width:5.0625rem;height:0.9746125rem;top:16rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO6fadwkso12ZmB3z6JAvTGno8oc4kzQ { width:5.25rem;height:0.9746125rem;top:16rem;left:7.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mX9mM0Ay6AwsMfrCJ7WELCZORmDoLwIg { width:2.5625rem;height:2.5625rem;top:12.5625rem;left:8.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBu9xTKMWhlRgT8pb6e6z2W4mpmiTGtx { width:4.9375rem;height:1.949225rem;top:17.4375rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CquQ0Eg3NnpG85O1QFIT9uaztp0ptMfH { width:7.5625rem;height:0.9746125rem;top:17.4375rem;left:6.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E092FtttESoHb7BXCWTxxgoDkeHaSOck { width:5.125rem;height:0.9746125rem;top:16rem;left:14.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uelNLfHDpsgTdKDrG7D3ZrhzOfqzKA4W { width:2.5rem;height:2.5rem;top:12.5625rem;left:15.8125rem;font-size:1.75rem;z-index:100020;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #vdOrEZ4exILh3ISLGPx4oZIb01NDEHVh { width:17.875rem;height:1.4433625rem;top:24.5rem;left:1.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ren8NT4t9lIuUAk54ifqF9CJxiH1HZX7 { width:1.5625rem;height:1.625rem;top:42.875rem;left:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LohpqMlB1fvshyiL1GXk5cgsxdDDrD7F { width:1.75rem;height:1.625rem;top:27.5625rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9NhINgVmy6KL00DIECogicaK2x0qFm9 { width:1.75rem;height:1.625rem;top:33.125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCXeEkhStaTzR51iHu4wwD4fNSDz0IxO { width:15.8125rem;height:1.94921875rem;top:30.0625rem;left:2.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxJZbooHaf8CtfoTw1kJf2zL0tP4XgWM { width:15.3125rem;height:1.94921875rem;top:35.4375rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHdTTrhU7pQJwHstD1HJAo33DlAXkyy9 { width:16.125rem;height:2.1123rem;top:40.6875rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOLfJ7GfX3QvB362S54ruzCkoBaGZIud { width:1.75rem;height:1.625rem;top:38.375rem;left:9.125rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #MVV0iQUXxA4Z3JUAB4H1tMFamXuDsb1L { width:5.5625rem;height:1.94921875rem;top:17.375rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeCIHvJP6yTRVMhClRDkzCMIAo8qHrmD { width:20rem;height:1.13720625rem;top:45.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVsU00vUCAc7wwhwwxBzQrlsTPsxS6xu { width:20rem;height:1.92480625rem;top:49.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }