.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1aV0bM9e/Main.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/fCdfBdj3/chico_final_final.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container {  }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:75rem;height:42.8125rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:#5115b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.75rem;left:43.75rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfSzxwQ2ZH0IqRSW4vK861NmreWGtbcr { background-color:#ffff33;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5115b0;border-left:0.0625rem solid #5115b0;border-right:0.0625rem solid #5115b0;border-bottom:0.0625rem solid #5115b0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.0625rem 7.3125rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#5115b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.75rem;left:55.3125rem;display:block; }
#fKdiKSDm37R3PKg0upGZCDcM6iJVJWJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgdFsRAVhBltERxnQP8rGQoMlleM3l0J { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5115b0;border-left:0.0625rem solid #5115b0;border-right:0.0625rem solid #5115b0;border-bottom:0.0625rem solid #5115b0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;height:14.8125rem;width:24.75rem;top:26.6875rem;left:42.1875rem;display:block; }
#WrvPmEb7DhtytRdytrpikQdvmh0JWiMN { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:28.4375rem;left:43.25rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9q2QhAslpF0kQS2uaSQoVAFPbxHdDaS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:25.3125rem;top:0.1875rem;left:41.625rem;overflow:hidden;display:block; }
#O0zJmVeUwPO9hc9VcTu7QrfRXApp7M4H { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:8.3125rem;top:37.625rem;left:50.4375rem;overflow:hidden;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container {  }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:lato;height:35.9375rem;width:75rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:30rem;top:4.875rem;left:3.75rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"gotham narrow";font-size:5.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #9affd7;top:1.5rem;left:43.375rem;height:5.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNR75xKwboEs4QL7pFtSIpVAuVn3y6PM { color:#ffffff;display:block;width:27rem;position:absolute;font-family:"gotham narrow";font-size:4.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5625rem #9affd7;top:9rem;left:43.5rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSeZldoSGZoP1eUJ3lICrg4tqgpgAhK5 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:"gotham narrow";font-size:3.1875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5625rem #9affd7;top:6.1875rem;left:43.5rem;height:3.50625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZD92G8X0sM5c8NJ9ivuda9hwcFOlyI8I { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #9affd7;top:14.875rem;left:43.5rem;height:14.39059375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBh6qILW1qoPL7lmfTzG6gt6pTcMnK6N { background-color:#fff302;background-image:none;border-top:0.0625rem solid #540f95;border-left:0.0625rem solid #540f95;border-right:0.0625rem solid #540f95;border-bottom:0.0625rem solid #540f95;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#540f95;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:49.5625rem;display:block; }
#FAUiolz8tUs5od7UBCZorFnpP8IeOuM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container {  }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:lato;height:21.75rem;width:75rem;position:relative;display:block; }#qs9hwo9ZfMig9RXJrMOksB2MJbR3v6DU { color:#27262e;display:block;width:75rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxpP2xfwWxUtTMoRZFiDftEuKhqRvBV6 { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #9affd7;top:6.78515625rem;left:12.125rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CxcrtG8zgTmVD4GTrO0TfOsHJ9O4BTG8 { background-color:#75fecd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.09375rem;left:45.5rem;display:block; }
#eRcrewC0e14S1qPS5kPQT73rQ2cd7g46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rxho45bBdq1dqV1IaXhTLpKzuKsAToZh { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:14.0625rem;left:15.8125rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KifV4XfM7JUGN4QS6DVos80ebA5grZcD { box-sizing:content-box;color:#75fecd;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.375rem;left:12.6875rem;display:block; }
#GOtGfrLiMyLccK8M6baugLiichFSoMeh { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:15.75rem;left:15.8125rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container { background-color: transparent; background-image: none; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container > .video-iframe-container { display: none; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row > .video-iframe-container { display: none; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .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); }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container { border-width: 0; border-radius: 0; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row > .video-iframe-container {  }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container { font-size:0.875rem;font-family:lato;height:20.0625rem;width:75rem;position:relative;display:block; }#dsCR2r5AobVzxq0zPVP2bPcustCe7Atc { position:absolute;display:block;z-index:15000;background-color:#5115b0;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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;height:13.9375rem;width:13.9375rem;top:2.4375rem;left:2.4375rem;display:block; }
#CBrTzvEqNukK4hUhppuLGSoeDvBTX3Tv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:3.125rem;overflow:hidden;display:block; }
#Js5Xf66UKqxI05fVqDzRtgKQSglNhuI6 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKdSZV71B0JBdQTm3kDvngcJMr5DU9ab { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.40625rem;left:22.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stVBqiZ5SVMQhhNRKkWkaDUeIIAgiw6y { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:41rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdRIFkEMxXADteC8082i9ftG7648rqTn { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:59.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vd3g6fQ6FUERuADrKrUhuZsnghAHdPRx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:3.125rem;overflow:hidden;display:block; }
#TMTbfc46gOxMXkJLdrIaAdSZtgwZPo7R { position:absolute;display:block;z-index:14994;background-color:#5115b0;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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;height:13.9375rem;width:13.9375rem;top:2.4375rem;left:21.1875rem;display:block; }
#gv6MEmyVCBf5mLWK1e2KTyyPFmelohMI { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:21.875rem;overflow:hidden;display:block; }
#rbQH5RT6bQQScwlDOOZ5D4b9Kzu4knvJ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:21.875rem;overflow:hidden;display:block; }
#nBVe3f7LRM13e9Kqe6IWZ4dgh4Z0LwFD { position:absolute;display:block;z-index:14997;background-color:#5115b0;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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;height:13.9375rem;width:13.9375rem;top:2.4375rem;left:39.9375rem;display:block; }
#AshWkdvhlawD0xyS6fvVTC3nwXZkIGOa { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:40.625rem;overflow:hidden;display:block; }
#JQGTlWxbn34AmHOsx9RxDKct3E5pdTwK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:40.625rem;overflow:hidden;display:block; }
#alQAFkp98tUbqlC27PAAugue0E6mSMOR { position:absolute;display:block;z-index:15000;background-color:#5115b0;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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;height:13.9375rem;width:13.9375rem;top:2.4375rem;left:58.6875rem;display:block; }
#zbJbLADzC6Mv8Xlew5lRbTAmcENdgp7D { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:59.375rem;overflow:hidden;display:block; }
#dvsiiSKSKwcpdTBa7tAo2RnrqlEPFDsk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.5rem;top:3.0625rem;left:59.375rem;overflow:hidden;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container {  }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:lato;height:23.8125rem;width:75rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:3.5rem;left:2.5rem;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.3125rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:12.75rem;left:4.9375rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnpRZz7569HHy4TekL8F3t1o5XSJivEy { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:3.5rem;left:28.3125rem;display:block; }
#qGpIWiWQ56TBoOOl4ZFqmzzdJrVHhtoV { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:3.46875rem;left:54.0625rem;display:block; }
#iZmL1b4tCWOTZzP5UVdDnJKkQ6pGs6pM { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:4.25rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZRkvIfpNvuutxED1AzMs3SvTefr57rk { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.75rem;left:30rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnzDLXqXXOH9Ho9cRb05EgkNlvhd6bGT { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.75rem;left:30.1875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqgzB2i21MTxveTQ156EgUh8TVZiNOut { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.75rem;left:55.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGS7rT8uqPekAqPIshiTuQKVLrbnPTss { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:12.75rem;left:54.5rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container { background-color: transparent; background-image: none; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container > .video-iframe-container { display: none; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row > .video-iframe-container { display: none; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .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); }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container { border-width: 0; border-radius: 0; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row > .video-iframe-container {  }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container { font-size:0.875rem;font-family:lato;height:37.625rem;width:75rem;position:relative;display:block; }#WCI0ysv4hzzHCAqdk1JW02IuUaVko7v6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#ihpNQPLVFCIhm1ofyWWiIw67IqXnQdxe { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:34.625rem;left:8.4375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJHv15HVvlI34L88d7It5e4qEqe9kXTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container { background-color: transparent; background-image: none; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container > .video-iframe-container { display: none; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row > .video-iframe-container { display: none; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .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); }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container { border-width: 0; border-radius: 0; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row > .video-iframe-container {  }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container { font-size:0.875rem;font-family:lato;height:8.875rem;width:75rem;position:relative;display:block; }#ioE8dUGgESwCNPe78ZUvCKM87h2rkeME { color:#27262e;display:block;width:75rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/amUf534K/splash_fondo_centro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.adaptive-delivery-prevent-bg, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyload, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyloading { background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { background-color: transparent; background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .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); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container {  }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:lato;height:25.4375rem;width:75rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(0,0,0,0.28) ;height:20.125rem;width:28.75rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:15.625rem;width:31.5625rem;top:4.75rem;left:35.9375rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:25.125rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.53125rem;left:38.25rem;height:10.3125rem;font-style:normal;display:block; }
#kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.5rem;top:3.6875rem;left:61.75rem;overflow:hidden;display:block; }
#E2whUIPolx2OsS1qXOn6IlhJ7I8JapxS { color:#dfdcd6;display:block;width:25.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.5rem;left:38.25rem;height:1.59375rem;font-style:normal;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/amUf534K/splash_fondo_centro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN.adaptive-delivery-prevent-bg, #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN.lazyload, #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN.lazyloading { background-image: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { background-color: transparent; background-image: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .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); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container {  }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:lato;height:25.75rem;width:75rem;position:relative;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffff33;border-left:0.3125rem solid #ffff33;border-right:0.3125rem solid #ffff33;border-bottom:0.3125rem solid #ffff33;height:15rem;width:18.5rem;top:0.03125rem;left:2.5rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#5115b0;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:3.53125rem;left:5.125rem;height:6.796875rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.1875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#5115b0;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:56.125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffff33;border-left:0.3125rem solid #ffff33;border-right:0.3125rem solid #ffff33;border-bottom:0.3125rem solid #ffff33;height:15rem;width:18.5rem;top:0.0625rem;left:28.25rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#5115b0;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:2.6875rem;left:30.4375rem;height:8.49609375rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffff33;border-left:0.3125rem solid #ffff33;border-right:0.3125rem solid #ffff33;border-bottom:0.3125rem solid #ffff33;height:15rem;width:18.5rem;top:0.0625rem;left:53.5rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:2.6875rem;left:55.6875rem;height:8.496125rem;font-style:normal;display:block; }
#tn0uXJTipm1B7lnaMTPAvpqyWs6f39GZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.4375rem;top:12.3125rem;left:4.6875rem;overflow:hidden;display:block; }
#UR8i7uahGTR3yvgE6Utw934lfboFcsge { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.4375rem;top:12.3125rem;left:30.4375rem;overflow:hidden;display:block; }
#pX9zdXsAbDgCe521G5KkSRhq1fTadgKX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.4375rem;top:12.375rem;left:55.6875rem;overflow:hidden;display:block; }
#F2KOdWhPZv7SOMuMANfsb5U1kCkn02ks { background-color:#fff302;background-image:none;border-top:0.0625rem solid #540f95;border-left:0.0625rem solid #540f95;border-right:0.0625rem solid #540f95;border-bottom:0.0625rem solid #540f95;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#540f95;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20rem;left:30.3125rem;display:block; }
#fzKyzKOhy1CylzcBLQoNNtFOeNaTEZMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container { background-color: transparent; background-image: none; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container > .video-iframe-container { display: none; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row > .video-iframe-container { display: none; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .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); }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container { border-width: 0; border-radius: 0; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row > .video-iframe-container {  }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container { font-size:0.875rem;font-family:lato;height:8.875rem;width:75rem;position:relative;display:block; }#X4tW2UGfveoCPBp85r1egccV25NCoFpy { color:#27262e;display:block;width:75rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { background-color: transparent; background-image: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container > .video-iframe-container { display: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row > .video-iframe-container { display: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .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); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { border-width: 0; border-radius: 0; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row > .video-iframe-container {  }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { font-size:0.875rem;font-family:lato;height:23.8125rem;width:75rem;position:relative;display:block; }#ISqcwP85gQvfuLyhC4v4B48LEqANrTuE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.75rem;border-top-right-radius:9.75rem;border-bottom-left-radius:9.75rem;border-bottom-right-radius:9.75rem;height:16.875rem;width:18.4375rem;top:3.5rem;left:2.5rem;display:block; }
#pfLs9OvssKDDCU8LTcfswvmEPGUcAbiT { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:4rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKGUwUl925y7XZKpMhyAdOUzKU71Q1nb { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:9rem;left:4.5625rem;height:8.49609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCiFN8fawQ0Od0tfmNGvNgZNG1DlILRr { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.875rem;border-top-right-radius:9.875rem;border-bottom-left-radius:9.875rem;border-bottom-right-radius:9.875rem;height:16.875rem;width:18.4375rem;top:3.5rem;left:28.3125rem;display:block; }
#EFod5wT1vAXMKGCHxyZo1SKuTvhVTann { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(top, #9affd7, #ffff33);background-image: -moz-linear-gradient(top, #9affd7, #ffff33);background-image: -ms-linear-gradient(top, #9affd7, #ffff33);background-image: -o-linear-gradient(top, #9affd7, #ffff33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9affd7', endColorstr='#ffff33' );";background-image: linear-gradient(to bottom, #9affd7, #ffff33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.875rem;border-top-right-radius:9.875rem;border-bottom-left-radius:9.875rem;border-bottom-right-radius:9.875rem;height:16.875rem;width:18.4375rem;top:3.46875rem;left:54.0625rem;display:block; }
#OZT19EANAA8AezJVWJwld3xHIZE56pwP { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.34375rem;left:30rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3dVPInKZ55c4ygG86BeE43rms4p1600 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.1875rem;left:30.1875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGPU3NeW6ZyipOukXX1fghwUzl5C5BXS { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.28125rem;left:55.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJTT6vBd9AB8TV9Ay6Pq8OQWRec4TXFm { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:10.811462402344rem;left:56rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0bzyah57/Splash_izq.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.adaptive-delivery-prevent-bg, #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.lazyload, #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.lazyloading { background-image: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { background-color: transparent; background-image: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container > .video-iframe-container { display: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row > .video-iframe-container { display: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .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); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { border-width: 0; border-radius: 0; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row > .video-iframe-container {  }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { font-size:0.875rem;font-family:lato;height:32.125rem;width:75rem;position:relative;display:block; }#dZloSdgoQ51Qb8w8I6Txrn10P5adggQf { color:#27262e;display:block;width:21.5625rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.875rem;left:38.375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdvATS3ZBFrHKeC1ZpLp8hNnGTfGozce { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.25rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:12.125rem;left:38.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RL01vwuwdGwvAeVcihqkfhBXlCpFuKak { position:absolute;display:block;z-index:15009;background-color:#5115b0;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;height:0.125rem;width:27.0625rem;top:10.875rem;left:38.375rem;display:block; }
#mrDu1nTpvvzJFtMy8IGESUiqirNa60TE { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:14.5rem;left:38.375rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMNNTH1AXwQS3iWPgx7B2KiU9XVhzDxA { color:#ffffff;display:block;width:27rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:17.8125rem;left:38.375rem;height:14.34375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WpMnIorgrTAsh0BbM6TvO4SbvGcZwuo4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.125rem;width:23.25rem;top:4.875rem;left:11.625rem;overflow:hidden;display:block; }
#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container { background-color: transparent; background-image: none; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container > .video-iframe-container { display: none; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row > .video-iframe-container { display: none; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .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); }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container { border-width: 0; border-radius: 0; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row > .video-iframe-container {  }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container { font-size:0.875rem;font-family:lato;height:5.9375rem;width:75rem;position:relative;display:block; }#DdrARfUVoSz2q4w62Uh0wBELuT8cQBE2 { color:#27262e;display:block;width:75rem;position:absolute;font-family:"gotham narrow";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSTWt2SFPq28oTPXGz7rTQuArDHFav3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.5624723434448rem;left:55.4375rem; }
#Wq1Xb93VmWzJD4rd3tzT0LG1UJ1Fz4He { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:1.4062223434448rem;left:16.1875rem; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9P5dace8/azul_ma_s_fuerte.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ.adaptive-delivery-prevent-bg, #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ.lazyload, #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ.lazyloading { background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container {  }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:lato;height:24.6875rem;width:75rem;position:relative;display:block; }#xkw7evuNZTafugPm76nLD11vUb4DTLZM { position:absolute;display:block;z-index:15000;background-color:#5115b0;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;height:16.375rem;width:0.125rem;top:3.03125rem;left:17.5rem;display:block; }
#zLTKM9lbIsIw3aLBPPMrQNkxqx3g7t2r { box-sizing:content-box;color:#5115b0;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:15005;top:15.955207824707rem;left:14.25rem;display:block; }
#kuvdw6W7rQPTdDfp8iMUC2SJudaR5w8G { box-sizing:content-box;color:#5115b0;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:15001;top:1.8125rem;left:15.6875rem;display:none; }
#RGKmz81ywv9T8RV3kHkwnJkMbnXi5ywU { box-sizing:content-box;color:#5115b0;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:15001;top:1.8125rem;left:15.6875rem;display:none; }
#Xd9oXwbTogXlJbPSvJMHAPsOyPpXb1M7 { color:#dfdcd6;display:block;width:13.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:2.25rem;left:3.1916675567627rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2HwvZOVvlaTSDfltokItvuVA7T9wrdt { color:#dfdcd6;display:block;width:14.375rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.954166412354rem;left:18.441667556762rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNCfHw31iNnuWZ3mDuHy9JUWT3KwrdPr { color:#dfdcd6;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:4rem;left:4.4375rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJ7XkWSSDHZGw9BOrrRfPxdcrx9e0pGO { color:#dfdcd6;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.1729164123538rem;left:20.750001907349rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFnNFkAC0a2TQA9RP1Ck1ZCaqqPuZzzm { box-sizing:content-box;color:#5115b0;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:15001;top:1.8125rem;left:15.6875rem;display:none; }
#K81ct5Pz4uZU559vTJvaLT9Z9M7Ei80q { color:#dfdcd6;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:17.691666603088rem;left:4.9375rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZSOCMQGkeDKCWPFklv2kxAghHozsXKa { color:#dfdcd6;display:block;width:13.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:16.125000953674rem;left:3.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugzDtBKATM92W704sSd1P0q70Ct0m5x1 { box-sizing:content-box;color:#5115b0;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:15013;top:7.4385509490969rem;left:15.5rem;display:block; }
#XOSXFShs8m4B1BJKRQ0iz8RWXOmHMd2e { box-sizing:content-box;color:#5115b0;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:15006;top:0.9375rem;left:14.3125rem;display:block; }
#H9GrQlSd5yUbKU89kx7KokGVR68Mxa3P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.472917556762rem;left:19.5rem;height:4.3857375rem;text-align:center;text-align-last:center;display:block; }
#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/amUf534K/splash_fondo_centro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5.adaptive-delivery-prevent-bg, #Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5.lazyload, #Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5.lazyloading { background-image: none; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container { background-color: transparent; background-image: none; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container > .video-iframe-container { display: none; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row > .video-iframe-container { display: none; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .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); }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container { border-width: 0; border-radius: 0; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row > .video-iframe-container {  }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container { font-size:0.875rem;font-family:lato;height:35.6875rem;width:75rem;position:relative;display:block; }#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-form-header {  }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:9.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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.5; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container:first-of-type{padding-top:0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container:last-of-type{padding-bottom:0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:8.8125rem;top:5.71875rem;z-index:15000;position:absolute; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ {display:block;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:8.8125rem;top:5.71875rem;z-index:15000;position:absolute; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #yUnX93O1lp914sKo9rFcREdqIvTfZCwL { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #ftu8DioUdaiXJTssyRDhOwJTP180HoCa { position:relative;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cx7mukUmkERmebVw6hsOMupIuqAhKi1a { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #EUWcDorB8FOXAt6pUKxZc9WZ70FhZNgA { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #DO0KCnZeFcQgCvEimFyhRcErbEmRfbGq { position:relative;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #JV29XS3hyQ0m2dLQ2ntlKN8PGJpNqmse { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #hnyE3it23yWxxk9fXlK47uGFktgPKRki { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #LWWsUcQi7gqQcMqPUe3yILTaV0TGOeoc { position:relative;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #WudTWSGbcasmmLHRl6xSus2AI4CwJQQq { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #fWqpJHOJKB8tw1ufBRKnGqzJBc1K16D2 { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #UIdt8vNE5xhlHv37oGVLIOCJaRUdEX35 { position:relative;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #PhssB6IH2xyBdNmmpNUgX9d8s03LLEnT { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #tvTziuJTKgsyJokzvPpiUx6MMT5cTdtH { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cW4oS5dIiglVVEN0WatUbWgyk7gg2ui9 { position:relative;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #E4yxWiT5WDfaBh1taXRUBv59uDImNhT9 { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #e0x1iu6LeyfzVnCoTV89WVn0RTrNSbwL { position:relative; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #XnQFoth9sMovy8wiWi2e8Q6wtHfN5lpu { position:relative; }
#QzAlVGpDKn6Jz1SmnHiKwzxHvJXiUAdg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #5115b0;border-left:0.125rem solid #5115b0;border-right:0.125rem solid #5115b0;border-bottom:0.125rem solid #5115b0;height:23.4375rem;width:23.4375rem;top:6.125rem;left:44.5rem;display:block; }
#GkaCEGuTv46aayZOWyAJO5zq9tpwiD4J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:10.5rem;top:7.9375rem;left:51rem;overflow:hidden;display:block; }
#UsUqBrNOBe3GU8Rd2GPL54d2k2y0e2rd { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:18.3125rem;left:45.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQQbr4DUG37Jrgkzr1zzqDufIbskcNFX { background-color:#5115b0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24rem;left:48.5rem;display:block; }
#neTbm38ySPcwFKhaqFyPFOk6qVd9Z431 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:11.125rem;height:2.9375rem;top:33.75rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 1199px) { #yfSzxwQ2ZH0IqRSW4vK861NmreWGtbcr { width:10rem;height:2.9375rem;top:33.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKdiKSDm37R3PKg0upGZCDcM6iJVJWJB { display:block; }
 }@media only screen and (max-width: 1199px) { #qgdFsRAVhBltERxnQP8rGQoMlleM3l0J { width:24.75rem;height:14.8125rem;top:26.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrvPmEb7DhtytRdytrpikQdvmh0JWiMN { width:22.125rem;height:5.3984375rem;top:28.4375rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9q2QhAslpF0kQS2uaSQoVAFPbxHdDaS { width:25.3125rem;height:25.3125rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0zJmVeUwPO9hc9VcTu7QrfRXApp7M4H { width:8.3125rem;height:3rem;top:37.625rem;left:31.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:27rem;height:28.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:15.5rem;height:3.4375rem;top:3.3125rem;left:28.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNR75xKwboEs4QL7pFtSIpVAuVn3y6PM { width:14.8125rem;height:3.3681625rem;top:8.443359375rem;left:28.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSeZldoSGZoP1eUJ3lICrg4tqgpgAhK5 { width:14.8125rem;height:2.1308625rem;top:6.5rem;left:28.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZD92G8X0sM5c8NJ9ivuda9hwcFOlyI8I { width:20.5rem;height:17.9883125rem;top:12.25rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBh6qILW1qoPL7lmfTzG6gt6pTcMnK6N { width:13.375rem;height:2.9375rem;top:31.5rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAUiolz8tUs5od7UBCZorFnpP8IeOuM2 { display:block; }
 }@media only screen and (max-width: 1199px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qs9hwo9ZfMig9RXJrMOksB2MJbR3v6DU { width:47.75rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxpP2xfwWxUtTMoRZFiDftEuKhqRvBV6 { width:20.5rem;height:7.1953125rem;top:12.25rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxcrtG8zgTmVD4GTrO0TfOsHJ9O4BTG8 { width:11.125rem;height:2.9375rem;top:33.75rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRcrewC0e14S1qPS5kPQT73rQ2cd7g46 { display:block; }
 }@media only screen and (max-width: 1199px) { #Rxho45bBdq1dqV1IaXhTLpKzuKsAToZh { width:47.75rem;height:1.59375rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KifV4XfM7JUGN4QS6DVos80ebA5grZcD { width:3.125rem;height:3.125rem;top:13.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOtGfrLiMyLccK8M6baugLiichFSoMeh { width:47.75rem;height:3.1875rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN { display:block; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dsCR2r5AobVzxq0zPVP2bPcustCe7Atc { width:13.9375rem;height:13.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBrTzvEqNukK4hUhppuLGSoeDvBTX3Tv { width:12.5rem;height:12.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Js5Xf66UKqxI05fVqDzRtgKQSglNhuI6 { width:12rem;height:2rem;top:8.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKdSZV71B0JBdQTm3kDvngcJMr5DU9ab { width:12rem;height:2rem;top:8.375rem;left:11.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stVBqiZ5SVMQhhNRKkWkaDUeIIAgiw6y { width:12rem;height:2rem;top:8.375rem;left:23.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdRIFkEMxXADteC8082i9ftG7648rqTn { width:12rem;height:2rem;top:8.375rem;left:35.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vd3g6fQ6FUERuADrKrUhuZsnghAHdPRx { width:12.5rem;height:12.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMTbfc46gOxMXkJLdrIaAdSZtgwZPo7R { width:13.9375rem;height:13.9375rem;top:2.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gv6MEmyVCBf5mLWK1e2KTyyPFmelohMI { width:12.5rem;height:12.6875rem;top:3.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbQH5RT6bQQScwlDOOZ5D4b9Kzu4knvJ { width:12.5rem;height:12.6875rem;top:3.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBVe3f7LRM13e9Kqe6IWZ4dgh4Z0LwFD { width:13.9375rem;height:13.9375rem;top:2.4375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AshWkdvhlawD0xyS6fvVTC3nwXZkIGOa { width:12.5rem;height:12.6875rem;top:3.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQGTlWxbn34AmHOsx9RxDKct3E5pdTwK { width:12.5rem;height:12.6875rem;top:3.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alQAFkp98tUbqlC27PAAugue0E6mSMOR { width:13.9375rem;height:13.9375rem;top:2.4375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbJbLADzC6Mv8Xlew5lRbTAmcENdgp7D { width:12.5rem;height:12.6875rem;top:3.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvsiiSKSKwcpdTBa7tAo2RnrqlEPFDsk { width:12.5rem;height:12.6875rem;top:3.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:14.9375rem;height:2.5rem;top:6.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:13.5625rem;height:5.0625rem;top:12.6875rem;left:0.375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #pnpRZz7569HHy4TekL8F3t1o5XSJivEy { width:18.4375rem;height:16.875rem;top:3.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGpIWiWQ56TBoOOl4ZFqmzzdJrVHhtoV { width:18.4375rem;height:16.875rem;top:3.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZmL1b4tCWOTZzP5UVdDnJKkQ6pGs6pM { width:14.9375rem;height:2.625rem;top:8.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZRkvIfpNvuutxED1AzMs3SvTefr57rk { width:14.9375rem;height:4.125rem;top:6.75rem;left:15.96875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnzDLXqXXOH9Ho9cRb05EgkNlvhd6bGT { width:14.5625rem;height:5.09765625rem;top:12.75rem;left:15.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqgzB2i21MTxveTQ156EgUh8TVZiNOut { width:14.9375rem;height:4.125rem;top:6.75rem;left:32.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGS7rT8uqPekAqPIshiTuQKVLrbnPTss { width:17.5625rem;height:5.0625rem;top:12.6875rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok { display:block; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container { width:47.75rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCI0ysv4hzzHCAqdk1JW02IuUaVko7v6 { width:47.75rem;height:26.759895833333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihpNQPLVFCIhm1ofyWWiIw67IqXnQdxe { width:47.75rem;height:1.59375rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJHv15HVvlI34L88d7It5e4qEqe9kXTU { display:block; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ioE8dUGgESwCNPe78ZUvCKM87h2rkeME { width:47.75rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:28.75rem;height:20.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:31.5625rem;height:15.625rem;top:4.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:18rem;height:7.03125rem;top:8.5rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:3.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2whUIPolx2OsS1qXOn6IlhJ7I8JapxS { width:17.9375rem;height:1.3125rem;top:17.5rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:6.859375rem;top:3.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.29980625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.29980625rem;top:12.3125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.29980625rem;top:12.3125rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:15.5625rem;height:15rem;top:0.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:8.4375rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:15.375rem;height:15rem;top:0.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:8.4375rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tn0uXJTipm1B7lnaMTPAvpqyWs6f39GZ { width:5.4375rem;height:5.4375rem;top:12.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UR8i7uahGTR3yvgE6Utw934lfboFcsge { width:5.4375rem;height:5.4375rem;top:12.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pX9zdXsAbDgCe521G5KkSRhq1fTadgKX { width:5.4375rem;height:5.4375rem;top:12.375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2KOdWhPZv7SOMuMANfsb5U1kCkn02ks { width:14.375rem;height:2.9375rem;top:20rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzKyzKOhy1CylzcBLQoNNtFOeNaTEZMp { display:block; }
 }@media only screen and (max-width: 1199px) { #TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag { display:block; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X4tW2UGfveoCPBp85r1egccV25NCoFpy { width:47.75rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz { display:block; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ISqcwP85gQvfuLyhC4v4B48LEqANrTuE { width:18.4375rem;height:16.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfLs9OvssKDDCU8LTcfswvmEPGUcAbiT { width:15.375rem;height:2.5996125rem;top:5.875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKGUwUl925y7XZKpMhyAdOUzKU71Q1nb { width:14.3125rem;height:8.55859375rem;top:9rem;left:1.375rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #CCiFN8fawQ0Od0tfmNGvNgZNG1DlILRr { width:18.4375rem;height:16.875rem;top:3.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFod5wT1vAXMKGCHxyZo1SKuTvhVTann { width:18.4375rem;height:16.875rem;top:3.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZT19EANAA8AezJVWJwld3xHIZE56pwP { width:14.9375rem;height:2.0625rem;top:6.3125rem;left:15.84375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3dVPInKZ55c4ygG86BeE43rms4p1600 { width:14.5625rem;height:8.496125rem;top:9.1875rem;left:15.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGPU3NeW6ZyipOukXX1fghwUzl5C5BXS { width:14.9375rem;height:2.0625rem;top:6.25rem;left:31.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJTT6vBd9AB8TV9Ay6Pq8OQWRec4TXFm { width:14.5625rem;height:8.49609375rem;top:9.25rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR { display:block; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dZloSdgoQ51Qb8w8I6Txrn10P5adggQf { width:21.5625rem;height:2rem;top:4.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdvATS3ZBFrHKeC1ZpLp8hNnGTfGozce { width:14.9375rem;height:2.25rem;top:10.3125rem;left:24.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RL01vwuwdGwvAeVcihqkfhBXlCpFuKak { width:27.0625rem;height:0.125rem;top:9.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrDu1nTpvvzJFtMy8IGESUiqirNa60TE { width:14.9375rem;height:2.3359375rem;top:12.6875rem;left:24.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMNNTH1AXwQS3iWPgx7B2KiU9XVhzDxA { width:23.1875rem;height:15.9375rem;top:15.8125rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpMnIorgrTAsh0BbM6TvO4SbvGcZwuo4 { width:23.25rem;height:27.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk { display:block; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DdrARfUVoSz2q4w62Uh0wBELuT8cQBE2 { width:47.75rem;height:3rem;top:1.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSTWt2SFPq28oTPXGz7rTQuArDHFav3n { width:3.125rem;height:3.125rem;top:1.5rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq1Xb93VmWzJD4rd3tzT0LG1UJ1Fz4He { width:3.125rem;height:3.125rem;top:1.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xkw7evuNZTafugPm76nLD11vUb4DTLZM { width:0.125rem;height:16.375rem;top:3rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLTKM9lbIsIw3aLBPPMrQNkxqx3g7t2r { width:5.25rem;height:5.25rem;top:15.9375rem;left:7.4375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kuvdw6W7rQPTdDfp8iMUC2SJudaR5w8G { width:5.25rem;height:;top:0rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RGKmz81ywv9T8RV3kHkwnJkMbnXi5ywU { width:5.25rem;height:;top:0rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xd9oXwbTogXlJbPSvJMHAPsOyPpXb1M7 { width:13.3125rem;height:2.0625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2HwvZOVvlaTSDfltokItvuVA7T9wrdt { width:12.375rem;height:1.5rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNCfHw31iNnuWZ3mDuHy9JUWT3KwrdPr { width:12rem;height:1.78125rem;top:14.75rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJ7XkWSSDHZGw9BOrrRfPxdcrx9e0pGO { width:12rem;height:1.78125rem;top:14.75rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFnNFkAC0a2TQA9RP1Ck1ZCaqqPuZzzm { width:5.25rem;height:;top:0rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K81ct5Pz4uZU559vTJvaLT9Z9M7Ei80q { width:12rem;height:1.78125rem;top:14.75rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZSOCMQGkeDKCWPFklv2kxAghHozsXKa { width:13.3125rem;height:2.0625rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugzDtBKATM92W704sSd1P0q70Ct0m5x1 { width:5.25rem;height:5.25rem;top:7.4375rem;left:8.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOSXFShs8m4B1BJKRQ0iz8RWXOmHMd2e { width:5.25rem;height:5.25rem;top:0.9375rem;left:7.5rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9GrQlSd5yUbKU89kx7KokGVR68Mxa3P { width:12.5rem;height:4.375rem;top:19.4375rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 { display:block; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ  { width:15rem;height:auto;top:5.6875rem;left:2.03125rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ {display:block;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ { width:15rem;height:auto;top:5.6875rem;left:2.03125rem; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #yUnX93O1lp914sKo9rFcREdqIvTfZCwL {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #ftu8DioUdaiXJTssyRDhOwJTP180HoCa { display:block; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cx7mukUmkERmebVw6hsOMupIuqAhKi1a {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #EUWcDorB8FOXAt6pUKxZc9WZ70FhZNgA {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #DO0KCnZeFcQgCvEimFyhRcErbEmRfbGq { display:block; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #JV29XS3hyQ0m2dLQ2ntlKN8PGJpNqmse {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #hnyE3it23yWxxk9fXlK47uGFktgPKRki {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #LWWsUcQi7gqQcMqPUe3yILTaV0TGOeoc { display:block; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #WudTWSGbcasmmLHRl6xSus2AI4CwJQQq {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #fWqpJHOJKB8tw1ufBRKnGqzJBc1K16D2 {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #UIdt8vNE5xhlHv37oGVLIOCJaRUdEX35 { display:block; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #PhssB6IH2xyBdNmmpNUgX9d8s03LLEnT {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #tvTziuJTKgsyJokzvPpiUx6MMT5cTdtH {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cW4oS5dIiglVVEN0WatUbWgyk7gg2ui9 { display:block; }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #E4yxWiT5WDfaBh1taXRUBv59uDImNhT9 {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #e0x1iu6LeyfzVnCoTV89WVn0RTrNSbwL {  }
 }@media only screen and (max-width: 1199px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #XnQFoth9sMovy8wiWi2e8Q6wtHfN5lpu {  }
 }@media only screen and (max-width: 1199px) { #QzAlVGpDKn6Jz1SmnHiKwzxHvJXiUAdg { width:23.4375rem;height:23.4375rem;top:6.125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkaCEGuTv46aayZOWyAJO5zq9tpwiD4J { width:10.5rem;height:9.4375rem;top:7.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsUqBrNOBe3GU8Rd2GPL54d2k2y0e2rd { width:20.8125rem;height:4.5rem;top:18.3125rem;left:25.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQQbr4DUG37Jrgkzr1zzqDufIbskcNFX { width:15.5rem;height:2.9375rem;top:24rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neTbm38ySPcwFKhaqFyPFOk6qVd9Z431 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ceWWGfc2/Disen_o_sin_ti_tulo_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:7.9375rem;height:2.625rem;top:31.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #yfSzxwQ2ZH0IqRSW4vK861NmreWGtbcr { width:7.1875rem;height:2.5625rem;top:31.4375rem;left:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKdiKSDm37R3PKg0upGZCDcM6iJVJWJB { display:block; }
 }@media only screen and (max-width: 763px) { #qgdFsRAVhBltERxnQP8rGQoMlleM3l0J { width:17.125rem;height:11.1875rem;top:23.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrvPmEb7DhtytRdytrpikQdvmh0JWiMN { width:15rem;height:6.3720625rem;top:24.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9q2QhAslpF0kQS2uaSQoVAFPbxHdDaS { width:20rem;height:20rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0zJmVeUwPO9hc9VcTu7QrfRXApp7M4H { width:8.0625rem;height:2.875rem;top:35.25rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:19.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:3.4375rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNR75xKwboEs4QL7pFtSIpVAuVn3y6PM { width:20rem;height:3.36875rem;top:26.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSeZldoSGZoP1eUJ3lICrg4tqgpgAhK5 { width:20rem;height:2.13125rem;top:25.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD92G8X0sM5c8NJ9ivuda9hwcFOlyI8I { width:18.6875rem;height:22.9394125rem;top:31.5rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBh6qILW1qoPL7lmfTzG6gt6pTcMnK6N { width:13.375rem;height:2.9375rem;top:55.25rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUiolz8tUs5od7UBCZorFnpP8IeOuM2 { display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qs9hwo9ZfMig9RXJrMOksB2MJbR3v6DU { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpP2xfwWxUtTMoRZFiDftEuKhqRvBV6 { width:17.0625rem;height:8.920875rem;top:6.44921875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxcrtG8zgTmVD4GTrO0TfOsHJ9O4BTG8 { width:14.1875rem;height:3.625rem;top:25.94921875rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcrewC0e14S1qPS5kPQT73rQ2cd7g46 { display:block; }
 }@media only screen and (max-width: 763px) { #Rxho45bBdq1dqV1IaXhTLpKzuKsAToZh { width:13.5rem;height:1.21875rem;top:18.783203125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KifV4XfM7JUGN4QS6DVos80ebA5grZcD { width:3.125rem;height:3.125rem;top:17.830078125rem;left:2.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOtGfrLiMyLccK8M6baugLiichFSoMeh { width:13.875rem;height:2.4375rem;top:21.376953125rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN { display:block; }#hTcizxNaIcRHirQ1LT4eu7NfraA4tBIN > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsCR2r5AobVzxq0zPVP2bPcustCe7Atc { width:11.875rem;height:11.875rem;top:1.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBrTzvEqNukK4hUhppuLGSoeDvBTX3Tv { width:10.125rem;height:10.25rem;top:2.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js5Xf66UKqxI05fVqDzRtgKQSglNhuI6 { width:12rem;height:2.03125rem;top:6.875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKdSZV71B0JBdQTm3kDvngcJMr5DU9ab { width:12rem;height:2.03125rem;top:19.625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVBqiZ5SVMQhhNRKkWkaDUeIIAgiw6y { width:12rem;height:2.03125rem;top:32.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdRIFkEMxXADteC8082i9ftG7648rqTn { width:12rem;height:2.03125rem;top:44.8125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3g6fQ6FUERuADrKrUhuZsnghAHdPRx { width:10.1875rem;height:10.3125rem;top:2.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTbfc46gOxMXkJLdrIaAdSZtgwZPo7R { width:11.875rem;height:11.875rem;top:14.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv6MEmyVCBf5mLWK1e2KTyyPFmelohMI { width:10.1875rem;height:10.3125rem;top:15.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQH5RT6bQQScwlDOOZ5D4b9Kzu4knvJ { width:10.1875rem;height:10.3125rem;top:15.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBVe3f7LRM13e9Kqe6IWZ4dgh4Z0LwFD { width:11.875rem;height:11.875rem;top:27.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AshWkdvhlawD0xyS6fvVTC3nwXZkIGOa { width:10.1875rem;height:10.3125rem;top:28.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGTlWxbn34AmHOsx9RxDKct3E5pdTwK { width:10.1875rem;height:10.3125rem;top:28.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQAFkp98tUbqlC27PAAugue0E6mSMOR { width:11.875rem;height:11.875rem;top:39.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJbLADzC6Mv8Xlew5lRbTAmcENdgp7D { width:10.1875rem;height:10.3125rem;top:40.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvsiiSKSKwcpdTBa7tAo2RnrqlEPFDsk { width:10.1875rem;height:10.3125rem;top:40.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:13.5625rem;top:0.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:2.4375rem;top:2.15625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:5.09765625rem;top:7.3125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnpRZz7569HHy4TekL8F3t1o5XSJivEy { width:18.4375rem;height:13.8125rem;top:14.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpIWiWQ56TBoOOl4ZFqmzzdJrVHhtoV { width:18.4375rem;height:14.75rem;top:29.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmL1b4tCWOTZzP5UVdDnJKkQ6pGs6pM { width:14.9375rem;height:2.6rem;top:3.96875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZRkvIfpNvuutxED1AzMs3SvTefr57rk { width:14.9375rem;height:4rem;top:17.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnzDLXqXXOH9Ho9cRb05EgkNlvhd6bGT { width:14.5625rem;height:5.09765625rem;top:22.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqgzB2i21MTxveTQ156EgUh8TVZiNOut { width:14.9375rem;height:4rem;top:32.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGS7rT8uqPekAqPIshiTuQKVLrbnPTss { width:17.5625rem;height:5.09765625rem;top:37.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok { display:block; }#nGV2vppNfXXcFweOcT0wsfUZJTRSn5Ok > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCI0ysv4hzzHCAqdk1JW02IuUaVko7v6 { height:11.208333333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihpNQPLVFCIhm1ofyWWiIw67IqXnQdxe { width:20rem;height:3.65625rem;top:13.708rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LJHv15HVvlI34L88d7It5e4qEqe9kXTU { display:block; }#LJHv15HVvlI34L88d7It5e4qEqe9kXTU > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioE8dUGgESwCNPe78ZUvCKM87h2rkeME { width:20rem;height:2.7625rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:20rem;height:14rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:14.8125rem;top:15.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.75rem;height:7.03125rem;top:19.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:14rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2whUIPolx2OsS1qXOn6IlhJ7I8JapxS { width:18.3125rem;height:1.3125rem;top:27.4375rem;left:0rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:13.5625rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:16rem;height:5.09765625rem;top:2.1875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.3rem;top:9.3125rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.3rem;top:29.6875rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.3rem;top:48.75rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15.375rem;top:38.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:15.75rem;height:8.49609375rem;top:20.625rem;left:2.25rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:14.8125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:15.5rem;height:6.796875rem;top:40.875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tn0uXJTipm1B7lnaMTPAvpqyWs6f39GZ { width:5.4375rem;height:5.4375rem;top:11.8125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR8i7uahGTR3yvgE6Utw934lfboFcsge { width:5.4375rem;height:5.4375rem;top:31.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9zdXsAbDgCe521G5KkSRhq1fTadgKX { width:5.4375rem;height:5.4375rem;top:51.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2KOdWhPZv7SOMuMANfsb5U1kCkn02ks { width:14.375rem;height:2.9375rem;top:58.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzKyzKOhy1CylzcBLQoNNtFOeNaTEZMp { display:block; }
 }@media only screen and (max-width: 763px) { #TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag { display:block; }#TlhDnceplu6mFkGMu6de4aF4aMEOS0Ag > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4tW2UGfveoCPBp85r1egccV25NCoFpy { width:20rem;height:4.25rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz { background-color:#5115b0;background-image:none;display:block; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { background-color: transparent; background-image: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container > .video-iframe-container { display: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row > .video-iframe-container { display: none; }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .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); }#T0PNBOZwwJpgQ16lDbufndyW3qsXV0oz > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISqcwP85gQvfuLyhC4v4B48LEqANrTuE { width:18.4375rem;height:14.75rem;top:1.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfLs9OvssKDDCU8LTcfswvmEPGUcAbiT { width:13.9375rem;height:2rem;top:3.6875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mKGUwUl925y7XZKpMhyAdOUzKU71Q1nb { width:15.125rem;height:6.49903125rem;top:6.9375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CCiFN8fawQ0Od0tfmNGvNgZNG1DlILRr { width:18.4375rem;height:13.75rem;top:18.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFod5wT1vAXMKGCHxyZo1SKuTvhVTann { width:18.4375rem;height:14.75rem;top:34rem;left:0.8125rem;border-top-left-radius:10.375rem;border-top-right-radius:10.375rem;border-bottom-left-radius:10.375rem;border-bottom-right-radius:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZT19EANAA8AezJVWJwld3xHIZE56pwP { width:14.9375rem;height:2rem;top:20.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3dVPInKZ55c4ygG86BeE43rms4p1600 { width:15.8125rem;height:6.796875rem;top:23.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPU3NeW6ZyipOukXX1fghwUzl5C5BXS { width:14.9375rem;height:2rem;top:35.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTT6vBd9AB8TV9Ay6Pq8OQWRec4TXFm { width:15.75rem;height:3.3984375rem;top:40.500019073486rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0bzyah57/Splash_izq.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.adaptive-delivery-prevent-bg, #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.lazyload, #PQNNHi0hx9dmyAp3b57iC95tds1NxGyR.lazyloading { background-image: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { background-color: transparent; background-image: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container > .video-iframe-container { display: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row > .video-iframe-container { display: none; }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .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); }#PQNNHi0hx9dmyAp3b57iC95tds1NxGyR > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZloSdgoQ51Qb8w8I6Txrn10P5adggQf { width:20rem;height:4.25rem;top:1.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdvATS3ZBFrHKeC1ZpLp8hNnGTfGozce { width:14.9375rem;height:2rem;top:7.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL01vwuwdGwvAeVcihqkfhBXlCpFuKak { width:20rem;height:0.125rem;top:6.2666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrDu1nTpvvzJFtMy8IGESUiqirNa60TE { width:13.5rem;height:2.3359375rem;top:9.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMNNTH1AXwQS3iWPgx7B2KiU9XVhzDxA { width:20rem;height:19.125rem;top:13.8291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpMnIorgrTAsh0BbM6TvO4SbvGcZwuo4 { width:16.125rem;height:18.75rem;top:33.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk { display:block; }#QLMUSzvVzIBcBRLUWFVdPt2GSDLlGiTk > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdrARfUVoSz2q4w62Uh0wBELuT8cQBE2 { width:20rem;height:5.5234375rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTWt2SFPq28oTPXGz7rTQuArDHFav3n { width:3.125rem;height:3.125rem;top:1.8145542144776rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1Xb93VmWzJD4rd3tzT0LG1UJ1Fz4He { width:3.125rem;height:3.125rem;top:1.8125rem;left:16.312500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { background-color:#9affd7;background-image:none;display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkw7evuNZTafugPm76nLD11vUb4DTLZM { width:0.1875rem;height:42.5625rem;top:84.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLTKM9lbIsIw3aLBPPMrQNkxqx3g7t2r { width:5.25rem;height:5.25rem;top:36.375rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuvdw6W7rQPTdDfp8iMUC2SJudaR5w8G { width:5.25rem;height:5.25rem;top:6.875rem;left:7.4375rem;font-size:3.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RGKmz81ywv9T8RV3kHkwnJkMbnXi5ywU { width:5.25rem;height:5.25rem;top:0rem;left:7.375rem;font-size:3.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9oXwbTogXlJbPSvJMHAPsOyPpXb1M7 { width:12.3125rem;height:1.875rem;top:3.4375rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HwvZOVvlaTSDfltokItvuVA7T9wrdt { width:14.375rem;height:1.875rem;top:10.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNCfHw31iNnuWZ3mDuHy9JUWT3KwrdPr { width:12rem;height:1.6875rem;top:4.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ7XkWSSDHZGw9BOrrRfPxdcrx9e0pGO { width:12rem;height:1.6875rem;top:12.125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFnNFkAC0a2TQA9RP1Ck1ZCaqqPuZzzm { width:5.25rem;height:5.25rem;top:14.4375rem;left:7.4375rem;font-size:3.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #K81ct5Pz4uZU559vTJvaLT9Z9M7Ei80q { width:12rem;height:1.6875rem;top:19.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZSOCMQGkeDKCWPFklv2kxAghHozsXKa { width:13.3125rem;height:1.875rem;top:17.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugzDtBKATM92W704sSd1P0q70Ct0m5x1 { width:5.25rem;height:5.25rem;top:7.4375rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOSXFShs8m4B1BJKRQ0iz8RWXOmHMd2e { width:5.25rem;height:5.25rem;top:0.9375rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9GrQlSd5yUbKU89kx7KokGVR68Mxa3P { width:15.3125rem;height:3.89941875rem;top:22.50000203494rem;left:2.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 { display:block; }#Mn0uZJlrlZsB4JmKqptAPXCR7wc3gce5 > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-form-header {  }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:9.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .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.5; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container:first-of-type{padding-top:0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-container:last-of-type{padding-bottom:0;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.25rem;top:22.6875rem;z-index:15002; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ {display:block;}#gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.25rem;top:22.6875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #yUnX93O1lp914sKo9rFcREdqIvTfZCwL {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #ftu8DioUdaiXJTssyRDhOwJTP180HoCa { display:block; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cx7mukUmkERmebVw6hsOMupIuqAhKi1a {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #EUWcDorB8FOXAt6pUKxZc9WZ70FhZNgA {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #DO0KCnZeFcQgCvEimFyhRcErbEmRfbGq { display:block; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #JV29XS3hyQ0m2dLQ2ntlKN8PGJpNqmse {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #hnyE3it23yWxxk9fXlK47uGFktgPKRki {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #LWWsUcQi7gqQcMqPUe3yILTaV0TGOeoc { display:block; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #WudTWSGbcasmmLHRl6xSus2AI4CwJQQq {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #fWqpJHOJKB8tw1ufBRKnGqzJBc1K16D2 {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #UIdt8vNE5xhlHv37oGVLIOCJaRUdEX35 { display:block; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #PhssB6IH2xyBdNmmpNUgX9d8s03LLEnT {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #tvTziuJTKgsyJokzvPpiUx6MMT5cTdtH {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #cW4oS5dIiglVVEN0WatUbWgyk7gg2ui9 { display:block; }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #E4yxWiT5WDfaBh1taXRUBv59uDImNhT9 {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #e0x1iu6LeyfzVnCoTV89WVn0RTrNSbwL {  }
 }@media only screen and (max-width: 763px) { #gDZ3PeHX0hs0ncxOIyfEMACOWnxBVnLJ #XnQFoth9sMovy8wiWi2e8Q6wtHfN5lpu {  }
 }@media only screen and (max-width: 763px) { #QzAlVGpDKn6Jz1SmnHiKwzxHvJXiUAdg { width:19.75rem;height:19.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkaCEGuTv46aayZOWyAJO5zq9tpwiD4J { width:9.5625rem;height:8.5625rem;top:2.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUqBrNOBe3GU8Rd2GPL54d2k2y0e2rd { width:18.0625rem;height:3.82324375rem;top:11.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQQbr4DUG37Jrgkzr1zzqDufIbskcNFX { width:15.5rem;height:2.9375rem;top:16.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neTbm38ySPcwFKhaqFyPFOk6qVd9Z431 { display:block; }
 }