.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#202a44;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ed01bb0-df2d-4ec8-a2c9-6a10a4081c42/Diseosinttulo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { border-width: 0; border-radius: 0; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container { background-color: transparent; background-image: none; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container > .video-iframe-container { display: none; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row > .video-iframe-container { display: none; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .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); }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container { border-width: 0; border-radius: 0; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;overflow:visible;position:relative;display:block; }#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-number { border-top:0.071875rem solid #ffffff;border-left:0.071875rem solid #ffffff;border-right:0.071875rem solid #ffffff;border-bottom:0.071875rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.669375rem;padding-right:0.58rem;padding-bottom:0.669375rem;padding-left:0.58rem;display:block;align-items:center;width:3.48rem;min-width:3.48rem;height:3.593125rem;position:relative;font-family:arial;font-size:2.675625rem;font-weight:700;line-height:57.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4175rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.64rem;height:0.565625rem;position:relative;font-family:arial;font-size:1.003125rem;font-weight:700;line-height:9.05px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.6875rem;height:6.0625rem;padding-top:0.83625rem;padding-right:0.829375rem;padding-bottom:0.83625rem;padding-left:0.829375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.5878907442093rem;left:25.326171875rem;z-index:14998; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #KV5EnM3W5zGrd8cfG7yDlUAamQhuNt5h { display:flex;position:relative;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #CDPSJDdlavKyKZWLxTTTSHi9azZKvZWK { width:auto; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #tuswmouoh4PL6yRAAPU60SoRTeTrwima {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #zO4TD2bmf1rEcZOgDw2hpt80Zn1w6yBw { display:flex;position:relative;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #m3PvqTQpuETCPQqDDT7dNRGvKmpASEp1 {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TJlBfsVNyyTZvh9sQg4gThlRxcHncP7M {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #GIVuU1xn0iUnlveMyx4QSs4pvoEUmvmN { display:flex;position:relative;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #ZybpCts6h8CQPX3Tev78pc1NMNdezpWN {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #waAnLbcPnN4gl2BSCkkahClKxxu2gFRQ {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #DotvrKgw0dFrLRFViBOgnIO8T3f2m4sw { display:flex;position:relative;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TiizrqdRHgR0hpIgmNonoAw6LXuTq9dN {  }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #yaELgREzxFAPi8zNizg8gZGW1zvAEgVy {  }
#sPesma6lhri63bk0GUnTZUgPl0uhrPhx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:2.5800782442093rem;left:17.3125rem;overflow:hidden;display:block; }
#TO3G2oKMTnRHbLfb7lC5kXyxtPbfbFVR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:2.5800782442093rem;left:52.333335876465rem;overflow:hidden;display:block; }
#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { position:relative;display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { background-color: transparent; background-image: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { border-width: 0; border-radius: 0; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#202a44;background-image:none;font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { color:#fffdfd;display:block;width:24.5rem;position:absolute;font-family:"graphik upsa";font-size:3.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:19rem;height:4.875rem;display:block; }
#enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { box-sizing:content-box;height:0.312011875rem;width:28.4375rem;position:absolute;display:block;z-index:15012;background-color:#81acce;background-image:none;top:11.8125rem;left:19rem;display:block; }
#X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { color:#fffdfd;display:block;width:36.249375rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:19rem;height:14.625rem;display:block; }
#nM1ouLoIsZTFF9LHsoF4dRIT7kcTEUT9 { color:#fffdfd;display:block;width:26.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.75rem;left:19rem;height:2.2558625rem;display:block; }
#iGScJvTZMcfNGHMhUa2qN0NHwumd6lnz { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:1.6875rem;left:47rem;overflow:hidden;display:block; }
#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { position:relative;display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { background-color: transparent; background-image: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container > .video-iframe-container { display: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row > .video-iframe-container { display: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .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); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { border-width: 0; border-radius: 0; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#202a44;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kgEcMI91RW4tAbmcqfe7TMukNZthBMv4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.0625rem;width:75rem;top:10.625001907349rem;left:0rem;display:block; }
#VPkchxknyzfEdIJcm6S4zm1HJWWQongm { color:#fffdfd;display:block;width:14.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:2.2558625rem;text-align:left;text-align-last:left;display:block; }
#g5cfd9XABJlcVbMu8DKTHXXl1T9Zbd0K { color:#fffdfd;display:block;width:29.6875rem;position:absolute;font-family:"graphik upsa";font-size:3.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#lUcki1ywL7npn65Z9LSUCRGpT8tx3r6d { box-sizing:content-box;height:0.31184875rem;width:32.5rem;position:absolute;display:block;z-index:15013;background-color:#81acce;background-image:none;top:9.228515625rem;left:0rem;display:block; }
#w9UCeMykQwCiRITzshzf5RxPNRV131Ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { border-width: 0; border-radius: 0; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { font-size:0.875rem;font-family:arial;height:91.8125rem;width:75rem;position:relative;display:block; }#CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { color:#fffdfd;display:block;width:52.25rem;position:absolute;font-family:"graphik upsa";font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.875rem;display:block; }
#eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { box-sizing:content-box;height:0.312011875rem;width:25.625rem;position:absolute;display:block;z-index:15013;background-color:#81acce;background-image:none;top:7rem;left:0rem;display:block; }
#bQ4pxxlVbQ5aEIJ60equoz425N3BEH4y { color:#fffdfd;display:block;width:26.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.125rem;left:0rem;height:2.2558625rem;display:block; }
#SpIzT9xpAsgpnKMbw1yKquAAPEwArorM { color:#fffdfd;display:block;width:18.25rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.125rem;left:54.4375rem;height:2.2558625rem;display:block; }
#FzvPlGozJbVEh54dqx84ThGktyMmVAPB { color:#fffdfd;display:block;width:20.875rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.125rem;left:27.6875rem;height:2.2558625rem;display:block; }
#xkQKepCHtQ23gIity2zDBAUS4Ha7KWkb { color:#fffdfd;display:block;width:23rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:79.625rem;left:0rem;height:2.2558625rem;display:block; }
#egm3ibO87KTfIm5VyO5FbLouxkg1tx5l { color:#fffdfd;display:block;width:21.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.1875rem;left:0rem;height:8.125rem;display:block; }
#GBl1E5otUFeCwQ15ZbSpbdxfcxg2OE3x { color:#fffdfd;display:block;width:20.375rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.187500953674rem;left:54.5625rem;height:9.75rem;display:block; }
#oTL3KQ6Gfmt0PVvP1g9iRxEiAU2DC1rl { color:#fffdfd;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.875rem;left:27.875rem;height:9.75rem;display:block; }
#BA0PiVoTCREvswpSe70SauG2NoOt17RR { color:#fffdfd;display:block;width:21.6875rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:82.375rem;left:0rem;height:8.125rem;display:block; }
#ewUDxXpHrWFykTzeUDVqqzBIfPtufDn1 { color:#fffdfd;display:block;width:74.875rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:4.875rem;display:block; }
#ikGX8iJyfCUiEBmxvMBh603QQ2J86v7T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:16.104166984558rem;left:0rem;overflow:hidden;display:block; }
#nuaJenvHoDiW3V3JFKL3wROb4lRNXApl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:16.104166984558rem;left:26.46875rem;overflow:hidden;display:block; }
#amgsNuTqd2CKMIRCtVwxoV52itdh4dMa { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:16.104166984558rem;left:52.9375rem;overflow:hidden;display:block; }
#v0twQgn45DvV7cyGlhtqBOLbfqmh54t7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:56.75rem;left:0rem;overflow:hidden;display:block; }
#l3yA2GpTI5AfTaFdSV2AomCa0v3ip9p6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:56.75rem;left:26.5rem;overflow:hidden;display:block; }
#BEHGhGIWXrZErUP9sIxLboOAVmSvfi23 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:56.75rem;left:52.9375rem;overflow:hidden;display:block; }
#x1CzhwaODZJtFTMKO8Ex3NvfhrGTUxQQ { color:#fffdfd;display:block;width:18.125rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:79.625rem;left:54.5rem;height:2.2558625rem;display:block; }
#Dyw7EJNcQI0dghsLWwLWQyFrDEkMtycm { color:#fffdfd;display:block;width:19.75rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:82.125rem;left:54.4375rem;height:8.125rem;display:block; }
#GgohKWp76U6Ng14cucZd0K1e41NimQZb { color:#fffdfd;display:block;width:12.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:79.625rem;left:27.875rem;height:2.2558625rem;display:block; }
#SxbDAPQNKmtrgHPw5cvmWlySoGaykeSH { color:#fffdfd;display:block;width:21.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:82.375rem;left:27.875rem;height:8.125rem;display:block; }
#dBxT7ErALggplOnnq7CsbfRTRTHdxR1d { color:#fffdfd;display:block;width:25rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.9375rem;height:9.75rem;display:none; }
#hLqsHIq4IFP2ieDEUgHoxnsfRZNwAdFe { color:#fffdfd;display:block;width:28rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:30.9375rem;height:4.38671875rem;display:none; }
#aX2v5uBXMLFPECkFFpKPtSMaK38tK2tF { color:#fffdfd;display:block;width:20.5625rem;position:absolute;font-family:"graphik upsa";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:53.4375rem;left:54.4375rem;height:0.9746125rem;display:block; }
#tMJnrnwlyTCCrsK119Ab4apxsVk3GJkI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:none; }
#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container { background-color: transparent; background-image: none; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container > .video-iframe-container { display: none; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row > .video-iframe-container { display: none; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .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); }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container { border-width: 0; border-radius: 0; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#oRrcO3HUAMwdQWd2d3Gamk75n2BZR2BD { color:#fffdfd;display:block;width:28rem;position:absolute;font-family:"graphik upsa";font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5rem;left:30.9375rem;height:4.51171875rem;display:block; }
#uKyL5ZHz9sdhSLozbk0X9hTrLyfWlZKz { color:#fffdfd;display:block;width:25rem;position:absolute;font-family:"graphik upsa";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.9375rem;height:9.75rem;display:block; }
#pOTbTPIzwzHAorfslW4vxivVRn0koJi6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:10.5rem;left:53.9375rem;overflow:hidden;display:block; }
#HPewQQBI5KTyJzWx4Ru9zZgktcFczJCf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;background-image:url("https://images.assets-landingi.com/uc/9201460a-3c77-4c94-a148-6aa27ac62c41/Disenosintitulo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm.adaptive-delivery-prevent-bg, #kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm.lazyload, #kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm.lazyloading { background-image: none; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container { background-color: transparent; background-image: none; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container > .video-iframe-container { display: none; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row > .video-iframe-container { display: none; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .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); }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container { border-width: 0; border-radius: 0; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 { position:relative;display:block; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 { background-color: transparent; background-image: none; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container > .video-iframe-container { display: none; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row > .video-iframe-container { display: none; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .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); }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 { border-width: 0; border-radius: 0; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#202a44;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yaXLQQOPlvsLQ0OiKaNDZkGtKGGmFAem { color:#fffdfd;display:block;width:56rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:9.125rem;height:3.9619125rem;text-align:center;text-align-last:center;display:block; }
#WLQiCEuTe1BVLoi9aI8HlyQC2HDb4iM9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:7.25rem;left:34.8125rem;overflow:hidden;display:block; }
#Ah7Za5CPuqCaiAI2VVWlQX7oATTfJswQ { color:#fffdfd;display:block;width:19.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.75rem;left:12.9375rem;height:1.8496125rem;display:block; }
#T44usutGyul0I0LrSVP0PynM1lcX8pJh { color:#fffdfd;display:block;width:5.125rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.75rem;height:1.8496125rem;display:block; }
#qILd5px21iPWDnz6lRQJO22NJXol943a { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:7.25rem;left:7.4375rem;overflow:hidden;display:block; }
#hZC3XSmkX2MTLfXhHKaOObsXm4u5ykWL { background-color:#f1b434;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#202a44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik upsa";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.499375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:13.872396469116rem;left:29.75rem;display:block; }
#QsIZ8H6W1GaeJJ9VC3HC107Ck1RstSks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmPCdRW2ya3kpNALe8pLpUftRzAx4SqT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32rem;left:22.5rem;overflow:hidden;display:none; }
#nFlfG9i6EdWCFcIuIxJvKVbucU4xXcNR { color:#fffdfd;display:block;width:3.875rem;position:absolute;font-family:"graphik upsa";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:32.6875rem;left:25.0625rem;height:1.29948125rem;display:none; }
#reLMkI1atRJ1W6SxGeTvMQm6SLSPo3VT { color:#fffdfd;display:block;width:9.5625rem;position:absolute;font-family:"graphik upsa";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#egr8M69A8bNWCh2fTdRhF1ek2TSlEQ5u { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32rem;left:9.4375rem;overflow:hidden;display:none; }
#hLncBgVQTDeENcB6ttgav3RVUIWDkOBI { color:#fffdfd;display:block;width:14.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.625rem;left:52.625rem;height:3.69921875rem;display:block; }
#X7iGDZONSNOpOWgZ4ctQaOGmX6rDkmK9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.5rem;top:7.5rem;left:48.6875rem;overflow:hidden;display:block; }
#EoNpJhgzWCURR7Rmlg5c3vM8LXD6buH6 { color:#fffdfd;display:block;width:9.5625rem;position:absolute;font-family:"graphik upsa";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#BwHT2DKmhsL58z5twADLTp4eeDDZLX2n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:19.0625rem;left:28.9375rem;overflow:hidden;display:block; }
#e55cFy4qLmuHVpBMk5BGb5PfpRkzgNzx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:11rem;top:20rem;left:40.25rem;overflow:hidden;display:block; }
#tvGyVazcrcVXx6R3GRApnlA284JTsZKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { background-color: transparent; background-image: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .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); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { border-width: 0; border-radius: 0; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#ViXLomJu4snxizDePwQn9AAna5rwvZ1U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:31.4375rem;overflow:hidden;display:block; }
#i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#c5v6W3kBRbGpp0gVX6MSx8N619rceZve { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:39.375rem;overflow:hidden;display:block; }
#KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:42rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM { display:block; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 { width:18.875rem;height:5.28rem;display:flex;top:1.125rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #KV5EnM3W5zGrd8cfG7yDlUAamQhuNt5h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #CDPSJDdlavKyKZWLxTTTSHi9azZKvZWK {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #tuswmouoh4PL6yRAAPU60SoRTeTrwima {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #zO4TD2bmf1rEcZOgDw2hpt80Zn1w6yBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #m3PvqTQpuETCPQqDDT7dNRGvKmpASEp1 {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TJlBfsVNyyTZvh9sQg4gThlRxcHncP7M {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #GIVuU1xn0iUnlveMyx4QSs4pvoEUmvmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #ZybpCts6h8CQPX3Tev78pc1NMNdezpWN {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #waAnLbcPnN4gl2BSCkkahClKxxu2gFRQ {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #DotvrKgw0dFrLRFViBOgnIO8T3f2m4sw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TiizrqdRHgR0hpIgmNonoAw6LXuTq9dN {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #yaELgREzxFAPi8zNizg8gZGW1zvAEgVy {  }
 }@media only screen and (max-width: 763px) { #sPesma6lhri63bk0GUnTZUgPl0uhrPhx { top:2.5625rem;left:3.6875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3G2oKMTnRHbLfb7lC5kXyxtPbfbFVR { top:2.5625rem;left:38.708335876465rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { top:3.875rem;left:0rem;width:24.5rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { top:11.8125rem;left:0rem;width:28.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { top:13.9375rem;left:0rem;width:36.1875rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM1ouLoIsZTFF9LHsoF4dRIT7kcTEUT9 { top:8.75rem;left:0rem;width:26.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGScJvTZMcfNGHMhUa2qN0NHwumd6lnz { top:1.6875rem;left:26.5625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgEcMI91RW4tAbmcqfe7TMukNZthBMv4 { top:10.625rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkchxknyzfEdIJcm6S4zm1HJWWQongm { top:6.3125rem;left:0rem;width:14.5625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5cfd9XABJlcVbMu8DKTHXXl1T9Zbd0K { top:1.5rem;left:0rem;width:29.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcki1ywL7npn65Z9LSUCRGpT8tx3r6d { top:9.1875rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { top:1.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { top:7rem;left:0rem;width:25.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ4pxxlVbQ5aEIJ60equoz425N3BEH4y { top:40.125rem;left:0rem;width:26.5625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIzT9xpAsgpnKMbw1yKquAAPEwArorM { top:40.125rem;left:29.5rem;width:18.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzvPlGozJbVEh54dqx84ThGktyMmVAPB { top:40.125rem;left:14.0625rem;width:20.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQKepCHtQ23gIity2zDBAUS4Ha7KWkb { top:79.625rem;left:0rem;width:23rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egm3ibO87KTfIm5VyO5FbLouxkg1tx5l { top:43.1875rem;left:0rem;width:21.8125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBl1E5otUFeCwQ15ZbSpbdxfcxg2OE3x { top:43.1875rem;left:27.375rem;width:20.375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTL3KQ6Gfmt0PVvP1g9iRxEiAU2DC1rl { top:42.875rem;left:14.25rem;width:22.1875rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0PiVoTCREvswpSe70SauG2NoOt17RR { top:82.375rem;left:0rem;width:21.6875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUDxXpHrWFykTzeUDVqqzBIfPtufDn1 { top:9.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikGX8iJyfCUiEBmxvMBh603QQ2J86v7T { top:16.0625rem;left:0rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuaJenvHoDiW3V3JFKL3wROb4lRNXApl { top:16.0625rem;left:12.84375rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgsNuTqd2CKMIRCtVwxoV52itdh4dMa { top:16.0625rem;left:25.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0twQgn45DvV7cyGlhtqBOLbfqmh54t7 { top:56.75rem;left:0rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3yA2GpTI5AfTaFdSV2AomCa0v3ip9p6 { top:56.75rem;left:12.875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHGhGIWXrZErUP9sIxLboOAVmSvfi23 { top:56.75rem;left:25.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CzhwaODZJtFTMKO8Ex3NvfhrGTUxQQ { top:79.625rem;left:29.625rem;width:18.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw7EJNcQI0dghsLWwLWQyFrDEkMtycm { top:82.125rem;left:28rem;width:19.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgohKWp76U6Ng14cucZd0K1e41NimQZb { top:79.625rem;left:14.25rem;width:12.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxbDAPQNKmtrgHPw5cvmWlySoGaykeSH { top:82.375rem;left:14.25rem;width:21.0625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBxT7ErALggplOnnq7CsbfRTRTHdxR1d { top:7.0625rem;left:17.1875rem;width:25rem;height:9.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLqsHIq4IFP2ieDEUgHoxnsfRZNwAdFe { top:1.875rem;left:17.3125rem;width:28rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX2v5uBXMLFPECkFFpKPtSMaK38tK2tF { top:53.4375rem;left:27.1875rem;width:20.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJnrnwlyTCCrsK119Ab4apxsVk3GJkI { top:2.1875rem;left:0rem;width:28.75rem;height:28.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi { display:block; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRrcO3HUAMwdQWd2d3Gamk75n2BZR2BD { top:5rem;left:17.3125rem;width:28rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKyL5ZHz9sdhSLozbk0X9hTrLyfWlZKz { top:10.1875rem;left:17.3125rem;width:25rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTbTPIzwzHAorfslW4vxivVRn0koJi6 { top:10.5rem;left:26.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPewQQBI5KTyJzWx4Ru9zZgktcFczJCf { top:2.1875rem;left:0rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm { display:block; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 { display:block; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaXLQQOPlvsLQ0OiKaNDZkGtKGGmFAem { top:2.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLQiCEuTe1BVLoi9aI8HlyQC2HDb4iM9 { top:7.25rem;left:21.1875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah7Za5CPuqCaiAI2VVWlQX7oATTfJswQ { top:8.75rem;left:0rem;width:19.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44usutGyul0I0LrSVP0PynM1lcX8pJh { top:8.75rem;left:26.125rem;width:5.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qILd5px21iPWDnz6lRQJO22NJXol943a { top:7.25rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZC3XSmkX2MTLfXhHKaOObsXm4u5ykWL { width:15.4375rem;height:3.4375rem;top:13.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsIZ8H6W1GaeJJ9VC3HC107Ck1RstSks { display:block; }
 }@media only screen and (max-width: 763px) { #gmPCdRW2ya3kpNALe8pLpUftRzAx4SqT { top:32rem;left:15.6875rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFlfG9i6EdWCFcIuIxJvKVbucU4xXcNR { top:6.125rem;left:0rem;width:3.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #reLMkI1atRJ1W6SxGeTvMQm6SLSPo3VT { top:6rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egr8M69A8bNWCh2fTdRhF1ek2TSlEQ5u { top:32rem;left:2.625rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLncBgVQTDeENcB6ttgav3RVUIWDkOBI { top:7.625rem;left:32.8125rem;width:14.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7iGDZONSNOpOWgZ4ctQaOGmX6rDkmK9 { top:7.5rem;left:35.0625rem;width:2.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNpJhgzWCURR7Rmlg5c3vM8LXD6buH6 { top:10.8125rem;left:0rem;width:4.75rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwHT2DKmhsL58z5twADLTp4eeDDZLX2n { top:19.0625rem;left:15.3125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55cFy4qLmuHVpBMk5BGb5PfpRkzgNzx { top:20rem;left:26.625rem;width:11rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXLomJu4snxizDePwQn9AAna5rwvZ1U { top:0.6875rem;left:17.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { top:0.6875rem;left:20.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v6W3kBRbGpp0gVX6MSx8N619rceZve { top:0.6875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { top:0.6875rem;left:25.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { top:0.6875rem;left:28.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ed01bb0-df2d-4ec8-a2c9-6a10a4081c42/Diseosinttulo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM { display:block; }#Ik3JZbh1OSVJFATHlmqbT4VyGeDhobkM > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-number { padding-top:0.385625rem;padding-right:0.338125rem;padding-bottom:0.385625rem;padding-left:0.338125rem;width:2.02625rem;min-width:2.02625rem;height:2.0725rem;font-size:1.5425rem;line-height:33.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.70125rem;height:0.819375rem;font-size:0.578125rem;line-height:13.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 { width:14.5625rem;height:4rem;display:flex;top:0rem;left:1.9778647422791rem;z-index:14998;padding-top:0.744375rem;padding-right:0.74rem;padding-bottom:0.744375rem;padding-left:0.74rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #KV5EnM3W5zGrd8cfG7yDlUAamQhuNt5h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #CDPSJDdlavKyKZWLxTTTSHi9azZKvZWK {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #tuswmouoh4PL6yRAAPU60SoRTeTrwima {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #zO4TD2bmf1rEcZOgDw2hpt80Zn1w6yBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #m3PvqTQpuETCPQqDDT7dNRGvKmpASEp1 {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TJlBfsVNyyTZvh9sQg4gThlRxcHncP7M {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #GIVuU1xn0iUnlveMyx4QSs4pvoEUmvmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #ZybpCts6h8CQPX3Tev78pc1NMNdezpWN {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #waAnLbcPnN4gl2BSCkkahClKxxu2gFRQ {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #DotvrKgw0dFrLRFViBOgnIO8T3f2m4sw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #TiizrqdRHgR0hpIgmNonoAw6LXuTq9dN {  }
 }@media only screen and (max-width: 763px) { #roAlJDkPqw3o2U1iWIm2S3U0UDrKmaM5 #yaELgREzxFAPi8zNizg8gZGW1zvAEgVy {  }
 }@media only screen and (max-width: 763px) { #sPesma6lhri63bk0GUnTZUgPl0uhrPhx { width:2.6875rem;height:2.6875rem;top:0.732421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO3G2oKMTnRHbLfb7lC5kXyxtPbfbFVR { width:2.3125rem;height:2.3125rem;top:1.1490898132324rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { width:15.4375rem;height:3.65625rem;top:1.24951171875rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { width:13.437rem;height:0.1875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { width:19.9995rem;height:15.59765rem;top:10.79736328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nM1ouLoIsZTFF9LHsoF4dRIT7kcTEUT9 { width:19.9995rem;height:3.8984375rem;top:4.90576171875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #iGScJvTZMcfNGHMhUa2qN0NHwumd6lnz { width:4.5625rem;height:4.5625rem;top:0.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgEcMI91RW4tAbmcqfe7TMukNZthBMv4 { height:11.25rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkchxknyzfEdIJcm6S4zm1HJWWQongm { width:19.999375rem;height:2.5rem;top:7.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5cfd9XABJlcVbMu8DKTHXXl1T9Zbd0K { width:19.999375rem;height:6.3125rem;top:1.4375rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lUcki1ywL7npn65Z9LSUCRGpT8tx3r6d { width:20rem;height:0.3125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { background-color:#202a44;background-image:none;display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:20rem;height:241.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { width:16.5625rem;height:3.65625rem;top:2.25rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { width:16.5625rem;height:0.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ4pxxlVbQ5aEIJ60equoz425N3BEH4y { width:19.9995rem;height:2.2558625rem;top:37.9375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SpIzT9xpAsgpnKMbw1yKquAAPEwArorM { width:19.9995rem;height:2.2558625rem;top:68.4375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FzvPlGozJbVEh54dqx84ThGktyMmVAPB { width:19.999375rem;height:4.51171875rem;top:132.875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkQKepCHtQ23gIity2zDBAUS4Ha7KWkb { width:19.9995rem;height:4.51171875rem;top:99.5625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egm3ibO87KTfIm5VyO5FbLouxkg1tx5l { width:19.9995rem;height:6.499rem;top:40.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GBl1E5otUFeCwQ15ZbSpbdxfcxg2OE3x { width:19.9995rem;height:6.499rem;top:71.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTL3KQ6Gfmt0PVvP1g9iRxEiAU2DC1rl { width:19.9995rem;height:6.499rem;top:138rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BA0PiVoTCREvswpSe70SauG2NoOt17RR { width:19.9995rem;height:5.19921875rem;top:104.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewUDxXpHrWFykTzeUDVqqzBIfPtufDn1 { width:19.9995rem;height:9.098625rem;top:8.124511875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikGX8iJyfCUiEBmxvMBh603QQ2J86v7T { width:20rem;height:20rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuaJenvHoDiW3V3JFKL3wROb4lRNXApl { width:20rem;height:20rem;top:112.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgsNuTqd2CKMIRCtVwxoV52itdh4dMa { width:20rem;height:20rem;top:47.875001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0twQgn45DvV7cyGlhtqBOLbfqmh54t7 { width:20rem;height:20rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3yA2GpTI5AfTaFdSV2AomCa0v3ip9p6 { width:20rem;height:20rem;top:146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHGhGIWXrZErUP9sIxLboOAVmSvfi23 { width:20rem;height:20rem;top:175.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CzhwaODZJtFTMKO8Ex3NvfhrGTUxQQ { width:18.125rem;height:2.2558625rem;top:195.9375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw7EJNcQI0dghsLWwLWQyFrDEkMtycm { width:19.75rem;height:5.19921875rem;top:198.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgohKWp76U6Ng14cucZd0K1e41NimQZb { width:12.0625rem;height:2.2558625rem;top:166.75rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxbDAPQNKmtrgHPw5cvmWlySoGaykeSH { width:20rem;height:5.19921875rem;top:169.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBxT7ErALggplOnnq7CsbfRTRTHdxR1d { width:19.875rem;height:7.7988125rem;top:231.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hLqsHIq4IFP2ieDEUgHoxnsfRZNwAdFe { width:20rem;height:4.51171875rem;top:226.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aX2v5uBXMLFPECkFFpKPtSMaK38tK2tF { width:20rem;height:0.9746125rem;top:77.74609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJnrnwlyTCCrsK119Ab4apxsVk3GJkI { width:20rem;height:20rem;top:205.3125rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi { display:none; }#V7G97pSQsDAWaUzTiMvPUerJTAT0SKKi > .row .container { width:20rem;height:183.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oRrcO3HUAMwdQWd2d3Gamk75n2BZR2BD { width:20rem;height:4.38671875rem;top:20.625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uKyL5ZHz9sdhSLozbk0X9hTrLyfWlZKz { width:17rem;height:9.096375rem;top:25.706380844116rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pOTbTPIzwzHAorfslW4vxivVRn0koJi6 { width:13.25rem;height:13.25rem;top:0rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPewQQBI5KTyJzWx4Ru9zZgktcFczJCf { width:20rem;height:20rem;top:178.0104265213rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm { display:block; }#kPQz5GG5UFSaTfHFZZn6aIvbrAv7Qmgm > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 { display:block; }#BtUQbZm59kwoC6cNkkaBLM5Fu14mNgn4 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaXLQQOPlvsLQ0OiKaNDZkGtKGGmFAem { width:20rem;height:2.6001rem;top:1.7499923706055rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLQiCEuTe1BVLoi9aI8HlyQC2HDb4iM9 { width:4.625rem;height:4.625rem;top:22.96485rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ah7Za5CPuqCaiAI2VVWlQX7oATTfJswQ { width:14.5625rem;height:0;top:19.9277375rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T44usutGyul0I0LrSVP0PynM1lcX8pJh { width:9.625rem;height:0;top:28.83985rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qILd5px21iPWDnz6lRQJO22NJXol943a { width:4.625rem;height:4.625rem;top:14.0527375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZC3XSmkX2MTLfXhHKaOObsXm4u5ykWL { width:13.875rem;height:3.4375rem;top:14.189455032349rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsIZ8H6W1GaeJJ9VC3HC107Ck1RstSks { display:block; }
 }@media only screen and (max-width: 763px) { #gmPCdRW2ya3kpNALe8pLpUftRzAx4SqT { width:2.625rem;height:2.625rem;top:5.3125rem;left:10.5625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nFlfG9i6EdWCFcIuIxJvKVbucU4xXcNR { width:3.875rem;height:1.13736875rem;top:6.125rem;left:13.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15029;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #reLMkI1atRJ1W6SxGeTvMQm6SLSPo3VT { width:4.75rem;height:1.13769375rem;top:6rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #egr8M69A8bNWCh2fTdRhF1ek2TSlEQ5u { width:2.625rem;height:2.625rem;top:5.25rem;left:2.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #hLncBgVQTDeENcB6ttgav3RVUIWDkOBI { width:14.9375rem;height:auto;top:7.625rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X7iGDZONSNOpOWgZ4ctQaOGmX6rDkmK9 { width:1.625rem;height:2.625rem;top:9.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNpJhgzWCURR7Rmlg5c3vM8LXD6buH6 { width:6.6875rem;height:3.41015625rem;top:8.9375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #BwHT2DKmhsL58z5twADLTp4eeDDZLX2n { width:6.1875rem;height:6.1875rem;top:18.876953125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55cFy4qLmuHVpBMk5BGb5PfpRkzgNzx { width:11rem;height:4.3125rem;top:26.314453125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXLomJu4snxizDePwQn9AAna5rwvZ1U { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { width:1.5625rem;height:1.5625rem;top:0.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v6W3kBRbGpp0gVX6MSx8N619rceZve { width:1.5625rem;height:1.5625rem;top:0.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { width:1.5625rem;height:1.5625rem;top:0.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { width:1.5625rem;height:1.5625rem;top:0.75rem;left:13.9375rem;display:block; }
 }