.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); }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06171c;background-image:none;position:relative;display:none; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { border-width: 0; border-radius: 0; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:60rem;position:relative;display:none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T0Wyjbwj/GIF_DESK_101.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.adaptive-delivery-prevent-bg, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyload, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyloading { background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { background-color: transparent; background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .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); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { border-width: 0; border-radius: 0; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#LqLzexsP5XVZbsOpXwvuceg9Dx7h6LyK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:60rem;display:none; }
#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11e1c8;background-image:none;position:relative;display:block; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container { background-color: transparent; background-image: none; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container > .video-iframe-container { display: none; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row > .video-iframe-container { display: none; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .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); }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container { border-width: 0; border-radius: 0; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#kzIilvKEJMZgkn9aLlTSOHkhSxJXEcha { color:#e8f7ff;display:block;width:24.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0.125rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWGEqB7h8ArVkWz1h1vEW0zZoDToW7RR { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0605625rem;width:27.0605625rem;top:6.0625rem;left:29.8125rem;display:block; }
#WJ5zpR7TroyBTFRwm8OGTUTa2NszeqRM { color:#000000;display:block;width:24.75rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#SROWfxxe6sOdibTnsgls9HoGlLH06yRg { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Len33FJ0TJE7D6D3SBTfhNa580ZPJ08N { position:absolute;display:block;z-index:100004;background-color:#9c83ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:8.9375rem;left:0rem;display:block; }
#D3HRlf0TV2Pc6V8LfsTyTPbQEZLB9liW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.3115rem;width:31.5615rem;top:2.125rem;left:27.75rem;overflow:hidden;display:block; }
#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/70rvhWNF/end12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G.adaptive-delivery-prevent-bg, #ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G.lazyload, #ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G.lazyloading { background-image: none; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container { background-color: transparent; background-image: none; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container > .video-iframe-container { display: none; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row > .video-iframe-container { display: none; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .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); }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container { border-width: 0; border-radius: 0; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6.adaptive-delivery-prevent-bg, #wOUovaL553IgOgRtRq6dG1bU0ltSyif6.lazyload, #wOUovaL553IgOgRtRq6dG1bU0ltSyif6.lazyloading { background-image: none; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container { background-color: transparent; background-image: none; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container > .video-iframe-container { display: none; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row > .video-iframe-container { display: none; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .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); }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container { border-width: 0; border-radius: 0; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#D5FSv4G59UmZdKFXPQy8t6cKoiJvIh75 { color:#1db2af;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:5.4375rem;left:16.75rem;height:2.35595625rem;font-style:normal;display:block; }
#b1wyroBVmmyJcpuI5dMDNX3LPJexNChX { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:1.875rem;left:21.75rem;display:none; }
#Iviuo3df7xldB3pOAff2pIiZqwcUd3tv { background-color:#11e1c8;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:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:23.5rem;left:21.25rem;display:block; }
#xKPKVIa5V4kFK4qSgp1VPcdqEwzqNehz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#afhnT4qMWuKfiKazuQ9thOyLVHPuoHws { color:#0b1e23;display:block;width:44.0625rem;position:absolute;font-family:rubik;font-size:4.0625rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0.6875rem;left:8rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkrgQ914ow03m9TrruXTwNqSTArLci2C { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:57.5rem;top:9rem;left:0.6875rem;overflow:hidden;display:block; }
#xgNhF9yfBCo2B3DFGGi64szIGgHsaZIV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125.375rem;width:42.8125rem;display:none; }
#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s.adaptive-delivery-prevent-bg, #mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s.lazyload, #mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s.lazyloading { background-image: none; }#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s > .row .container { border-width: 0; border-radius: 0; }#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:none; }#pDBfEgypTRuVxTgXH5sOnaUMsJP3wPky { color:#0b1e23;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:2.2890625rem;left:2.875rem;height:5.0859375rem;font-style:normal;display:block; }
#XMpVZyhzgFFoWduwpwIK5y9HlgmglHLb { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:8.5625rem;left:2.875rem;display:block; }
#k2gHTDJlrwXiNTVy1oKnn8OxVHskwJC6 { color:#653f83;display:block;width:9.6245625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.375rem;left:23.6875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKsD8XCUQvi1HDZ5OEW0n9v1Q4np95CA { position:absolute;display:block;z-index:99998;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:2.3125rem;left:19.5625rem;display:block; }
#Lnh4ciBnBhMapaQndWM3aTTfNFlO7mcN { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:18.125rem;top:2.3125rem;left:38.5625rem;display:block; }
#wuvVszsUOTnW2BHLxex3Ti3WwmcF8irT { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:9.1875rem;left:19.5625rem;display:block; }
#u718o3cgbwKwxXpPgTxMr062CUFsBgtH { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:9.1875rem;left:38.625rem;display:block; }
#BHWbQa4XSTDiKMoc0DCrN7py2xXJVPXh { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:16.0625rem;left:19.5625rem;display:block; }
#w7KZeIo4UWOy6osNMTVeXQmVTcAVgpJC { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:16.0625rem;left:38.625rem;display:block; }
#zhz92GLU6lTZsc9UiJw9STIK5dInPKPl { color:#1db2af;display:block;width:13.874125rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:11rem;left:2.625rem;height:7.7988125rem;font-style:normal;display:block; }
#LTGQt3q1uMiwvf65513kM8T6swatMULx { color:#653f83;display:block;width:9.6245625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:23.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ln8Tl46fPbExdewoNig4Gw89Masv8tK0 { color:#653f83;display:block;width:9.6245625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:42.75rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wqmg6c78vSig4nW6sbT0eMd4CqASgucU { color:#653f83;display:block;width:12.061625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.375rem;left:41.5rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxoQqFszou1ZgWeUGhi3CGu3If6ltkU2 { color:#653f83;display:block;width:15.499125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:18.125rem;left:20.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTytZGiTo1CFmMQffAfNsdF3EKKp6gTx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:22.9375rem;left:19.625rem;display:block; }
#e6oVgoTukHwVturHT47vsuGQPDrLOH9A { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:22.9375rem;left:38.625rem;display:block; }
#ToHapeFz45VvooBPp7Tg7y26FvlAn5K7 { color:#653f83;display:block;width:11.1870625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyWA7vEf8hzzlNwGoHZFOlWUU2S5SoTz { color:#653f83;display:block;width:15.499125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:10.625rem;left:39.8125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBhuB0bsglN1UizMK6mlfBkIvurGghTG { color:#653f83;display:block;width:15.499125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:11.3125rem;left:20.875rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSCNkTwrhQzvnNqI5BvTLsiBSp6LktCH { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:1.875rem;left:21.75rem;display:none; }
#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { background-color: transparent; background-image: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container > .video-iframe-container { display: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row > .video-iframe-container { display: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .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); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { border-width: 0; border-radius: 0; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#Te9Tn35zn06R9T5ET7X1pNmB7IgaFnh2 { color:#555555;display:block;width:6.624rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100023;line-height:1.4;letter-spacing:0;top:13.75rem;left:8.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#KxMuyZF1hyLu1WDOa7HTAsHZTFBpMG9o { color:#555555;display:block;width:12.375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:13.75rem;left:17.25rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#zIBasFVVC3tROwsLNeg7KHPugxexXypK { color:#555555;display:block;width:7.561875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:13.8125rem;left:31.875rem;height:1.21948125rem;text-align:center;text-align-last:center;display:block; }
#dWirLtA2nB0nZPDPT2yRqDbV1AbD2uBF { box-sizing:content-box;color:#4de4cf;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:23.375rem;left:12rem;display:none; }
#BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:rubik;font-size:4.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.0625rem;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; }
#VwS0eghOO3spOeTqWOgwFu4J8FPGSPqN { color:#ffffff;display:block;width:4rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.625rem;left:9.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; }
#MPdN6p4vHSPlfiQINdwEir64o88UQnpN { color:#ffffff;display:block;width:4rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.625rem;left:21.4375rem;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; }
#bBGu32NsgBOEOWrcbUifm7HFmPGOFH0i { color:#ffffff;display:block;width:4rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;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; }
#L2DNZRPOTvNJO9bZUEeM4D9EXP2IBNwy { color:#555555;display:block;width:8.8745rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:13.9375rem;left:42.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yWzxaXRThhOP98ipLwSKrbDHLl5Tuy3l { color:#ffffff;display:block;width:4rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:9.875rem;left:44.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; }
#WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { color:#555555;display:block;width:44.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:18.5625rem;left:7.0625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#nq0iB0obVBaIRzUXMSF5xgFUkr6NElW9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:5.1875rem;top:8.6875rem;left:8.6875rem;overflow:hidden;display:block; }
#EagsE4UFovfU4MKagua8Ho6IF8JQk16R { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:5.125rem;top:8.75rem;left:20.875rem;overflow:hidden;display:block; }
#P1DAtbbNVNTnhTP5IAOsaslDl6mObpSl { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.625rem;top:8.8125rem;left:33.0625rem;overflow:hidden;display:block; }
#wdJbTDvpyR8tfVd7y2UHLJEbcLxreVxX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.5rem;top:9.1875rem;left:44.6875rem;overflow:hidden;display:block; }
#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;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; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK.adaptive-delivery-prevent-bg, #cthinPl8fIKGgkQzUlG2pP5M29fe9UcK.lazyload, #cthinPl8fIKGgkQzUlG2pP5M29fe9UcK.lazyloading { background-image: none; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container { background-color: transparent; background-image: none; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container > .video-iframe-container { display: none; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row > .video-iframe-container { display: none; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .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); }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container { border-width: 0; border-radius: 0; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { background-color: transparent; background-image: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .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); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { border-width: 0; border-radius: 0; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#oPbbv4r7sbmcp1E0R5QhHwlainKTqtqk { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.6875rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#uwp3i5K9xyD4lkefX56XPQArh8HvhXZs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1230625rem;width:0.62402375rem;top:5.78125rem;left:28.5625rem;overflow:hidden;display:block; }
#Qwvdoc1WG7MMy82lNJ6EMDn8mfywl4sU { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.124025rem;width:3.75rem;top:1.9375rem;left:50.125rem;overflow:hidden;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-form-header {  }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox { width:0.99975625rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;background-color:#11e1c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#000000;width:24.125rem;height:3.6875rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;position:absolute;top:3.75rem;left:30.625rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100002;position:absolute;top:3.75rem;left:30.625rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #lpAJXUXryHH0Z2wumxHZtK49VMHkqnXq { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #BhhsnNuHycqcLPl8yb9Td56TC5ZMn3ln { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #S5mcsEGLETvlRGkvkERHTK7v6LBAVRIX { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 { position:relative;z-index:2; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV { position:relative; }
#z3ChX9vkBAD92kAvJugXaA5AiaB24um6 { position:relative;display:block; }
#dlhkZKwcEvAPIdhoebkEEmZcREAoNCmA { position:relative;display:block; }
#nxH8ZbaVal3wKMdQdgrvIza9wN2ys223 { position:relative;display:block; }
#RIxOIK7fcUTbtkDNZwhyqiFTaZTKOKOO { position:relative;display:block; }
#D4JTTcFftOVTPVm3vLsrZITMQPVVJg9U { position:relative;display:block; }
#c0QvFzHJTmQGlv1IIpIeXrG3NJ0x5x0Q { position:relative;display:block; }
#iNnLgv6IP797GLk70swOVgP3yUzd0hrg { position:relative;display:block; }
#xx9pSnI44WCw8aw0d1B87wtrITCGz5D5 { position:relative;display:block; }
#Aw2qXa5SCezwl1L8c3JpcQ8DOZO8FW1S { position:relative;display:block; }
#P2FTTwm6IOTFI7TXsAzgoZNONFx4Tad1 { position:relative;display:block; }
#BOCJO0rNWPoazlPmESi903DKz3fIdP8t { position:relative;display:block; }
#Am0aMEr3H9z8Fcyz58v0agbditd2i1Mv { position:relative;display:block; }
#d5qyR0VfIK24G6c0mKJViTcpARM5pJHR { position:relative;display:block; }
#ZzWLVX97rvyT3FVTTdCTSvWnhm4DaLIu { position:relative;display:block; }
#b4v9KqlHQ44QsAykczCwnPnggVweTLXE { position:relative;display:block; }
#wbP4g0uN4E4hu9370AqxyKA1DgKu5l1D { position:relative;display:block; }
#SLVrOvraL8L7CT7iE30Oloi4FAvg9d53 { position:relative;display:block; }
#TDnXwfVBN5wT6wwoOzxFZZg30rRzFTq8 { position:relative;display:block; }
#QxMF9KRmHFWmpz7dWNZbGPCG78hm8mfA { position:relative;display:block; }
#ITyV8U7Ptp1Ofy3xV7Ix0Q8oeD1xfP0H { position:relative;display:block; }
#uylngB4iNKEMgvNaf5ZkVTfDSrKkIoSs { position:relative;display:block; }
#ECzqgUgTBqS984sABISIoKZguU8lbyb2 { position:relative;display:block; }
#iXp2otHbdvcvfETFsiTzocLcc00trvJN { position:relative;display:block; }
#od3qZKeUVgcVBl1vUzwP3bMdEFqLrhZc { position:relative;display:block; }
#V8oTWFiqsUafAuG3LhW1PkzrNIoGX6EK { position:relative;display:block; }
#T7R8WDIzIdfD8PHyAbgTdSbDhqsPUNXz { position:relative;display:block; }
#ZWU5EttzPzshOrXUNH25myKibAUC9MFF { position:relative;display:block; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 { position:relative; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 { position:relative; }
#IvTsiSIaoGnNszGlipemI4IANTp0nX2m { color:#ffffff;display:block;width:16.685125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:22.1865234375rem;left:33.2578125rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#tJsStULQ7dsi4JrkM4UWTgWzS2f0mfei { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.1875rem;top:7.375rem;left:1.5625rem;overflow:hidden;display:block; }
#AXA1kGwAnytxXb7DX7kCtFEi6JG8dx3O { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:7.09375rem;left:6.0625rem;height:14.68165625rem;font-style:normal;display:block; }
#wDA3gy3Fhf6bBMMvNcVqd23E6bAaW1zh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.625rem;top:6.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#dMFFxGUJSs0tkQBCUT9MHROsvaWmUtU4 { position:absolute;display:block;z-index:100031;background-color:rgba(227,227,227,0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:23.8125rem;width:26.875rem;top:4.125rem;left:30.5625rem;display:block; }
#Bivm5J6xXI02Qn9E23KR71d0cqStGy1n { position:absolute;display:block;z-index:100032;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:7.4375rem;width:17rem;top:12.4375rem;left:35.4375rem;display:block; }
#XSge1hKPJxwteCozyhOCHIutbJ3zHmqr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:14.236328125rem;left:37.6875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#aDsoclErDnHJPEv4sZt9flsTMF37U2oD { 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:none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD.adaptive-delivery-prevent-bg, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyload, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyloading { background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { border-width: 0; border-radius: 0; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:none; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:cover !important;position:relative;display:none; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh.adaptive-delivery-prevent-bg, #phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh.lazyload, #phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh.lazyloading { background-image: none; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh > .row .container { border-width: 0; border-radius: 0; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:none; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/W6E3vHwD/end13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.adaptive-delivery-prevent-bg, #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.lazyload, #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.lazyloading { background-image: none; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT > .row .container { border-width: 0; border-radius: 0; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:none; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/70rvhWNF/end12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.adaptive-delivery-prevent-bg, #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.lazyload, #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.lazyloading { background-image: none; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf > .row .container { border-width: 0; border-radius: 0; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:none; }#epH7VoxWma3lT5cw66O4aKWT2k31HoKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#epH7VoxWma3lT5cw66O4aKWT2k31HoKm > .row .container { border-width: 0; border-radius: 0; }#epH7VoxWma3lT5cw66O4aKWT2k31HoKm > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:none; }#vpsa7gP2bQsSf1hMgxsb4WMiQz8Sdrvf { color:#0b1e23;display:block;width:40.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:2.4375rem;left:6.8125rem;height:6.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JfIgHnRyUyLWW2zqyfHATEu5yWGVqgWL { color:#0b1e23;display:block;width:21.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:10.25rem;left:32.5rem;height:7.347625rem;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; }
#JyKHfuxHyLBSWUX8TJiC4La30HAxhoH7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:2.25rem;top:3.8125rem;left:48.125rem;overflow:hidden;display:block; }
#ApOs9Dxb1PAtLfq9xmMm3QtQ21HLSO40 { color:#0b1e23;display:block;width:21.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.8125rem;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; }
#qwAH2Ur9IFSelifs3vdIBGAhqkW6ix9O { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.9375rem;top:2.625rem;left:46.3125rem;overflow:hidden;display:block; }
#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06171c;background-image:none;position:relative;display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { background-color: transparent; background-image: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container > .video-iframe-container { display: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row > .video-iframe-container { display: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .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); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { border-width: 0; border-radius: 0; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.625rem;left:3.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; }
#tAmDdqzlyWmSrNlO2zlwPtTTDbML8aKg { color:#000000;display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { background-color:#4de4cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:11.9375rem;left:3.75rem;display:block; }
#gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ca8fInCzsOTGMZ9Q5mIrKGMID3w0sQyJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:34.8125rem;top:2.0625rem;left:22.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:block; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqLzexsP5XVZbsOpXwvuceg9Dx7h6LyK { width:47.75rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLOcaVpArixt9sT24lzMqdvmF2hCBhsA { display:block; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzIilvKEJMZgkn9aLlTSOHkhSxJXEcha { top:10.625rem;left:0rem;width:24.625rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGEqB7h8ArVkWz1h1vEW0zZoDToW7RR { top:6.0625rem;left:0rem;width:27rem;height:15.026856426211rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5zpR7TroyBTFRwm8OGTUTa2NszeqRM { top:17.8125rem;left:0rem;width:24.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROWfxxe6sOdibTnsgls9HoGlLH06yRg { top:3rem;left:0rem;width:24.3125rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Len33FJ0TJE7D6D3SBTfhNa580ZPJ08N { top:8.9375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HRlf0TV2Pc6V8LfsTyTPbQEZLB9liW { top:2.125rem;left:0rem;width:31.5rem;height:21.269972910033rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G { display:block; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOUovaL553IgOgRtRq6dG1bU0ltSyif6 { display:block; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5FSv4G59UmZdKFXPQy8t6cKoiJvIh75 { top:5.4375rem;left:10.625rem;width:26.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1wyroBVmmyJcpuI5dMDNX3LPJexNChX { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iviuo3df7xldB3pOAff2pIiZqwcUd3tv { width:17.5rem;height:3.4375rem;top:23.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPKVIa5V4kFK4qSgp1VPcdqEwzqNehz { display:block; }
 }@media only screen and (max-width: 763px) { #afhnT4qMWuKfiKazuQ9thOyLVHPuoHws { top:0.6875rem;left:1.875rem;width:44.0625rem;height:4.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkrgQ914ow03m9TrruXTwNqSTArLci2C { top:9rem;left:0rem;width:47.75rem;height:11.158967391304rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgNhF9yfBCo2B3DFGGi64szIGgHsaZIV { width:42.8125rem;height:125.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s { display:block; }#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDBfEgypTRuVxTgXH5sOnaUMsJP3wPky { top:2.25rem;left:0rem;width:13.1875rem;height:5.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMpVZyhzgFFoWduwpwIK5y9HlgmglHLb { top:8.5625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2gHTDJlrwXiNTVy1oKnn8OxVHskwJC6 { top:4.375rem;left:17.5625rem;width:9.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKsD8XCUQvi1HDZ5OEW0n9v1Q4np95CA { top:2.3125rem;left:13.4375rem;width:17.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnh4ciBnBhMapaQndWM3aTTfNFlO7mcN { top:2.3125rem;left:29.625rem;width:18.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuvVszsUOTnW2BHLxex3Ti3WwmcF8irT { top:9.1875rem;left:13.4375rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u718o3cgbwKwxXpPgTxMr062CUFsBgtH { top:9.1875rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWbQa4XSTDiKMoc0DCrN7py2xXJVPXh { top:16.0625rem;left:13.4375rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7KZeIo4UWOy6osNMTVeXQmVTcAVgpJC { top:16.0625rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhz92GLU6lTZsc9UiJw9STIK5dInPKPl { top:11rem;left:0rem;width:13.8125rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGQt3q1uMiwvf65513kM8T6swatMULx { top:24.1875rem;left:17.625rem;width:9.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln8Tl46fPbExdewoNig4Gw89Masv8tK0 { top:24.1875rem;left:36.625rem;width:9.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqmg6c78vSig4nW6sbT0eMd4CqASgucU { top:4.375rem;left:35.375rem;width:12rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoQqFszou1ZgWeUGhi3CGu3If6ltkU2 { top:18.125rem;left:14.6875rem;width:15.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTytZGiTo1CFmMQffAfNsdF3EKKp6gTx { top:22.9375rem;left:13.5rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oVgoTukHwVturHT47vsuGQPDrLOH9A { top:22.9375rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHapeFz45VvooBPp7Tg7y26FvlAn5K7 { top:18.125rem;left:35.8125rem;width:11.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWA7vEf8hzzlNwGoHZFOlWUU2S5SoTz { top:10.625rem;left:32.3125rem;width:15.4375rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBhuB0bsglN1UizMK6mlfBkIvurGghTG { top:11.3125rem;left:14.75rem;width:15.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCNkTwrhQzvnNqI5BvTLsiBSp6LktCH { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te9Tn35zn06R9T5ET7X1pNmB7IgaFnh2 { top:13.75rem;left:2.0625rem;width:6.5625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxMuyZF1hyLu1WDOa7HTAsHZTFBpMG9o { top:13.75rem;left:11.125rem;width:12.375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBasFVVC3tROwsLNeg7KHPugxexXypK { top:13.8125rem;left:25.75rem;width:7.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWirLtA2nB0nZPDPT2yRqDbV1AbD2uBF { top:23.375rem;left:5.875rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { top:1.625rem;left:0.9375rem;width:44.625rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwS0eghOO3spOeTqWOgwFu4J8FPGSPqN { top:9.625rem;left:3.125rem;width:4rem;height:3.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdN6p4vHSPlfiQINdwEir64o88UQnpN { top:9.625rem;left:15.3125rem;width:4rem;height:2.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGu32NsgBOEOWrcbUifm7HFmPGOFH0i { top:9.75rem;left:27.3125rem;width:4rem;height:2.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2DNZRPOTvNJO9bZUEeM4D9EXP2IBNwy { top:13.9375rem;left:36.375rem;width:8.8125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWzxaXRThhOP98ipLwSKrbDHLl5Tuy3l { top:9.875rem;left:38.8125rem;width:4rem;height:2.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { top:18.5625rem;left:0.9375rem;width:44.375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq0iB0obVBaIRzUXMSF5xgFUkr6NElW9 { top:8.6875rem;left:2.5625rem;width:5.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EagsE4UFovfU4MKagua8Ho6IF8JQk16R { top:8.75rem;left:14.75rem;width:5.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1DAtbbNVNTnhTP5IAOsaslDl6mObpSl { top:8.8125rem;left:26.9375rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdJbTDvpyR8tfVd7y2UHLJEbcLxreVxX { top:9.1875rem;left:38.5625rem;width:4.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthinPl8fIKGgkQzUlG2pP5M29fe9UcK { display:block; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPbbv4r7sbmcp1E0R5QhHwlainKTqtqk { top:1.9375rem;left:25.5625rem;width:17.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwp3i5K9xyD4lkefX56XPQArh8HvhXZs { top:5.75rem;left:22.4375rem;width:0.5625rem;height:13.632049511337rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwvdoc1WG7MMy82lNJ6EMDn8mfywl4sU { top:1.9375rem;left:44rem;width:3.75rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #lpAJXUXryHH0Z2wumxHZtK49VMHkqnXq {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #BhhsnNuHycqcLPl8yb9Td56TC5ZMn3ln {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #S5mcsEGLETvlRGkvkERHTK7v6LBAVRIX {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV {  }
 }@media only screen and (max-width: 763px) { #z3ChX9vkBAD92kAvJugXaA5AiaB24um6 { display:block; }
 }@media only screen and (max-width: 763px) { #dlhkZKwcEvAPIdhoebkEEmZcREAoNCmA { display:block; }
 }@media only screen and (max-width: 763px) { #nxH8ZbaVal3wKMdQdgrvIza9wN2ys223 { display:block; }
 }@media only screen and (max-width: 763px) { #RIxOIK7fcUTbtkDNZwhyqiFTaZTKOKOO { display:block; }
 }@media only screen and (max-width: 763px) { #D4JTTcFftOVTPVm3vLsrZITMQPVVJg9U { display:block; }
 }@media only screen and (max-width: 763px) { #c0QvFzHJTmQGlv1IIpIeXrG3NJ0x5x0Q { display:block; }
 }@media only screen and (max-width: 763px) { #iNnLgv6IP797GLk70swOVgP3yUzd0hrg { display:block; }
 }@media only screen and (max-width: 763px) { #xx9pSnI44WCw8aw0d1B87wtrITCGz5D5 { display:block; }
 }@media only screen and (max-width: 763px) { #Aw2qXa5SCezwl1L8c3JpcQ8DOZO8FW1S { display:block; }
 }@media only screen and (max-width: 763px) { #P2FTTwm6IOTFI7TXsAzgoZNONFx4Tad1 { display:block; }
 }@media only screen and (max-width: 763px) { #BOCJO0rNWPoazlPmESi903DKz3fIdP8t { display:block; }
 }@media only screen and (max-width: 763px) { #Am0aMEr3H9z8Fcyz58v0agbditd2i1Mv { display:block; }
 }@media only screen and (max-width: 763px) { #d5qyR0VfIK24G6c0mKJViTcpARM5pJHR { display:block; }
 }@media only screen and (max-width: 763px) { #ZzWLVX97rvyT3FVTTdCTSvWnhm4DaLIu { display:block; }
 }@media only screen and (max-width: 763px) { #b4v9KqlHQ44QsAykczCwnPnggVweTLXE { display:block; }
 }@media only screen and (max-width: 763px) { #wbP4g0uN4E4hu9370AqxyKA1DgKu5l1D { display:block; }
 }@media only screen and (max-width: 763px) { #SLVrOvraL8L7CT7iE30Oloi4FAvg9d53 { display:block; }
 }@media only screen and (max-width: 763px) { #TDnXwfVBN5wT6wwoOzxFZZg30rRzFTq8 { display:block; }
 }@media only screen and (max-width: 763px) { #QxMF9KRmHFWmpz7dWNZbGPCG78hm8mfA { display:block; }
 }@media only screen and (max-width: 763px) { #ITyV8U7Ptp1Ofy3xV7Ix0Q8oeD1xfP0H { display:block; }
 }@media only screen and (max-width: 763px) { #uylngB4iNKEMgvNaf5ZkVTfDSrKkIoSs { display:block; }
 }@media only screen and (max-width: 763px) { #ECzqgUgTBqS984sABISIoKZguU8lbyb2 { display:block; }
 }@media only screen and (max-width: 763px) { #iXp2otHbdvcvfETFsiTzocLcc00trvJN { display:block; }
 }@media only screen and (max-width: 763px) { #od3qZKeUVgcVBl1vUzwP3bMdEFqLrhZc { display:block; }
 }@media only screen and (max-width: 763px) { #V8oTWFiqsUafAuG3LhW1PkzrNIoGX6EK { display:block; }
 }@media only screen and (max-width: 763px) { #T7R8WDIzIdfD8PHyAbgTdSbDhqsPUNXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZWU5EttzPzshOrXUNH25myKibAUC9MFF { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #IvTsiSIaoGnNszGlipemI4IANTp0nX2m { top:22.125rem;left:27.1328125rem;width:16.625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJsStULQ7dsi4JrkM4UWTgWzS2f0mfei { top:7.375rem;left:0rem;width:3.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXA1kGwAnytxXb7DX7kCtFEi6JG8dx3O { top:7.0625rem;left:0rem;width:18.4375rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDA3gy3Fhf6bBMMvNcVqd23E6bAaW1zh { top:6.8125rem;left:0rem;width:4.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFFxGUJSs0tkQBCUT9MHROsvaWmUtU4 { top:4.125rem;left:20.875rem;width:26.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bivm5J6xXI02Qn9E23KR71d0cqStGy1n { top:12.4375rem;left:29.3125rem;width:17rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSge1hKPJxwteCozyhOCHIutbJ3zHmqr { top:14.1875rem;left:31.5625rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsoclErDnHJPEv4sZt9flsTMF37U2oD { display:block; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh { display:block; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT { display:block; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf { display:block; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epH7VoxWma3lT5cw66O4aKWT2k31HoKm { display:block; }#epH7VoxWma3lT5cw66O4aKWT2k31HoKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpsa7gP2bQsSf1hMgxsb4WMiQz8Sdrvf { top:2.4375rem;left:0rem;width:40.6875rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfIgHnRyUyLWW2zqyfHATEu5yWGVqgWL { top:10.25rem;left:23.875rem;width:21.5rem;height:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyKHfuxHyLBSWUX8TJiC4La30HAxhoH7 { top:3.8125rem;left:38.9375rem;width:2.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOs9Dxb1PAtLfq9xmMm3QtQ21HLSO40 { top:10.25rem;left:2.375rem;width:21.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAH2Ur9IFSelifs3vdIBGAhqkW6ix9O { top:2.625rem;left:37.125rem;width:5.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { top:2.625rem;left:0rem;width:18.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAmDdqzlyWmSrNlO2zlwPtTTDbML8aKg { top:4.9375rem;left:0rem;width:18.375rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { width:17.5625rem;height:3.4375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block; }
 }@media only screen and (max-width: 763px) { #ca8fInCzsOTGMZ9Q5mIrKGMID3w0sQyJ { top:2.0625rem;left:12.9375rem;width:34.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 { display:block; }#IR9yOwa7y10KDmOezViLUzDXupvb4Xf9 > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { background-color:transparent;background-image:url("https://images.assets-landingi.com/sDP5fQkz/GIF_DESK_101_mobile.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.adaptive-delivery-prevent-bg, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyload, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyloading { background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { background-color: transparent; background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .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); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqLzexsP5XVZbsOpXwvuceg9Dx7h6LyK { top:0rem;left:0rem;width:20rem;height:2.4375rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yLOcaVpArixt9sT24lzMqdvmF2hCBhsA { display:block; }#yLOcaVpArixt9sT24lzMqdvmF2hCBhsA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzIilvKEJMZgkn9aLlTSOHkhSxJXEcha { width:17.5rem;height:7.957rem;top:4.68359375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWGEqB7h8ArVkWz1h1vEW0zZoDToW7RR { height:8.6875rem;width:15.75rem;top:23.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5zpR7TroyBTFRwm8OGTUTa2NszeqRM { width:20rem;height:7.3125rem;top:13.310546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SROWfxxe6sOdibTnsgls9HoGlLH06yRg { width:20rem;height:1.4619125rem;top:1.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Len33FJ0TJE7D6D3SBTfhNa580ZPJ08N { width:8.25rem;height:0.375rem;top:3.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HRlf0TV2Pc6V8LfsTyTPbQEZLB9liW { width:20rem;height:13.504551764564rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G { display:block; }#ZMxJJwgZk9LcQvVE8SaCJn6B0UGeJB6G > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOUovaL553IgOgRtRq6dG1bU0ltSyif6 { display:block; }#wOUovaL553IgOgRtRq6dG1bU0ltSyif6 > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5FSv4G59UmZdKFXPQy8t6cKoiJvIh75 { width:16.9375rem;height:1.29980625rem;top:2.625rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1wyroBVmmyJcpuI5dMDNX3LPJexNChX { width:17.9365rem;height:3.125rem;top:31.75rem;left:1.03125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #Iviuo3df7xldB3pOAff2pIiZqwcUd3tv { width:17.5rem;height:3.4375rem;top:62.248046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPKVIa5V4kFK4qSgp1VPcdqEwzqNehz { display:block; }
 }@media only screen and (max-width: 763px) { #afhnT4qMWuKfiKazuQ9thOyLVHPuoHws { width:17.8125rem;height:1.25rem;top:0.6875rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkrgQ914ow03m9TrruXTwNqSTArLci2C { width:20rem;height:4.625rem;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgNhF9yfBCo2B3DFGGi64szIGgHsaZIV { top:3.9248046875rem;left:0rem;width:19.6875rem;height:57.6875rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s { display:none; }#mVX8NZUoDF99uok31ft8QxSwhEK5Gr3s > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDBfEgypTRuVxTgXH5sOnaUMsJP3wPky { width:17.8125rem;height:1.375rem;top:2.75rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMpVZyhzgFFoWduwpwIK5y9HlgmglHLb { width:8.25rem;height:0.375rem;top:4.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2gHTDJlrwXiNTVy1oKnn8OxVHskwJC6 { width:9.625rem;height:1.29980625rem;top:8.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKsD8XCUQvi1HDZ5OEW0n9v1Q4np95CA { width:17.9375rem;height:3.125rem;top:7.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnh4ciBnBhMapaQndWM3aTTfNFlO7mcN { width:17.9375rem;height:3.125rem;top:11.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuvVszsUOTnW2BHLxex3Ti3WwmcF8irT { width:17.9375rem;height:3.125rem;top:15.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u718o3cgbwKwxXpPgTxMr062CUFsBgtH { width:17.9375rem;height:3.125rem;top:19.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWbQa4XSTDiKMoc0DCrN7py2xXJVPXh { width:17.9375rem;height:3.125rem;top:24.375rem;left:0.8125rem;background-color:rgba(227,227,227,0.24);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) { #w7KZeIo4UWOy6osNMTVeXQmVTcAVgpJC { width:17.9375rem;height:3.125rem;top:24.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhz92GLU6lTZsc9UiJw9STIK5dInPKPl { width:16.9375rem;height:1.29980625rem;top:5.6875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTGQt3q1uMiwvf65513kM8T6swatMULx { width:9.625rem;height:1.29980625rem;top:33.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln8Tl46fPbExdewoNig4Gw89Masv8tK0 { width:9.625rem;height:2.5996125rem;top:37.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqmg6c78vSig4nW6sbT0eMd4CqASgucU { width:12.0625rem;height:1.29980625rem;top:12.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoQqFszou1ZgWeUGhi3CGu3If6ltkU2 { width:15.5rem;height:1.29980625rem;top:20.875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTytZGiTo1CFmMQffAfNsdF3EKKp6gTx { width:17.9375rem;height:3.125rem;top:28.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oVgoTukHwVturHT47vsuGQPDrLOH9A { width:17.9375rem;height:3.125rem;top:32.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHapeFz45VvooBPp7Tg7y26FvlAn5K7 { width:15.5rem;height:1.29980625rem;top:16.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWA7vEf8hzzlNwGoHZFOlWUU2S5SoTz { width:15.5rem;height:2.3984375rem;top:24.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBhuB0bsglN1UizMK6mlfBkIvurGghTG { width:15.5rem;height:1.19921875rem;top:29.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCNkTwrhQzvnNqI5BvTLsiBSp6LktCH { width:17.9373125rem;height:3.125rem;top:37rem;left:0.8125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te9Tn35zn06R9T5ET7X1pNmB7IgaFnh2 { width:7.4365rem;height:1.2246125rem;top:12.4375rem;left:6.2802734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxMuyZF1hyLu1WDOa7HTAsHZTFBpMG9o { width:10.4373125rem;height:4.8984375rem;top:19.875rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBasFVVC3tROwsLNeg7KHPugxexXypK { width:12.3123125rem;height:1.3125rem;top:30.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWirLtA2nB0nZPDPT2yRqDbV1AbD2uBF { width:5.24956875rem;height:5.24956875rem;top:23.5rem;left:7.4375rem;font-size:3.625rem;z-index:99992;display:none; }
 }@media only screen and (max-width: 763px) { #BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { width:20rem;height:4.673825rem;top:1.625rem;left:0rem;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) { #VwS0eghOO3spOeTqWOgwFu4J8FPGSPqN { width:3.999025rem;height:2.54296875rem;top:8.1875rem;left:7.75rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MPdN6p4vHSPlfiQINdwEir64o88UQnpN { width:4rem;height:3.1621125rem;top:15.875rem;left:7.875rem;font-size:2.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bBGu32NsgBOEOWrcbUifm7HFmPGOFH0i { width:3.999025rem;height:2.6806625rem;top:27.1875rem;left:8rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L2DNZRPOTvNJO9bZUEeM4D9EXP2IBNwy { width:7.5rem;height:3.9375rem;top:38.25rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWzxaXRThhOP98ipLwSKrbDHLl5Tuy3l { width:4rem;height:2.54296875rem;top:34.875rem;left:7.9375rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { width:20rem;height:4.5rem;top:43.0615234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq0iB0obVBaIRzUXMSF5xgFUkr6NElW9 { width:5.1875rem;height:4.875rem;top:7rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EagsE4UFovfU4MKagua8Ho6IF8JQk16R { width:5.125rem;height:4.6875rem;top:15.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1DAtbbNVNTnhTP5IAOsaslDl6mObpSl { width:4.625rem;height:4.4375rem;top:26.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdJbTDvpyR8tfVd7y2UHLJEbcLxreVxX { width:4.5rem;height:4.125rem;top:34.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthinPl8fIKGgkQzUlG2pP5M29fe9UcK { display:block; }#cthinPl8fIKGgkQzUlG2pP5M29fe9UcK > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV5SrOIuwk6W4wItiuatdlviOgspiXLM { background-color:#9c83ff;background-image:none;display:block; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { background-color: transparent; background-image: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row > .video-iframe-container { display: none; }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .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); }#MV5SrOIuwk6W4wItiuatdlviOgspiXLM > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPbbv4r7sbmcp1E0R5QhHwlainKTqtqk { width:13.125rem;height:1.4619125rem;top:1.841796875rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwp3i5K9xyD4lkefX56XPQArh8HvhXZs { width:0.5625rem;height:13.6229375rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qwvdoc1WG7MMy82lNJ6EMDn8mfywl4sU { width:3.75rem;height:2.124025rem;top:1.4990234375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-text {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-select {padding-top: 0; padding-bottom: 0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.2;height:2.8125rem; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-checkbox-label { width:16.37426875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:first-of-type{padding-top:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .widget-container:last-of-type{padding-bottom:0;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP  { width:17.56176875rem;height:auto;top:3.279296875rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP {display:block;}#KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP { width:17.56176875rem;height:auto;top:3.279296875rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #goLxltDBp3Ltc7TcnCwBL5nbCn4qGCHJ {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #naTnyUWovVhsTrVu66F69Fv06yMdUsKm {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JoIceTSapRgl6G0GkGl9nGdJHlRs3lWV {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #LB9QVzfiT8ndcNhopQT8P09TGl3rCTxx {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #kMTfAKrbBfLJFqaxJqaxwfVIxebqk7u7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #o6cnTMOsEV450bTxd02oA15kCgoQFssr {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #Pu7Situa0f6DWye4n4BIlFkaIWbnJhC7 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #MbyyZFDIMRs5ms7hTzQu6ew64TCUHJ2o {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #GIvHZShtwB2H5Wum2MN7GNAJEFksIBec {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #re0aBlJtsxRviict1aKgOOTbAwpnZZHl {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #TZFfelZno415nTDsowpfte6wXIkbR2SR {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #nTWalKwmkuMOTTgGG2Kkc31iHNAsDbwM {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #xVElWmZiST7PH9B3v5Ihu8dgyNIZZLEz {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #JPcOmnV5JF5Vc2qAgE5MCcwV7PDZTQme {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #H675Tt1B8OozXQCDh8aH6uxp0uuml3Tc {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #lpAJXUXryHH0Z2wumxHZtK49VMHkqnXq {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #BhhsnNuHycqcLPl8yb9Td56TC5ZMn3ln {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #S5mcsEGLETvlRGkvkERHTK7v6LBAVRIX {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #R9sAiItBqBMf0yPEnnytDniqzpq9Jyee {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #EAoWvT6XoaMPbU7E2mC42dhyOzJs76S9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #D9SUPi3wHTq90wc7Dadec7Z9Rqh4yipV {  }
 }@media only screen and (max-width: 763px) { #z3ChX9vkBAD92kAvJugXaA5AiaB24um6 { display:block; }
 }@media only screen and (max-width: 763px) { #dlhkZKwcEvAPIdhoebkEEmZcREAoNCmA { display:block; }
 }@media only screen and (max-width: 763px) { #nxH8ZbaVal3wKMdQdgrvIza9wN2ys223 { display:block; }
 }@media only screen and (max-width: 763px) { #RIxOIK7fcUTbtkDNZwhyqiFTaZTKOKOO { display:block; }
 }@media only screen and (max-width: 763px) { #D4JTTcFftOVTPVm3vLsrZITMQPVVJg9U { display:block; }
 }@media only screen and (max-width: 763px) { #c0QvFzHJTmQGlv1IIpIeXrG3NJ0x5x0Q { display:block; }
 }@media only screen and (max-width: 763px) { #iNnLgv6IP797GLk70swOVgP3yUzd0hrg { display:block; }
 }@media only screen and (max-width: 763px) { #xx9pSnI44WCw8aw0d1B87wtrITCGz5D5 { display:block; }
 }@media only screen and (max-width: 763px) { #Aw2qXa5SCezwl1L8c3JpcQ8DOZO8FW1S { display:block; }
 }@media only screen and (max-width: 763px) { #P2FTTwm6IOTFI7TXsAzgoZNONFx4Tad1 { display:block; }
 }@media only screen and (max-width: 763px) { #BOCJO0rNWPoazlPmESi903DKz3fIdP8t { display:block; }
 }@media only screen and (max-width: 763px) { #Am0aMEr3H9z8Fcyz58v0agbditd2i1Mv { display:block; }
 }@media only screen and (max-width: 763px) { #d5qyR0VfIK24G6c0mKJViTcpARM5pJHR { display:block; }
 }@media only screen and (max-width: 763px) { #ZzWLVX97rvyT3FVTTdCTSvWnhm4DaLIu { display:block; }
 }@media only screen and (max-width: 763px) { #b4v9KqlHQ44QsAykczCwnPnggVweTLXE { display:block; }
 }@media only screen and (max-width: 763px) { #wbP4g0uN4E4hu9370AqxyKA1DgKu5l1D { display:block; }
 }@media only screen and (max-width: 763px) { #SLVrOvraL8L7CT7iE30Oloi4FAvg9d53 { display:block; }
 }@media only screen and (max-width: 763px) { #TDnXwfVBN5wT6wwoOzxFZZg30rRzFTq8 { display:block; }
 }@media only screen and (max-width: 763px) { #QxMF9KRmHFWmpz7dWNZbGPCG78hm8mfA { display:block; }
 }@media only screen and (max-width: 763px) { #ITyV8U7Ptp1Ofy3xV7Ix0Q8oeD1xfP0H { display:block; }
 }@media only screen and (max-width: 763px) { #uylngB4iNKEMgvNaf5ZkVTfDSrKkIoSs { display:block; }
 }@media only screen and (max-width: 763px) { #ECzqgUgTBqS984sABISIoKZguU8lbyb2 { display:block; }
 }@media only screen and (max-width: 763px) { #iXp2otHbdvcvfETFsiTzocLcc00trvJN { display:block; }
 }@media only screen and (max-width: 763px) { #od3qZKeUVgcVBl1vUzwP3bMdEFqLrhZc { display:block; }
 }@media only screen and (max-width: 763px) { #V8oTWFiqsUafAuG3LhW1PkzrNIoGX6EK { display:block; }
 }@media only screen and (max-width: 763px) { #T7R8WDIzIdfD8PHyAbgTdSbDhqsPUNXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZWU5EttzPzshOrXUNH25myKibAUC9MFF { display:block; }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #hPPyEN7VSpDoBwkl6M8J8T8b8hF6PwW9 {  }
 }@media only screen and (max-width: 763px) { #KwCxfwq4CttMJCFmF7mbvCXQRsxXNfRP #FhD2al4wtS9KxWs3CF7xh0aBXbiREvh8 {  }
 }@media only screen and (max-width: 763px) { #IvTsiSIaoGnNszGlipemI4IANTp0nX2m { width:16.624rem;height:1.125rem;top:21.529296875rem;left:2.6884765625rem;font-size:0.75rem;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJsStULQ7dsi4JrkM4UWTgWzS2f0mfei { width:3.625rem;height:3.6875rem;top:28.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXA1kGwAnytxXb7DX7kCtFEi6JG8dx3O { width:16.0625rem;height:16.08103125rem;top:27.404296875rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDA3gy3Fhf6bBMMvNcVqd23E6bAaW1zh { width:4.625rem;height:4.3125rem;top:40.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMFFxGUJSs0tkQBCUT9MHROsvaWmUtU4 { width:20rem;height:23.8125rem;top:44.796859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bivm5J6xXI02Qn9E23KR71d0cqStGy1n { width:17rem;height:7.4375rem;top:52.9208984375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSge1hKPJxwteCozyhOCHIutbJ3zHmqr { width:12.5rem;height:3.89941875rem;top:54.7509765625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsoclErDnHJPEv4sZt9flsTMF37U2oD { 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:none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD.adaptive-delivery-prevent-bg, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyload, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyloading { background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { border-width: 0; border-radius: 0; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh { display:none; }#phNiGcqlIPHt8ZIfZhvQEg4uPtgs6XEh > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT { background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/W6E3vHwD/end13.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:none; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.adaptive-delivery-prevent-bg, #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.lazyload, #nUyOhPVplVZNVaBaMQJsebUSztSu8UeT.lazyloading { background-image: none; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT > .row .container { border-width: 0; border-radius: 0; }#nUyOhPVplVZNVaBaMQJsebUSztSu8UeT > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf { background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/70rvhWNF/end12.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:none; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.adaptive-delivery-prevent-bg, #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.lazyload, #mxsXnl9W4dy6RkIninm2lT5s59TdtLKf.lazyloading { background-image: none; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf > .row .container { border-width: 0; border-radius: 0; }#mxsXnl9W4dy6RkIninm2lT5s59TdtLKf > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #epH7VoxWma3lT5cw66O4aKWT2k31HoKm { background-color:#ffffff;background-image:none;display:none; }#epH7VoxWma3lT5cw66O4aKWT2k31HoKm > .row .container { width:20rem;height:34.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpsa7gP2bQsSf1hMgxsb4WMiQz8Sdrvf { width:16rem;height:2.25rem;top:2.4375rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0b1e23;display:block; }
 }@media only screen and (max-width: 763px) { #JfIgHnRyUyLWW2zqyfHATEu5yWGVqgWL { width:13.749rem;height:9rem;top:20.375rem;left:2.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;color:#0b1e23;display:block; }
 }@media only screen and (max-width: 763px) { #JyKHfuxHyLBSWUX8TJiC4La30HAxhoH7 { width:2.686525rem;height:3.999025rem;top:1.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOs9Dxb1PAtLfq9xmMm3QtQ21HLSO40 { width:13.374rem;height:11.25rem;top:7.375rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;color:#0b1e23;display:block; }
 }@media only screen and (max-width: 763px) { #qwAH2Ur9IFSelifs3vdIBGAhqkW6ix9O { width:5.125rem;height:4.875rem;top:1.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { 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) { #tAmDdqzlyWmSrNlO2zlwPtTTDbML8aKg { width:18.375rem;height:2.923825rem;top:3.9375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { width:19.9996875rem;height:3.4369125rem;top:9.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block; }
 }@media only screen and (max-width: 763px) { #ca8fInCzsOTGMZ9Q5mIrKGMID3w0sQyJ { width:20rem;height:8.0789946140038rem;top:14.9873046875rem;left:0rem;overflow:hidden;display:block; }
 }