.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); }#TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo > .row .container { border-width: 0; border-radius: 0; }#TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#th7tQBZTEZHD1gmULmneOoQBJLmP9ezW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.5625rem;height:1.75rem;font-style:italic;display:block; }
#sCIMStiX93n5Mk3vJP3wVXGxJ0IS8Iow { background-color:#ff3939;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.28125rem;left:51rem;display:block; }
#hLGzuwcxEnrxkuHwsQNMxMQXydyJ7ap5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.29rem;margin-bottom:0;margin-left:0.29rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.42375rem;padding-right:0.0725rem;padding-bottom:0;padding-left:0.0725rem;display:block;width:3.119375rem;height:2.048125rem;position:relative;font-family:roboto;font-size:1.625rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0725rem;padding-bottom:0.2825rem;padding-left:0.0725rem;display:block;width:3.119375rem;height:0.529375rem;position:relative;font-family:roboto;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:15.625rem;height:4.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59375rem;left:33.5rem;z-index:100000;display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #cX0f7iKHuCpENuChKz9LIzJLkOMSmWcv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #mAHpfMmfT4dduF2HPQ3rJfuGA81fKa5I { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #HMptIA6Kd57zeXiDtpQTNCaOZ8oJ6O81 { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #aAlraoyuxiqxCvemklc7DENJlBoVKeTi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #wdWyTw50MyZX4JqFETD2N5cQJXf1k1x2 { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #OB2915W1pbwJNSrVy85WGuATnKLtsQZl { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #M1hkIDNnd9298ZWe9ustWRBRXdLDTL8Z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #suDRe6iDcvhgZEnPvaoF9GKP09RrTT95 { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #TwpfglKWeW21uSDeAF3E02J2f6aHJPXL { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #SnP6k0TTgTKIOFwryhAfTWNaU3CUeqpL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #UoPuhn5p8molDww3dTJUScqdid72tgCh { display:block; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #ENZPkgPFHskPsl4shZeHedfxsABcGyVu { display:block; }
#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bdabfd;background-image:url("https://images.assets-landingi.com/JlSxXyqd/header_desk_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.adaptive-delivery-prevent-bg, #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.lazyload, #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.lazyloading { background-image: none; }#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:32.5625rem;width:60rem;position:relative;display:block; }#XKzOm0QkzneJ9JcXIL00nGPTBWAxfM7s { color:#e8f7ff;display:block;width:5.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100003;line-height:1.9;letter-spacing:0;top:3.375rem;left:0rem;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; }
#uJoXSc4pmpxQqCNPVe60oOnXzvTHiJXF { color:#e8f7ff;display:block;width:29.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:19.875rem;left:1.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; }
#bDDJITaEcNaiDoilJ7cP3iTskrQhpUmT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:23.375rem;top:17.625rem;left:36.625rem;overflow:hidden;display:none; }
#l8AUTXuO3ToTWlHvle2ZoOlDTAxJRy0u { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:42.125rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#nKgZr398zC9mgnT3ezhu6ExFBlx8hmXf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:16.25rem;top:6.75rem;left:1.3125rem;overflow:hidden;display:block; }
#gfykUp3hHSE1TdOKav1EozSdlZgoCN8a { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23rem;left:28.1875rem;display:block; }
#GGqrcM2gkFMf92oFFS2U4w28TeXNE8kD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { background-color: transparent; background-image: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .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); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { border-width: 0; border-radius: 0; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.0908203125rem;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:center;text-align-last:center;display:block; }
#IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { color:#e8f7ff;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:10.0625rem;left:5.0625rem;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; }
#m3t3CLDlFrzwc6CFLCBmCsopue7rzgHP { color:#e8f7ff;display:block;width:25.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:18.625rem;left:5.0625rem;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; }
#tTPJql8Hy29vd0JwJ7diiUOJgKSAGeOG { color:#ffffff;display:block;width:11rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:3.6533203125rem;left:28rem;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:none; }
#ApuEPSbapRVSwAVGb9e58PK3HmaoJGnT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:9.5rem;top:22.125rem;left:36rem;overflow:hidden;display:block; }
#g6OMtcX3pCxoQvuonPRQcXTzOhJXPAPu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:7.8125rem;top:16.125rem;left:36.1875rem;overflow:hidden;display:block; }
#qmmXkZRHF1CaWiCSXTFcwyxx2UcxyMdc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:8.625rem;top:16.875rem;left:45.4375rem;overflow:hidden;display:block; }
#Z0CN7evyDJ5C25GXecNLTE2s6gKg1HCR { color:#e8f7ff;display:block;width:2.625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:20.6875rem;left:36.625rem;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; }
#uNXoWh4WdRUTpI0JDrMPz1CukDDVvB6q { color:#e8f7ff;display:block;width:2.625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:14.75rem;left:36.25rem;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; }
#eAFIyt1sJnGosZPlSq6bkgvd8WCCpctA { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:2.9375rem;top:3.59375rem;left:4.0625rem;overflow:hidden;display:block; }
#G5xN09TkdNqcw0TGV0Rfl2m9rgh3s3nQ { color:#e8f7ff;display:block;width:27.875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:10.0625rem;left:31.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; }
#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:url("https://images.assets-landingi.com/ZdZeYvqj/iamge_0000.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB.adaptive-delivery-prevent-bg, #BLug2cVd622SwGT6DwhQc3TK4EmuuxeB.lazyload, #BLug2cVd622SwGT6DwhQc3TK4EmuuxeB.lazyloading { background-image: none; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container { background-color: transparent; background-image: none; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container > .video-iframe-container { display: none; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row > .video-iframe-container { display: none; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .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); }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container { border-width: 0; border-radius: 0; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container { background-color: transparent; background-image: none; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container > .video-iframe-container { display: none; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row > .video-iframe-container { display: none; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .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); }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container { border-width: 0; border-radius: 0; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { color:#000000;display:block;width:59.875rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1533203125rem;left:0.125rem;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:center;text-align-last:center;display:block; }
#Mhr29IeXFRAaiA4AJwVxJm2sAM901gdX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:2.9375rem;top:2.8720703125rem;left:6rem;overflow:hidden;display:block; }
#ATbkwcarQnRkW6C0T8QOu7WXdG5vusdy { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:28.4375rem;left:39.5rem;overflow:hidden;display:block; }
#MHDLMhrfz2sJ5xH8EycMxIrgCoQOTdJq { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:10.75rem;left:21.8125rem;overflow:hidden;display:block; }
#CEZ8plQn7Vaq1pqlaQcIZ4aXTIQkDemr { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:10.75rem;left:39.5rem;overflow:hidden;display:block; }
#hcSkX8ZMGO0FtlZVdrsSE4DRDdhQaqsJ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:10.75rem;left:4.125rem;overflow:hidden;display:block; }
#aafXJTGv6QUoWdueJNm8tGTCCVmFCMc6 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:28.4375rem;left:21.75rem;overflow:hidden;display:block; }
#zSDMUtH7aVVDOq1zvlV5BiFn3ru0lWRa { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:28.4375rem;left:4.125rem;overflow:hidden;display:block; }
#AIoshtRt9mgvOWsViPGdQUucW6lJZywG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4de4cf;background-image:url("https://images.assets-landingi.com/nZQ5ImBl/Sem_Ti_tulo_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG.adaptive-delivery-prevent-bg, #AIoshtRt9mgvOWsViPGdQUucW6lJZywG.lazyload, #AIoshtRt9mgvOWsViPGdQUucW6lJZywG.lazyloading { background-image: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { background-color: transparent; background-image: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container > .video-iframe-container { display: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row > .video-iframe-container { display: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .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); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { border-width: 0; border-radius: 0; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { background-color: transparent; background-image: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container > .video-iframe-container { display: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row > .video-iframe-container { display: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .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); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { border-width: 0; border-radius: 0; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#mqIKoVIPTrSzh8BgklTmBtMc7MtuDznH { color:#383333;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:22.625rem;left:36.625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZCp25fvnOWn1ZUZ6EyxB70NyiJI8I2A { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:normal;z-index:100012;line-height:1.1;letter-spacing:0;top:18.3125rem;left:42.0625rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#O503xXP3wAJix77HhopExdUHGvwgDdm7 { color:#383333;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki8UOKaa59Wkny4Rg7D2ve6UzxbEcmg0 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:18.625rem;left:10.75rem;height:2.88720625rem;text-align:center;text-align-last:center;display:block; }
#dw3UEbTt4RvgH3OWLaP7xFFHyyx6L0Kw { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:17.4375rem;left:2.8125rem;height:4.94970625rem;text-align:center;text-align-last:center;display:block; }
#zHDDTTSB7ni9RtxyC453KBtDpwttz7zJ { color:#8a6df1;display:block;width:14.1875rem;position:absolute;font-family:rubik;font-size:4.25rem;font-weight:normal;z-index:100011;line-height:1.1;letter-spacing:0;top:17.4375rem;left:31.75rem;height:4.67480625rem;text-align:center;text-align-last:center;display:block; }
#yfLEPMbCPWnHDiXTBx09TDsZxwhN9r19 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:rubik;font-size:2.5625rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:4.3125rem;left:6rem;height:8.4550875rem;text-align:center;text-align-last:center;display:block; }
#A0ZsauJkiDVppiZWvDuLmXIDrEn5lUi5 { color:#383333;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:22.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Me125Wekfa6nOlp1MVskUZAg6gFGRAoT { color:#383333;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:34.375rem;left:21.0625rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtLx4ND5R9DwTSbuKWOFLfC18eREta40 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:2.4375rem;top:4.3125rem;left:9.0625rem;overflow:hidden;display:block; }
#JrtdtqTDTwky7yLyUkNoR4Q2Tot5rDUT { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:normal;z-index:100008;line-height:1.2;letter-spacing:0;top:4.625rem;left:5.875rem;height:8.25rem;text-align:center;text-align-last:center;display:none; }
#erXUU62UNIvBLBG4aT7J6nL6LSEbqC4Q { color:rgba(232,247,255,0.29);display:block;width:5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.9;letter-spacing:0;top:1.1875rem;left:55rem;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; }
#haoIT55CsvaUrDMVekAbkklHuq26QJId { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:28.8125rem;left:21.9375rem;display:block; }
#TECqiXufksa9OZf6gEiTfCFUpXvaPxRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.adaptive-delivery-prevent-bg, #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.lazyload, #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.lazyloading { background-image: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { background-color: transparent; background-image: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container > .video-iframe-container { display: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row > .video-iframe-container { display: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .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); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { border-width: 0; border-radius: 0; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx { position:relative;display:block; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx { background-color: transparent; background-image: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container > .video-iframe-container { display: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row > .video-iframe-container { display: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .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); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx { border-width: 0; border-radius: 0; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#yzb6lKTHI7dFXN5WRbcwPcXDO68nTy0r { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:3.8125rem;top:1.78125rem;left:9.125rem;overflow:hidden;display:block; }
#zC3L9Szs9wWK1FZel0hrHZgZyX3ft7tx { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.6875rem;left:7.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:center;text-align-last:center;display:block; }
#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { background-color: transparent; background-image: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container > .video-iframe-container { display: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row > .video-iframe-container { display: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .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); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { border-width: 0; border-radius: 0; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#JgXTXBciMgwdTFqGixptoiTJN9tQsnda { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:2.0625rem;left:9.625rem;display:block; }
#fd1AXLix8lwJtTL82fv8Gd0i6SzEwGGN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:13.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MWZg9Wb8NhFtMLfTf2LBsBBbpD0yIINp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EPeZOSzSGNugQqbyJABQ1Ct9GgPS0WEe { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:7.0625rem;left:9.6875rem;display:block; }
#wKpOtogQMZBIkIlzUXEXT0t4F4iMniub { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.5625rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZhnHLMqhxEKSrITfvwkXuNWUoPtk5eG9 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:12.0625rem;left:9.6875rem;display:block; }
#QdeguBdrBNpGysQM2USOSJprRMRwiycr { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:9.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nTVfSTltqelwTQDiaJ77W9dlpnFoPUvs { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:17.0625rem;left:9.6875rem;display:block; }
#PToZqxmhhotPvJ3PP4XTd9BnpMA0ZOwE { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.25rem;width:19.375rem;top:2.0625rem;left:30.375rem;display:block; }
#usKOwlQBBMPLswbKzhS5le2MeQqyJ6JO { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.25rem;width:19.5rem;top:7.0625rem;left:30.3125rem;display:block; }
#SyOaOaHBvJ89DbqSr52pm17FTanTiZXi { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.25rem;width:19.25rem;top:12.0625rem;left:30.5625rem;display:block; }
#kyzX8bw97Slw8wp4ePeigGsu5iz4c9bS { position:absolute;display:block;z-index:99998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.25rem;width:19.0625rem;top:17.0625rem;left:30.75rem;display:block; }
#RlSf6uZMVQ2kuXC27DaFqLSuQ7b4dvQE { color:#000000;display:block;width:15.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:33.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#PbgL8cP1mLdK9fn2px2NTUdz0wTruqzz { box-sizing:content-box;color:#8a6df1;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:2.75rem;left:32rem;display:block; }
#Cov1drOPRVRh0Kvka2ixK4fwIdwAx2MV { box-sizing:content-box;color:#8a6df1;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.0625rem;left:32rem;display:block; }
#qNOXMQA0IDemwk1ttwqwqPsL5PeMUidI { color:#000000;display:block;width:9.3105625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:35.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sVQ6ygpfbQmukRwDIhKBqT7IAvstnd91 { color:#000000;display:block;width:9.3105625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:35.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Fdr3kLT7R9Ly0pad5hR6KtwHE4gWkMML { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.5625rem;left:30.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NdwvfeKMAo1CCwLy4dqH6Dar3psSJZ3G { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:6.8125rem;width:19.0625rem;top:22.0625rem;left:30.6875rem;display:block; }
#DlUT9Qc6mDOboKi4VPgop99ElsJ34uWh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.8125rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#viJlD5NmfXkXyxMD0nl3ruvRT7kb1JlA { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:6.8120625rem;width:20rem;top:22.0625rem;left:9.6875rem;display:block; }
#x5e2ATmZPNP8r6i3aoz3OiUOPSB3ETUw { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:23rem;left:31.75rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#DanEyvJJzuBQQGr8I4KexKPou3d6sEg8 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:6.8120625rem;width:20rem;top:33.125rem;left:0rem;display:none; }
#Qzz7xHTnoO3xbOkI1OJLDuOOaVJJsTiR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.906034469604rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#FrqPZVP7a4UJ1k0fCM3tLczyP302UXsw { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:28.125rem;left:0rem;display:none; }
#wwXmKzzhVDxuFXQWw7qUMgodB3hVyBlK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:29.623481750488rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#VFnK23J3Xu90bAiGpTleVsAfXyoML8WQ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:23.125rem;left:0rem;display:none; }
#tITuwQBgMvEh4UPR504XFEJvuRNwcQvT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.62239074707rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#BDfVsVsl868vOLQTkgcIQ3T0S08EU5JU { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:18.125rem;left:0rem;display:none; }
#mavQLxJEixPSPaFUNgofAhHQ2tXXLHcr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:19.623481273651rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#dfSS837pHqoU3MXIBfyRzONtQ77aEscf { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:4.24913125rem;width:20rem;top:13.125rem;left:0rem;display:none; }
#mOEIMK0adcbd6IsBEl4O5GMHObdssVGb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.62239074707rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#gVipEAXLdkc99NtORwFTCGJaAMGIQ8fG { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:url("https://images.assets-landingi.com/aDVKExa0/END2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw.adaptive-delivery-prevent-bg, #N6LuWsfbDZStcx6nFkebzElJ1zkXuocw.lazyload, #N6LuWsfbDZStcx6nFkebzElJ1zkXuocw.lazyloading { background-image: none; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container { background-color: transparent; background-image: none; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container > .video-iframe-container { display: none; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row > .video-iframe-container { display: none; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .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); }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container { border-width: 0; border-radius: 0; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container { background-color: transparent; background-image: none; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container > .video-iframe-container { display: none; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row > .video-iframe-container { display: none; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .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); }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container { border-width: 0; border-radius: 0; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#yFcLomJf6655SJhIkcNgaEwArAPJID0L { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:9.5rem;left:8.75rem;height:3.73585rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XyTVT6OxthKJ8LVolDCBRf9ZStohBnPu { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:2.875rem;top:1.21875rem;left:9.375rem;overflow:hidden;display:block; }
#b1TQZsvLB13ax5Tl178voVV4pMfl8bvp { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:2rem;left:3.25rem;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:center;text-align-last:center;display:block; }
#gPhDdEz1HLf6Psk5QrukGGqkNJKMOLma { color:#e8f7ff;display:block;width:5.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.9;letter-spacing:0;top:3.84375rem;left:52.6875rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#q1ERp3oOBi7DAeUMclm6SQgsMXybskPU { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:11.5625rem;left:21.125rem;height:3.73730625rem;display:block; }
#G5N4gCSy25BZnNMkN2gBO0KC70HQxx9u { box-sizing:content-box;color:#4de4cf;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:1.75rem;left:14.8125rem;display:none; }
#DsnAcCpcBIbHr394QVQw3fMCxtTdphyu { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:2.40625rem;left:18.34375rem;height:1.4375rem;display:none; }
#lx02gcZT0aOL0Naizic3upgBmcwUk2Xg { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:5.84375rem;left:18.34375rem;height:1.4375rem;display:none; }
#STBNmHvB0puklbSvRWdUlU9DtT9VnckQ { box-sizing:content-box;color:#4de4cf;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:5.15625rem;left:14.84375rem;display:none; }
#KvBz7ce5qbdqSsCeINWFm7vc7i7LgaDH { box-sizing:content-box;color:#4de4cf;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:8.65625rem;left:14.84375rem;display:none; }
#OeC68kvcT7rWTvOdhMRSmuo0K2EIdkck { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:8.65625rem;left:18.34375rem;height:4.3125rem;display:none; }
#m0wsgvLhbITXRmBZSrSmJToTGapZJvKK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:19rem;top:7.3125rem;left:10.09375rem;overflow:hidden;display:none; }
#KdV2xR5ozGvumaEmHswaMEIgf3T7ZEVW { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:0rem;left:53.75rem;overflow:hidden;display:block; }
#TBUtZdQwV6f1vvpNmWaq4UlKI8R9OIIp { color:#000000;display:block;width:17.6855625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:0.65625rem;left:6.9375rem;height:1.4375rem;display:none; }
#JVqQvo1TMwIbQbeLwJxzTch844CqOeqB { box-sizing:content-box;color:#4de4cf;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:0rem;left:3.5625rem;display:none; }
#TqBdXsDgPmMqKXX7aWkFoNUFXVK6QIC6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.4375rem;width:29.4375rem;top:5.53125rem;left:15.28125rem;overflow:hidden;display:block; }
#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container { background-color: transparent; background-image: none; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container > .video-iframe-container { display: none; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row > .video-iframe-container { display: none; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .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); }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container { border-width: 0; border-radius: 0; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#NqyrkISXLvi34TNHTJKMpD6Oo22ccdxB { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:9.5rem;left:8.75rem;height:3.73585rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PqiPIXd43tmOueo3wLTIlZoCTpQqyhNr { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.125rem;height:1.4624rem;display:block; }
#FxcFwGdVGkdOEnG3pU8XTZD7fcnMzMu8 { box-sizing:content-box;color:#4de4cf;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:6.8125rem;left:20.75rem;display:block; }
#zhvSareNwHI3JUr5DDTzT0QsRddo9QI7 { box-sizing:content-box;color:#4de4cf;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:3.4375rem;left:20.75rem;display:block; }
#wpoPr26VZn20ZJg6XmXclfFxl68IJbvZ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.125rem;height:1.3808625rem;display:block; }
#HeDe7nvpgiS5f9EWwHNrZtGSa4RTMz6B { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:11.125rem;left:24.125rem;height:4.14258125rem;display:block; }
#KrSANuvfd7fV4PUALAshbNLQuIyXlKIm { box-sizing:content-box;color:#4de4cf;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.3125rem;left:20.75rem;display:block; }
#V3nPkb75iowlTfyRXuChnISZz7BqCTE5 { color:#000000;display:block;width:17.6855625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:0.6875rem;left:24.125rem;height:1.4624rem;display:block; }
#PNcFVqKATXicD54TeVTRzWy4y8GfpWwC { box-sizing:content-box;color:#4de4cf;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:0rem;left:20.75rem;display:block; }
#ybmo7skJbW4emOfq6N9kEliZLJrZTeB7 { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100033;line-height:1.4;letter-spacing:0;top:21rem;left:2.90625rem;height:1.13720625rem;display:block; }
#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:url("https://images.assets-landingi.com/ZdZeYvqj/iamge_0000.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR.adaptive-delivery-prevent-bg, #T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR.lazyload, #T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR.lazyloading { background-image: none; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container { background-color: transparent; background-image: none; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container > .video-iframe-container { display: none; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row > .video-iframe-container { display: none; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .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); }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container { border-width: 0; border-radius: 0; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa { position:relative;display:block; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa { background-color: transparent; background-image: none; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row .container > .video-iframe-container { display: none; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row > .video-iframe-container { display: none; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .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); }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa { border-width: 0; border-radius: 0; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#BQ6hNTPZfX8Anrv2192rFHI21X1Qeu3O { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.875rem;left:0.3125rem;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:center;text-align-last:center;display:block; }
#o4LR3F49JmxTzy1XOlzICExd5TOy5zzc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:2.875rem;top:3.625rem;left:11.1875rem;overflow:hidden;display:block; }
#VPqLQ0oJOac6u6VEWKXeixTfxwGNaFlT { color:#e8f7ff;display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.9;letter-spacing:0;top:0.875rem;left:41.6875rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK { position:relative;display:block; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK { background-color: transparent; background-image: none; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row .container > .video-iframe-container { display: none; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row > .video-iframe-container { display: none; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .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); }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK { border-width: 0; border-radius: 0; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#pz7iUG1THZalAeoH2Au0suuVDmzVQeSq { color:#e8f7ff;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:2.28125rem;left:6rem;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; }
#FIL8RqGM4x1Vdvb1fdkw4bblDhMKcdHP { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:3.0625rem;left:33.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; }
#XLof2DXRXUkgv4TsSlWgXFTlKdlq7W6I { color:#e8f7ff;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:14.875rem;left:11.0625rem;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; }
#fA2CXMeWqwZKck1hCv6plSvRz2TSRyZw { color:#e8f7ff;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:14.875rem;left:39.0625rem;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; }
#cHCSGQDT7piebWzaukOxieydw2UoE6ph { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.375rem;top:14rem;left:6rem;overflow:hidden;display:block; }
#QPAS0ysXTzZqesftAzIZOSy9zxxX4aMD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.375rem;top:14rem;left:33.9375rem;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/nZQ5ImBl/Sem_Ti_tulo_1.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:4.125rem;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:22.8125rem;width:60rem;position:relative;display:block; }#s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.5625rem;left:2.1875rem;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:center;text-align-last:center;display:block; }
#BPEeV14L1TDhNwe1iZNrGg1aczb3iwE3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:26.375rem;top:2.53125rem;left:26.5625rem;overflow:hidden;display:none; }
#fu9QlQyzTl7BTSL4L47LksANusLI7CZk { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:31.5rem;top:2.0625rem;left:26.3125rem;overflow:hidden;display:block; }
#l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { color:#000000;display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#T8FN9FOa6wQoZRxSlXsX2thsRJ4mrcRJ { background-color:#8a6df1;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:10.875rem;left:2.875rem;display:block; }
#dcEVTJanNdCBCEH1TFkvk1nC6wcLGF50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VVIkUzTyk55WPvJECn5Cqu5xsIvuoK2v { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:18.3505859375rem;left:11.4375rem;height:;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo { display:none; }#TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #th7tQBZTEZHD1gmULmneOoQBJLmP9ezW { top:1.8125rem;left:0rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCIMStiX93n5Mk3vJP3wVXGxJ0IS8Iow { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGzuwcxEnrxkuHwsQNMxMQXydyJ7ap5 { display:block; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.29rem;margin-bottom:0;margin-left:0.29rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.42375rem;padding-right:0.0725rem;padding-bottom:0;padding-left:0.0725rem;display:block;width:3.119375rem;height:2.048125rem;position:relative;font-family:roboto;font-size:1.625rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0725rem;padding-bottom:0.2825rem;padding-left:0.0725rem;display:block;width:3.119375rem;height:0.529375rem;position:relative;font-family:roboto;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 { width:15.625rem;height:4.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5625rem;left:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #cX0f7iKHuCpENuChKz9LIzJLkOMSmWcv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #mAHpfMmfT4dduF2HPQ3rJfuGA81fKa5I {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #HMptIA6Kd57zeXiDtpQTNCaOZ8oJ6O81 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #aAlraoyuxiqxCvemklc7DENJlBoVKeTi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #wdWyTw50MyZX4JqFETD2N5cQJXf1k1x2 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #OB2915W1pbwJNSrVy85WGuATnKLtsQZl {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #M1hkIDNnd9298ZWe9ustWRBRXdLDTL8Z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #suDRe6iDcvhgZEnPvaoF9GKP09RrTT95 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #TwpfglKWeW21uSDeAF3E02J2f6aHJPXL {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #SnP6k0TTgTKIOFwryhAfTWNaU3CUeqpL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #UoPuhn5p8molDww3dTJUScqdid72tgCh {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #ENZPkgPFHskPsl4shZeHedfxsABcGyVu {  }
 }@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) { #XKzOm0QkzneJ9JcXIL00nGPTBWAxfM7s { top:3.375rem;left:0rem;width:5.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJoXSc4pmpxQqCNPVe60oOnXzvTHiJXF { top:19.875rem;left:0rem;width:29.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDDJITaEcNaiDoilJ7cP3iTskrQhpUmT { top:17.625rem;left:24.375rem;width:23.375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8AUTXuO3ToTWlHvle2ZoOlDTAxJRy0u { top:13.5rem;left:0rem;width:42.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgZr398zC9mgnT3ezhu6ExFBlx8hmXf { top:6.75rem;left:0rem;width:16.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfykUp3hHSE1TdOKav1EozSdlZgoCN8a { width:12.5625rem;height:3.4375rem;top:23rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGqrcM2gkFMf92oFFS2U4w28TeXNE8kD { display:block; }
 }@media only screen and (max-width: 763px) { #Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { top:3.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { top:10.0625rem;left:0rem;width:24.25rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3t3CLDlFrzwc6CFLCBmCsopue7rzgHP { top:18.625rem;left:0rem;width:25.4375rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPJql8Hy29vd0JwJ7diiUOJgKSAGeOG { top:25.5625rem;left:0rem;width:11rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApuEPSbapRVSwAVGb9e58PK3HmaoJGnT { top:22.125rem;left:26.8125rem;width:9.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OMtcX3pCxoQvuonPRQcXTzOhJXPAPu { top:16.125rem;left:27rem;width:7.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmXkZRHF1CaWiCSXTFcwyxx2UcxyMdc { top:16.875rem;left:36.25rem;width:8.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CN7evyDJ5C25GXecNLTE2s6gKg1HCR { top:20.6875rem;left:27.4375rem;width:2.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXoWh4WdRUTpI0JDrMPz1CukDDVvB6q { top:14.75rem;left:27.0625rem;width:2.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFIyt1sJnGosZPlSq6bkgvd8WCCpctA { top:3.5625rem;left:1rem;width:2.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xN09TkdNqcw0TGV0Rfl2m9rgh3s3nQ { top:10.0625rem;left:19.875rem;width:27.875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLug2cVd622SwGT6DwhQc3TK4EmuuxeB { display:block; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HplMZnPFuH8ZBnddxg0lnTnbSTarNToT { display:block; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhr29IeXFRAaiA4AJwVxJm2sAM901gdX { top:2.8125rem;left:0rem;width:2.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbkwcarQnRkW6C0T8QOu7WXdG5vusdy { top:28.4375rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDLMhrfz2sJ5xH8EycMxIrgCoQOTdJq { top:10.75rem;left:15.6875rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEZ8plQn7Vaq1pqlaQcIZ4aXTIQkDemr { top:10.75rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcSkX8ZMGO0FtlZVdrsSE4DRDdhQaqsJ { top:10.75rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafXJTGv6QUoWdueJNm8tGTCCVmFCMc6 { top:28.4375rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSDMUtH7aVVDOq1zvlV5BiFn3ru0lWRa { top:28.4375rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIoshtRt9mgvOWsViPGdQUucW6lJZywG { display:block; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu { display:block; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqIKoVIPTrSzh8BgklTmBtMc7MtuDznH { top:22.625rem;left:27.4375rem;width:17.125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCp25fvnOWn1ZUZ6EyxB70NyiJI8I2A { top:18.3125rem;left:32.875rem;width:14.1875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O503xXP3wAJix77HhopExdUHGvwgDdm7 { top:22.6875rem;left:5.25rem;width:15.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki8UOKaa59Wkny4Rg7D2ve6UzxbEcmg0 { top:18.625rem;left:7.6875rem;width:14.1875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw3UEbTt4RvgH3OWLaP7xFFHyyx6L0Kw { top:17.4375rem;left:0rem;width:14.1875rem;height:4.9375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHDDTTSB7ni9RtxyC453KBtDpwttz7zJ { top:17.4375rem;left:23.875rem;width:14.1875rem;height:4.625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfLEPMbCPWnHDiXTBx09TDsZxwhN9r19 { top:4.3125rem;left:0rem;width:46.3125rem;height:8.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZsauJkiDVppiZWvDuLmXIDrEn5lUi5 { top:11.8125rem;left:8.0625rem;width:15.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me125Wekfa6nOlp1MVskUZAg6gFGRAoT { top:34.375rem;left:5.25rem;width:18.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLx4ND5R9DwTSbuKWOFLfC18eREta40 { top:4.3125rem;left:6rem;width:2.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrtdtqTDTwky7yLyUkNoR4Q2Tot5rDUT { top:2.625rem;left:0.6875rem;width:16.0625rem;height:5.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #erXUU62UNIvBLBG4aT7J6nL6LSEbqC4Q { top:1.1875rem;left:40rem;width:5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haoIT55CsvaUrDMVekAbkklHuq26QJId { width:16.375rem;height:3.4375rem;top:28.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECqiXufksa9OZf6gEiTfCFUpXvaPxRw { display:block; }
 }@media only screen and (max-width: 763px) { #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT { display:block; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx { display:block; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzb6lKTHI7dFXN5WRbcwPcXDO68nTy0r { top:1.75rem;left:3rem;width:3.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3L9Szs9wWK1FZel0hrHZgZyX3ft7tx { top:2.6875rem;left:1.8125rem;width:44.1875rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB { display:block; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgXTXBciMgwdTFqGixptoiTJN9tQsnda { top:2.0625rem;left:0rem;width:20rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1AXLix8lwJtTL82fv8Gd0i6SzEwGGN { top:3.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWZg9Wb8NhFtMLfTf2LBsBBbpD0yIINp { top:8.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPeZOSzSGNugQqbyJABQ1Ct9GgPS0WEe { top:7.0625rem;left:0rem;width:20rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpOtogQMZBIkIlzUXEXT0t4F4iMniub { top:13.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhnHLMqhxEKSrITfvwkXuNWUoPtk5eG9 { top:12.0625rem;left:0rem;width:20rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdeguBdrBNpGysQM2USOSJprRMRwiycr { top:18.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVfSTltqelwTQDiaJ77W9dlpnFoPUvs { top:17.0625rem;left:0rem;width:20rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PToZqxmhhotPvJ3PP4XTd9BnpMA0ZOwE { top:2.0625rem;left:12.375rem;width:19.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usKOwlQBBMPLswbKzhS5le2MeQqyJ6JO { top:7.0625rem;left:12.25rem;width:19.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyOaOaHBvJ89DbqSr52pm17FTanTiZXi { top:12.0625rem;left:12.5rem;width:19.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyzX8bw97Slw8wp4ePeigGsu5iz4c9bS { top:17.0625rem;left:12.6875rem;width:19.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSf6uZMVQ2kuXC27DaFqLSuQ7b4dvQE { top:3.0625rem;left:16.625rem;width:15.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbgL8cP1mLdK9fn2px2NTUdz0wTruqzz { top:2.75rem;left:25.8125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cov1drOPRVRh0Kvka2ixK4fwIdwAx2MV { top:4.0625rem;left:25.8125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNOXMQA0IDemwk1ttwqwqPsL5PeMUidI { top:8.5625rem;left:22.5rem;width:9.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVQ6ygpfbQmukRwDIhKBqT7IAvstnd91 { top:17.9375rem;left:22.5rem;width:9.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdr3kLT7R9Ly0pad5hR6KtwHE4gWkMML { top:13.5625rem;left:11.75rem;width:20rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwvfeKMAo1CCwLy4dqH6Dar3psSJZ3G { top:22.0625rem;left:12.6875rem;width:19.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlUT9Qc6mDOboKi4VPgop99ElsJ34uWh { top:24.8125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJlD5NmfXkXyxMD0nl3ruvRT7kb1JlA { top:22.0625rem;left:0rem;width:20rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5e2ATmZPNP8r6i3aoz3OiUOPSB3ETUw { top:23rem;left:15.1875rem;width:16.5625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DanEyvJJzuBQQGr8I4KexKPou3d6sEg8 { top:33.125rem;left:0rem;width:21.875rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qzz7xHTnoO3xbOkI1OJLDuOOaVJJsTiR { top:35.875rem;left:1.6875rem;width:6.25rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrqPZVP7a4UJ1k0fCM3tLczyP302UXsw { top:28.125rem;left:0rem;width:21.875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwXmKzzhVDxuFXQWw7qUMgodB3hVyBlK { top:29.5625rem;left:1.6875rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFnK23J3Xu90bAiGpTleVsAfXyoML8WQ { top:23.125rem;left:0rem;width:21.875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tITuwQBgMvEh4UPR504XFEJvuRNwcQvT { top:24.5625rem;left:1.6875rem;width:6.25rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDfVsVsl868vOLQTkgcIQ3T0S08EU5JU { top:18.125rem;left:0rem;width:21.875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mavQLxJEixPSPaFUNgofAhHQ2tXXLHcr { top:19.5625rem;left:1.6875rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfSS837pHqoU3MXIBfyRzONtQ77aEscf { top:13.125rem;left:0rem;width:21.875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOEIMK0adcbd6IsBEl4O5GMHObdssVGb { top:14.5625rem;left:1.6875rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVipEAXLdkc99NtORwFTCGJaAMGIQ8fG { top:8.9375rem;left:0rem;width:40.6875rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6LuWsfbDZStcx6nFkebzElJ1zkXuocw { display:block; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc { display:block; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFcLomJf6655SJhIkcNgaEwArAPJID0L { top:9.4375rem;left:2.625rem;width:43.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyTVT6OxthKJ8LVolDCBRf9ZStohBnPu { top:1.1875rem;left:3.25rem;width:2.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1TQZsvLB13ax5Tl178voVV4pMfl8bvp { top:2rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhDdEz1HLf6Psk5QrukGGqkNJKMOLma { top:3.8125rem;left:42.375rem;width:5.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ERp3oOBi7DAeUMclm6SQgsMXybskPU { top:11.5625rem;left:15rem;width:14.5625rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5N4gCSy25BZnNMkN2gBO0KC70HQxx9u { top:1.75rem;left:8.6875rem;width:2.875rem;height:2.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsnAcCpcBIbHr394QVQw3fMCxtTdphyu { top:19.4375rem;left:0rem;width:5.375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx02gcZT0aOL0Naizic3upgBmcwUk2Xg { top:21.5625rem;left:0rem;width:8.0625rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STBNmHvB0puklbSvRWdUlU9DtT9VnckQ { top:5.125rem;left:8.71875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvBz7ce5qbdqSsCeINWFm7vc7i7LgaDH { top:8.625rem;left:8.71875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeC68kvcT7rWTvOdhMRSmuo0K2EIdkck { top:8.625rem;left:12.21875rem;width:29.1875rem;height:4.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0wsgvLhbITXRmBZSrSmJToTGapZJvKK { top:7.3125rem;left:3.96875rem;width:19rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdV2xR5ozGvumaEmHswaMEIgf3T7ZEVW { top:0rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUtZdQwV6f1vvpNmWaq4UlKI8R9OIIp { top:0.625rem;left:0.8125rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVqQvo1TMwIbQbeLwJxzTch844CqOeqB { top:0rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqBdXsDgPmMqKXX7aWkFoNUFXVK6QIC6 { top:5.5rem;left:9.15625rem;width:29.4375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw { display:block; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqyrkISXLvi34TNHTJKMpD6Oo22ccdxB { top:9.4375rem;left:2.625rem;width:43.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiPIXd43tmOueo3wLTIlZoCTpQqyhNr { top:4.1875rem;left:18rem;width:20rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxcFwGdVGkdOEnG3pU8XTZD7fcnMzMu8 { top:6.8125rem;left:14.625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhvSareNwHI3JUr5DDTzT0QsRddo9QI7 { top:3.4375rem;left:14.625rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpoPr26VZn20ZJg6XmXclfFxl68IJbvZ { top:7.5rem;left:18rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDe7nvpgiS5f9EWwHNrZtGSa4RTMz6B { top:11.125rem;left:18rem;width:18.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSANuvfd7fV4PUALAshbNLQuIyXlKIm { top:10.3125rem;left:14.625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3nPkb75iowlTfyRXuChnISZz7BqCTE5 { top:0.6875rem;left:18rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcFVqKATXicD54TeVTRzWy4y8GfpWwC { top:0rem;left:14.625rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybmo7skJbW4emOfq6N9kEliZLJrZTeB7 { top:21rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR { display:block; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa { display:block; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQ6hNTPZfX8Anrv2192rFHI21X1Qeu3O { top:2.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LR3F49JmxTzy1XOlzICExd5TOy5zzc { top:3.625rem;left:5.0625rem;width:2.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqLQ0oJOac6u6VEWKXeixTfxwGNaFlT { top:0.875rem;left:29.4375rem;width:18.3125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK { display:block; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz7iUG1THZalAeoH2Au0suuVDmzVQeSq { top:2.25rem;left:0rem;width:21.625rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIL8RqGM4x1Vdvb1fdkw4bblDhMKcdHP { top:3.0625rem;left:27.8125rem;width:18.1875rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLof2DXRXUkgv4TsSlWgXFTlKdlq7W6I { top:14.875rem;left:4.9375rem;width:15.9375rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA2CXMeWqwZKck1hCv6plSvRz2TSRyZw { top:14.875rem;left:31.8125rem;width:15.9375rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHCSGQDT7piebWzaukOxieydw2UoE6ph { top:14rem;left:0rem;width:4.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAS0ysXTzZqesftAzIZOSy9zxxX4aMD { top:14rem;left:27.8125rem;width:4.375rem;height:4.0625rem;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) { #s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { top:2.5625rem;left:0rem;width:24.125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPEeV14L1TDhNwe1iZNrGg1aczb3iwE3 { top:2.5rem;left:20.4375rem;width:26.375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9QlQyzTl7BTSL4L47LksANusLI7CZk { top:2.0625rem;left:16.25rem;width:31.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { top:6.375rem;left:0rem;width:18.375rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8FN9FOa6wQoZRxSlXsX2thsRJ4mrcRJ { width:12.5625rem;height:3.4375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcEVTJanNdCBCEH1TFkvk1nC6wcLGF50 { display:block; }
 }@media only screen and (max-width: 763px) { #VVIkUzTyk55WPvJECn5Cqu5xsIvuoK2v { top:18.3125rem;left:5.3125rem;width:37.125rem;height:;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) { #TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#35dcc5;background-image:none;display:none; }#TSsqqdBHOM0xydeXu1EAsyclp9qRkpxo > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #th7tQBZTEZHD1gmULmneOoQBJLmP9ezW { width:8.375rem;height:2.5rem;top:6.375rem;left:0.8125rem;font-size:1rem;font-family:rubik;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sCIMStiX93n5Mk3vJP3wVXGxJ0IS8Iow { width:7.625rem;height:2.4375rem;top:6.4375rem;left:11.625rem;font-size:0.9375rem;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:rubik;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGzuwcxEnrxkuHwsQNMxMQXydyJ7ap5 { display:block; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.454375rem;margin-bottom:0;margin-left:0.454375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.6075rem;padding-right:0.090625rem;padding-bottom:0;padding-left:0.090625rem;display:block;width:5.2725rem;height:3.47rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#785858;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 .widget-text.counter-label { background-color:;background-image:none;color:#ff5335;padding-top:0;padding-right:0.090625rem;padding-bottom:0.43375rem;padding-left:0.090625rem;display:block;width:5.2725rem;height:0.95375rem;position:relative;font-size:0.75rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:20rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #cX0f7iKHuCpENuChKz9LIzJLkOMSmWcv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #mAHpfMmfT4dduF2HPQ3rJfuGA81fKa5I {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #HMptIA6Kd57zeXiDtpQTNCaOZ8oJ6O81 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #aAlraoyuxiqxCvemklc7DENJlBoVKeTi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #wdWyTw50MyZX4JqFETD2N5cQJXf1k1x2 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #OB2915W1pbwJNSrVy85WGuATnKLtsQZl {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #M1hkIDNnd9298ZWe9ustWRBRXdLDTL8Z { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #suDRe6iDcvhgZEnPvaoF9GKP09RrTT95 {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #TwpfglKWeW21uSDeAF3E02J2f6aHJPXL {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #SnP6k0TTgTKIOFwryhAfTWNaU3CUeqpL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #UoPuhn5p8molDww3dTJUScqdid72tgCh {  }
 }@media only screen and (max-width: 763px) { #IDUFOiVCM32EuD8amdut0NXt2AtKIUV3 #ENZPkgPFHskPsl4shZeHedfxsABcGyVu {  }
 }@media only screen and (max-width: 763px) { #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s { background-color:#ae9dff;background-image:url("https://images.assets-landingi.com/EVrtS0CC/header_mob_02.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; }#MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.adaptive-delivery-prevent-bg, #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.lazyload, #MyUaLU8yFL50z0GHgU3IrMIwXNvIib7s.lazyloading { background-image: none; }#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:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKzOm0QkzneJ9JcXIL00nGPTBWAxfM7s { width:5rem;height:1.40625rem;top:6.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uJoXSc4pmpxQqCNPVe60oOnXzvTHiJXF { width:10.25rem;height:2.5996125rem;top:21.5625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bDDJITaEcNaiDoilJ7cP3iTskrQhpUmT { width:13.9375rem;height:7.375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8AUTXuO3ToTWlHvle2ZoOlDTAxJRy0u { width:8.0625rem;height:1.25rem;top:33.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKgZr398zC9mgnT3ezhu6ExFBlx8hmXf { width:10.375rem;height:3.8125rem;top:9.375rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gfykUp3hHSE1TdOKav1EozSdlZgoCN8a { width:10.0625rem;height:2.875rem;top:25.96875rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGqrcM2gkFMf92oFFS2U4w28TeXNE8kD { display:block; }
 }@media only screen and (max-width: 763px) { #Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { background-color:#9c83ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { background-color: transparent; background-image: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .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); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { border-width: 0; border-radius: 0; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { width:17rem;height:4.3496125rem;top:2.625rem;left:3rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { width:18.1875rem;height:7.3125rem;top:9.125rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m3t3CLDlFrzwc6CFLCBmCsopue7rzgHP { width:18rem;height:7.3125rem;top:17.25rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tTPJql8Hy29vd0JwJ7diiUOJgKSAGeOG { width:20rem;height:0;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #ApuEPSbapRVSwAVGb9e58PK3HmaoJGnT { width:7.6875rem;height:2.4375rem;top:36.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OMtcX3pCxoQvuonPRQcXTzOhJXPAPu { width:6.375rem;height:3.4375rem;top:31.78125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmXkZRHF1CaWiCSXTFcwyxx2UcxyMdc { width:7.1875rem;height:1.875rem;top:32.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CN7evyDJ5C25GXecNLTE2s6gKg1HCR { width:2.625rem;height:1.21875rem;top:35.6875rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uNXoWh4WdRUTpI0JDrMPz1CukDDVvB6q { width:2.625rem;height:1.21875rem;top:30.6875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eAFIyt1sJnGosZPlSq6bkgvd8WCCpctA { width:2.1875rem;height:3.125rem;top:3.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xN09TkdNqcw0TGV0Rfl2m9rgh3s3nQ { width:18rem;height:3.65625rem;top:25.5625rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BLug2cVd622SwGT6DwhQc3TK4EmuuxeB { display:block; }#BLug2cVd622SwGT6DwhQc3TK4EmuuxeB > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HplMZnPFuH8ZBnddxg0lnTnbSTarNToT { display:block; }#HplMZnPFuH8ZBnddxg0lnTnbSTarNToT > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRwEiHtVP9DHrdKGiNKmdU4NXdouUIIA { width:16.5625rem;height:4.67480625rem;top:1.625rem;left:2.4375rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mhr29IeXFRAaiA4AJwVxJm2sAM901gdX { width:1.875rem;height:2.625rem;top:2.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbkwcarQnRkW6C0T8QOu7WXdG5vusdy { width:9.3125rem;height:9.3125rem;top:28.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDLMhrfz2sJ5xH8EycMxIrgCoQOTdJq { width:9.25rem;height:9.25rem;top:8.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEZ8plQn7Vaq1pqlaQcIZ4aXTIQkDemr { width:9.3125rem;height:9.3125rem;top:18.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcSkX8ZMGO0FtlZVdrsSE4DRDdhQaqsJ { width:9.3125rem;height:9.3125rem;top:8.40625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafXJTGv6QUoWdueJNm8tGTCCVmFCMc6 { width:9.3125rem;height:9.3125rem;top:18.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSDMUtH7aVVDOq1zvlV5BiFn3ru0lWRa { width:9.375rem;height:9.375rem;top:28.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIoshtRt9mgvOWsViPGdQUucW6lJZywG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nZQ5ImBl/Sem_Ti_tulo_1.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; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG.adaptive-delivery-prevent-bg, #AIoshtRt9mgvOWsViPGdQUucW6lJZywG.lazyload, #AIoshtRt9mgvOWsViPGdQUucW6lJZywG.lazyloading { background-image: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { background-color: transparent; background-image: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container > .video-iframe-container { display: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row > .video-iframe-container { display: none; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .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); }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { border-width: 0; border-radius: 0; }#AIoshtRt9mgvOWsViPGdQUucW6lJZywG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu { background-color:#0b1e23;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { background-color: transparent; background-image: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container > .video-iframe-container { display: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row > .video-iframe-container { display: none; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .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); }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { border-width: 0; border-radius: 0; }#v0ktJgLQDPSlL5IFqIbEONOppAaoOuQu > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqIKoVIPTrSzh8BgklTmBtMc7MtuDznH { width:7.75rem;height:3.673825rem;top:19.25rem;left:10.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZCp25fvnOWn1ZUZ6EyxB70NyiJI8I2A { width:7.75rem;height:2.03125rem;top:17.4375rem;left:1.1875rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O503xXP3wAJix77HhopExdUHGvwgDdm7 { width:8.125rem;height:2.2744125rem;top:19.4375rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ki8UOKaa59Wkny4Rg7D2ve6UzxbEcmg0 { width:9.0625rem;height:2.03125rem;top:17.3125rem;left:10rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dw3UEbTt4RvgH3OWLaP7xFFHyyx6L0Kw { width:5.875rem;height:5.19970625rem;top:13.125rem;left:2.125rem;font-size:4rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHDDTTSB7ni9RtxyC453KBtDpwttz7zJ { width:8.6875rem;height:4.46875rem;top:13.3125rem;left:10.1875rem;font-size:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfLEPMbCPWnHDiXTBx09TDsZxwhN9r19 { width:17.5625rem;height:0;top:2.6875rem;left:3rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #A0ZsauJkiDVppiZWvDuLmXIDrEn5lUi5 { width:14.9375rem;height:1.4624rem;top:9.25rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Me125Wekfa6nOlp1MVskUZAg6gFGRAoT { width:9.4375rem;height:1.625rem;top:24.5rem;left:5.28125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtLx4ND5R9DwTSbuKWOFLfC18eREta40 { width:2.3125rem;height:3.3125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrtdtqTDTwky7yLyUkNoR4Q2Tot5rDUT { width:16.0625rem;height:5.4375rem;top:2.6875rem;left:3.1875rem;font-size:1.8125rem;line-height:1;text-align:left;text-align-last:left;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #erXUU62UNIvBLBG4aT7J6nL6LSEbqC4Q { width:4.3125rem;height:1.40625rem;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #haoIT55CsvaUrDMVekAbkklHuq26QJId { width:16.375rem;height:3.4375rem;top:27.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECqiXufksa9OZf6gEiTfCFUpXvaPxRw { display:block; }
 }@media only screen and (max-width: 763px) { #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT { background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");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;display:block; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.adaptive-delivery-prevent-bg, #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.lazyload, #i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT.lazyloading { background-image: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { background-color: transparent; background-image: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container > .video-iframe-container { display: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row > .video-iframe-container { display: none; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .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); }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { border-width: 0; border-radius: 0; }#i0opNRSOfkVmJBkXa4nadr8Tgydq2nXT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container { background-color: transparent; background-image: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container > .video-iframe-container { display: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row > .video-iframe-container { display: none; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .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); }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container { border-width: 0; border-radius: 0; }#oNDcDTZDRWKiTKuvKxi345LFOP1Wtgfx > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzb6lKTHI7dFXN5WRbcwPcXDO68nTy0r { width:3.3125rem;height:4.6875rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3L9Szs9wWK1FZel0hrHZgZyX3ft7tx { width:13.375rem;height:3.57421875rem;top:1.6875rem;left:5.125rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB { background-color:#ffffff;background-image:none;display:block; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { background-color: transparent; background-image: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container > .video-iframe-container { display: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row > .video-iframe-container { display: none; }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .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); }#wcIuasq8oE0LugsVSZtFBLb1CVZCNBPB > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgXTXBciMgwdTFqGixptoiTJN9tQsnda { width:7.5rem;height:2.5rem;top:41.6875rem;left:0.1875rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fd1AXLix8lwJtTL82fv8Gd0i6SzEwGGN { width:6.25rem;height:0;top:42.4375rem;left:0.8125rem;font-size:0.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #MWZg9Wb8NhFtMLfTf2LBsBBbpD0yIINp { width:6.25rem;height:0;top:45.375rem;left:1.0625rem;font-size:0.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EPeZOSzSGNugQqbyJABQ1Ct9GgPS0WEe { width:7.5rem;height:2.5rem;top:44.625rem;left:0.4375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wKpOtogQMZBIkIlzUXEXT0t4F4iMniub { width:6.25rem;height:0;top:47.8125rem;left:1.0625rem;font-size:0.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZhnHLMqhxEKSrITfvwkXuNWUoPtk5eG9 { width:7.5rem;height:2.5rem;top:47.5625rem;left:0.4375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QdeguBdrBNpGysQM2USOSJprRMRwiycr { width:6.25rem;height:0;top:51.125rem;left:1.0625rem;font-size:0.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nTVfSTltqelwTQDiaJ77W9dlpnFoPUvs { width:7.5rem;height:2.5rem;top:50.375rem;left:0.4375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PToZqxmhhotPvJ3PP4XTd9BnpMA0ZOwE { width:11.25rem;height:2.5rem;top:1.5rem;left:8.375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #usKOwlQBBMPLswbKzhS5le2MeQqyJ6JO { width:11.25rem;height:2.5rem;top:4.375rem;left:8.375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SyOaOaHBvJ89DbqSr52pm17FTanTiZXi { width:11.25rem;height:2.5rem;top:7.3125rem;left:8.375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kyzX8bw97Slw8wp4ePeigGsu5iz4c9bS { width:11.25rem;height:2.5rem;top:10.125rem;left:8.375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RlSf6uZMVQ2kuXC27DaFqLSuQ7b4dvQE { width:10.75rem;height:1.7871125rem;top:1.8125rem;left:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbgL8cP1mLdK9fn2px2NTUdz0wTruqzz { width:0.9375rem;height:0.9375rem;top:16.0625rem;left:10rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cov1drOPRVRh0Kvka2ixK4fwIdwAx2MV { width:0.9375rem;height:0.9375rem;top:17.0625rem;left:10rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNOXMQA0IDemwk1ttwqwqPsL5PeMUidI { width:8.75rem;height:0.9746125rem;top:5.1875rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVQ6ygpfbQmukRwDIhKBqT7IAvstnd91 { width:10.9375rem;height:1.949225rem;top:10.5rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdr3kLT7R9Ly0pad5hR6KtwHE4gWkMML { width:9.0625rem;height:0.9746125rem;top:8.0625rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwvfeKMAo1CCwLy4dqH6Dar3psSJZ3G { width:11.25rem;height:6.75rem;top:13.0625rem;left:8.375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DlUT9Qc6mDOboKi4VPgop99ElsJ34uWh { width:6.25rem;height:0;top:55.3125rem;left:1.0625rem;font-size:0.75rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #viJlD5NmfXkXyxMD0nl3ruvRT7kb1JlA { width:7.5rem;height:6.25rem;top:53.1875rem;left:0.4375rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #x5e2ATmZPNP8r6i3aoz3OiUOPSB3ETUw { width:9.0625rem;height:5.84765625rem;top:13.5rem;left:9.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DanEyvJJzuBQQGr8I4KexKPou3d6sEg8 { width:7.5rem;height:6.875rem;top:13.25rem;left:0.0625rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #Qzz7xHTnoO3xbOkI1OJLDuOOaVJJsTiR { width:6.25rem;height:1.949225rem;top:15.6875rem;left:0.6875rem;font-size:0.75rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #FrqPZVP7a4UJ1k0fCM3tLczyP302UXsw { width:7.5rem;height:2.5rem;top:10.4375rem;left:0.0625rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #wwXmKzzhVDxuFXQWw7qUMgodB3hVyBlK { width:6.25rem;height:0.9746125rem;top:11.1875rem;left:0.6875rem;font-size:0.75rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #VFnK23J3Xu90bAiGpTleVsAfXyoML8WQ { width:7.5rem;height:2.5rem;top:7.625rem;left:0.0625rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #tITuwQBgMvEh4UPR504XFEJvuRNwcQvT { width:6.25rem;height:1.949225rem;top:7.875rem;left:0.6875rem;font-size:0.75rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #BDfVsVsl868vOLQTkgcIQ3T0S08EU5JU { width:7.5rem;height:2.5rem;top:4.8125rem;left:0.0625rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #mavQLxJEixPSPaFUNgofAhHQ2tXXLHcr { width:6.25rem;height:0.9746125rem;top:5.5625rem;left:0.6875rem;font-size:0.75rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #dfSS837pHqoU3MXIBfyRzONtQ77aEscf { width:7.5rem;height:2.5rem;top:1.8125rem;left:0rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #mOEIMK0adcbd6IsBEl4O5GMHObdssVGb { width:6.25rem;height:0.9746125rem;top:2.5625rem;left:0.625rem;font-size:0.75rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #gVipEAXLdkc99NtORwFTCGJaAMGIQ8fG { width:9.0625rem;height:0;top:10.067274570465rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #N6LuWsfbDZStcx6nFkebzElJ1zkXuocw { display:block; }#N6LuWsfbDZStcx6nFkebzElJ1zkXuocw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc { display:block; }#hMM1LcpmyTpseeWEWJUwTVCoIRfkg1hc > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFcLomJf6655SJhIkcNgaEwArAPJID0L { width:20rem;height:8.75rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XyTVT6OxthKJ8LVolDCBRf9ZStohBnPu { width:2.124025rem;height:3.249025rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1TQZsvLB13ax5Tl178voVV4pMfl8bvp { width:15.75rem;height:4.125rem;top:1.9990234375rem;left:2.125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gPhDdEz1HLf6Psk5QrukGGqkNJKMOLma { width:5.375rem;height:1.3125rem;top:7.1875rem;left:14.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q1ERp3oOBi7DAeUMclm6SQgsMXybskPU { width:12rem;height:3.0869125rem;top:12.125rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5N4gCSy25BZnNMkN2gBO0KC70HQxx9u { width:2.3125rem;height:2.3125rem;top:18.75rem;left:1.6875rem;font-size:1.5625rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #DsnAcCpcBIbHr394QVQw3fMCxtTdphyu { width:5.375rem;height:1.05615rem;top:19.46875rem;left:4.875rem;font-size:0.8125rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #lx02gcZT0aOL0Naizic3upgBmcwUk2Xg { width:8.0625rem;height:2.11230625rem;top:21.9375rem;left:4.875rem;font-size:0.8125rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #STBNmHvB0puklbSvRWdUlU9DtT9VnckQ { width:2.375rem;height:2.375rem;top:21.75rem;left:1.6875rem;font-size:1.625rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #KvBz7ce5qbdqSsCeINWFm7vc7i7LgaDH { width:2.375rem;height:2.375rem;top:25rem;left:1.6875rem;font-size:1.625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #OeC68kvcT7rWTvOdhMRSmuo0K2EIdkck { width:11.4375rem;height:5.2807625rem;top:25.3125rem;left:4.875rem;font-size:0.8125rem;z-index:100033;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0wsgvLhbITXRmBZSrSmJToTGapZJvKK { width:20rem;height:25.875rem;top:7.8994140625rem;left:0rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KdV2xR5ozGvumaEmHswaMEIgf3T7ZEVW { width:7.25rem;height:7.25rem;top:21.75rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBUtZdQwV6f1vvpNmWaq4UlKI8R9OIIp { width:7.5rem;height:1.05615rem;top:16.84375rem;left:4.875rem;font-size:0.8125rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #JVqQvo1TMwIbQbeLwJxzTch844CqOeqB { width:2.0625rem;height:2.0625rem;top:16.3125rem;left:1.875rem;font-size:1.4375rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #TqBdXsDgPmMqKXX7aWkFoNUFXVK6QIC6 { width:20rem;height:20rem;top:35.0244140625rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw { display:block; }#TIVQNyT8AxpP9BmdDzrrCrO0JmUnzlxw > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqyrkISXLvi34TNHTJKMpD6Oo22ccdxB { width:20rem;height:8.75rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PqiPIXd43tmOueo3wLTIlZoCTpQqyhNr { width:20rem;height:0;top:11.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxcFwGdVGkdOEnG3pU8XTZD7fcnMzMu8 { width:2.8125rem;height:2.8125rem;top:14.0625rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhvSareNwHI3JUr5DDTzT0QsRddo9QI7 { width:2.875rem;height:2.875rem;top:7.6875rem;left:8.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpoPr26VZn20ZJg6XmXclfFxl68IJbvZ { width:20rem;height:0;top:18.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeDe7nvpgiS5f9EWwHNrZtGSa4RTMz6B { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrSANuvfd7fV4PUALAshbNLQuIyXlKIm { width:2.8125rem;height:2.8125rem;top:20.375rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3nPkb75iowlTfyRXuChnISZz7BqCTE5 { width:7.5rem;height:0;top:16.53125rem;left:4.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNcFVqKATXicD54TeVTRzWy4y8GfpWwC { width:2.0625rem;height:2.0625rem;top:16rem;left:1.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybmo7skJbW4emOfq6N9kEliZLJrZTeB7 { width:20rem;height:3.375rem;top:0.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR { display:block; }#T3iU9xE2ElT8WC77R6nxA0oXet1JdHAR > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa { display:block; }#Q9MdcLvJHKx54swFPZKiCUhhpKTNFhJa > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQ6hNTPZfX8Anrv2192rFHI21X1Qeu3O { width:13.5625rem;height:5.7744125rem;top:2.34375rem;left:3.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o4LR3F49JmxTzy1XOlzICExd5TOy5zzc { width:2.625rem;height:3.75rem;top:3.28125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqLQ0oJOac6u6VEWKXeixTfxwGNaFlT { width:4.0625rem;height:1.40625rem;top:1.03125rem;left:15.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK { display:block; }#P6fCGBGnw9rUMWNvGFUWuPncnR4A4bdK > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz7iUG1THZalAeoH2Au0suuVDmzVQeSq { width:18.3125rem;height:9.973625rem;top:1.875rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FIL8RqGM4x1Vdvb1fdkw4bblDhMKcdHP { width:17.1875rem;height:6.3745rem;top:18.75rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XLof2DXRXUkgv4TsSlWgXFTlKdlq7W6I { width:13.875rem;height:2.4375rem;top:13.25rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fA2CXMeWqwZKck1hCv6plSvRz2TSRyZw { width:14.4375rem;height:2.2744125rem;top:27.5rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cHCSGQDT7piebWzaukOxieydw2UoE6ph { width:4.375rem;height:4.125rem;top:12.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAS0ysXTzZqesftAzIZOSy9zxxX4aMD { width:4.375rem;height:4.0625rem;top:26.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eovW5T5p1020Tt9zSKdc0imQO11WyeMa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nZQ5ImBl/Sem_Ti_tulo_1.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:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB { display:block; }#dkR5lGPc4qV4GgvxirhlNPhPuLEAv9FB > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3JRuXQznXqMFZxxzEvTCd7hbotb1WHP { width:18.125rem;height:1.4433625rem;top:1.25rem;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) { #BPEeV14L1TDhNwe1iZNrGg1aczb3iwE3 { width:20rem;height:8.8125rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fu9QlQyzTl7BTSL4L47LksANusLI7CZk { width:17rem;height:7.5625rem;top:25.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #l6dI4TN75xbOVfLFzgMGeT8kZiqozNgH { width:18.375rem;height:1.94921875rem;top:4.25rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8FN9FOa6wQoZRxSlXsX2thsRJ4mrcRJ { width:12.25rem;height:2.4375rem;top:17.75rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcEVTJanNdCBCEH1TFkvk1nC6wcLGF50 { display:block; }
 }@media only screen and (max-width: 763px) { #VVIkUzTyk55WPvJECn5Cqu5xsIvuoK2v { width:20rem;height:2.3369125rem;top:21.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }