.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,230,240;--color-primary-1:129,171,207;--color-primary-2:2,86,158;--color-primary-3:1,43,79;--color-primary-4:0,13,24;--color-secondary-0:217,243,253;--color-secondary-1:128,214,247;--color-secondary-2:0,173,239;--color-secondary-3:0,87,120;--color-secondary-4:0,26,36;--color-tertiary-0:255,255,255;--color-tertiary-1:234,245,249;--color-tertiary-2:186,220,234;--color-tertiary-3:93,110,117;--color-tertiary-4:19,22,23;--headlines-font-family:"raleway";--paragraphs-font-family:"raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .row > .video-iframe-container { display: none; }#H1VPSrbGykZkld5TnGZGV9ohETz0ngTw > .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); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { background-color: transparent; background-image: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .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); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { border-width: 0; border-radius: 0; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#J0NJ0tPkiI9PW7tpvXeqwOPmIEECk032 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26.75rem;display:block; }
#nyVLwtnfgfsqCLrz5mu3NdT31ypyhPmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DX7TTdcDVVsGUqSslKpl5h2q5ZumaFR4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:41.625rem;display:block; }
#yccc0fcD5kdJkuFUcgBSwr5TZf08EtOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNIT3GcWr0WM9LyZTsKhcQ4mJPcvT2Ud { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#cV4Dh6LfeOeZVweQRUM7tlVpXzEzWxfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mARxrBMtcsP9ULUl5zat0U2TxmfykFl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:34.25rem;display:block; }
#y3T7p2FQes9uudwVI6HwU8dhC65MqHZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrpPs7wd83VZLOvuwoWymyhm0lhIhZfO { position:absolute;display:block;z-index:15006;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.75rem;width:11.625rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#eQx32cwHF9fhSsvd7D7EM51BJTJO9vB9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:19rem;display:block; }
#oVApbANrHbfIuc7PoaBKaf4m9XnLwRrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e8dd42f-0044-4afb-9f53-b3c975b9e148/noraquapoolbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.adaptive-delivery-prevent-bg, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyload, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyloading { background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { background-color: transparent; background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .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); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { border-width: 0; border-radius: 0; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:60rem;height:44.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ahki2b48vXvpz74enrFxZGUpPdGQIivX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:18.5625rem;top:15.125rem;left:0rem;display:block; }
#DD2sVeyFu8vbACvvyTpiCxqrRyVUag8R { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:18.5625rem;top:17.75rem;left:0rem;display:block; }
#hAh735TtwhCcP9HJyStvTJMuaX1VZBHU { color:rgba(var(--color-primary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.23046875rem;left:0rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.01171875rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yT7gwxqyzppGXUB5H0QLt0kqEFFEDbvh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#DNQ6Rk5vWmbNEzNpXmtWQvkMLl551pVh { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.75rem;left:0rem;display:block; }
#v1LifXtZXqGTkmgEbdnhIvNcfE80lbOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAcCKZPPkKccCeJsvXcy2hlwHthpsyEW { position:absolute;display:block;z-index:15009;height:4.3125rem;width:38.75rem;top:31.5625rem;left:0rem;display:block; }
#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container { background-color: transparent; background-image: none; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container > .video-iframe-container { display: none; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row > .video-iframe-container { display: none; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .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); }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container { border-width: 0; border-radius: 0; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:60rem;position:relative;display:block; }#QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:54.3125rem;width:60rem;top:6.162109375rem;left:0rem;display:block; }#QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr.adaptive-delivery-prevent-bg, #QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr.lazyload, #QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr.lazyloading { background-image: none; }
#EPytw5l8dxcHxdTNua6q5nS52rw9rP2W { color:rgba(var(--color-primary-2),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.5rem;height:5.8496125rem;font-style:normal;display:block; }
#CR48DTvv6P1NusP9c3NwMHdE448TnD6J { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.5rem;height:3.8994125rem;font-style:normal;display:block; }
#XX953eiiuprbG91EpsMNythkPcdXhTFn { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:21.875rem;top:9.9375rem;left:38.125rem;display:block; }
#tnINozOKSQ9NKxLu25AXKo8wryZCADDd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4XkH1VEbfXdTtB4hU6PDKkzrXCTxull { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.4375rem;left:3.84375rem;height:1.4619125rem;font-style:normal;display:block; }
#H5OT9I7JwO8U4DHitPo5tEk6ThTZDopd { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.4375rem;left:19rem;height:1.4619125rem;font-style:normal;display:block; }
#sJJCPZPJCtJ8B22qficpqtm4QZTqtvTS { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.4375rem;left:34.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#MZTL6FZPDNz91Wmx4WicVxh47ImIvSkP { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.4375rem;left:49rem;height:1.4619125rem;font-style:normal;display:block; }
#cR31sKNuaHXPdOdMwT9T42rWP7Lhk6zs { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.125rem;left:4rem;height:1.4619125rem;font-style:normal;display:block; }
#gelEnkwOoW2rBBSR4w9sWDisFtnJaqVd { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.125rem;left:48.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#xC4KdTvF5FAAb8hlnwULbyxc8RngqHHZ { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.125rem;left:19rem;height:1.4619125rem;font-style:normal;display:block; }
#gD9LrTPGBrSEC0EACL441STlbPnunbJT { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:51.125rem;left:34.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#guUVMm2PS4W9EfCqlPXO5ezBJo7akF8y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.75rem;height:5.19921875rem;font-style:normal;display:block; }
#gDFxWd7kllTqcBTTLdJsGFOi4xcceAGl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:31.3125rem;left:32.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#gswDOhmPfflcmPcZzR4UgTTpnZqtQc3F { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.369140625rem;left:46.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#KaoswagowVsLqwSXyuDVyw6wDJUXQH5i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:53.25rem;left:1.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7LlWFo9gaC19Qdbl2v1EZ29pTaApcqc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:53.25rem;left:16.625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PQdHGe0luTia19uy1hLLgNsqEWpnE1lL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:53.25rem;left:32.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thHQIhbNLR3zshTPWhV1liOJ7DrpMkoF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:53.25rem;left:46.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DUWbIEOFzgUqUbg3RnMD4UmnFVuvuBb1 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:42.375rem;left:46.875rem;overflow:hidden;display:block; }
#pi0Q5CLyzXNca4ogAbTdchUNuvEbySZK { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:42.375rem;left:17.5625rem;overflow:hidden;display:block; }
#THo6mNVlTLekLUeqgzOomZi6kNmFTSiB { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:42.375rem;left:33.375rem;overflow:hidden;display:block; }
#A0SVnKNi23IatUu9PLqpBcUXhePqLuiz { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:20.875rem;left:32.5625rem;overflow:hidden;display:block; }
#OHaScuhBNs1iQkpzvqRa9lhefHyRrBd3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:20.875rem;left:46.875rem;overflow:hidden;display:block; }
#wvNQ7nnefFLySXDoLorMnE9PTnptoVs4 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.625rem;top:20.89453125rem;left:1.5rem;overflow:hidden;display:block; }
#IOfI2KDKVZ6BmuMgDbGSBWl3nxSwfH6r { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.8125rem;top:42.375rem;left:1.5rem;overflow:hidden;display:block; }
#UkZNCpl5gByLM3yxGpl9E8vHPWCow3DU { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:10.875rem;top:20.875rem;left:17.5625rem;overflow:hidden;display:block; }
#DXlEy2LcWTVRscwxoQay2tSsTtRCA3a3 { position:absolute;display:block;z-index:15005;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:29.41796875rem;left:1.5rem;display:block; }
#Tfo6hieUQcGSVKC7aPo2BLrTavyQWd5T { position:absolute;display:block;z-index:15006;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:29.41796875rem;left:16.75rem;display:block; }
#ulUURAhUfcgayEySPgkxB1OPQ3fAraXx { position:absolute;display:block;z-index:15007;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:29.41796875rem;left:32.5625rem;display:block; }
#Jt2y0a0UxZ909qydGU4ePNhREkzNXWvi { position:absolute;display:block;z-index:15008;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:29.41796875rem;left:46.375rem;display:block; }
#G96P33rWWwryFVeT8HqlJGvMppU0wTBS { position:absolute;display:block;z-index:15006;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:51.10546875rem;left:1.5rem;display:block; }
#BQwSZI4Gp8eurT7iUALcaKr38pTWmPNy { position:absolute;display:block;z-index:15007;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:51.10546875rem;left:16.75rem;display:block; }
#zdaH6ZDmk48KiXIBckD3zm3AWvwfcIla { position:absolute;display:block;z-index:15008;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:51.10546875rem;left:32.5625rem;display:block; }
#y8iT05csiAhGG2Gpb0tGHptmMwZxVbHX { position:absolute;display:block;z-index:15009;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:1.5rem;top:51.10546875rem;left:46.28125rem;display:block; }
#a3PrxuUWlA7FTatUnH1wtUZmM98wXnzu { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.875rem;left:48rem;display:none; }
#k1xW1dNnp20s5E2QMQPgTTnEHrOeKwlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9.adaptive-delivery-prevent-bg, #geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9.lazyload, #geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9.lazyloading { background-image: none; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container { background-color: transparent; background-image: none; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container > .video-iframe-container { display: none; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row > .video-iframe-container { display: none; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .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); }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container { border-width: 0; border-radius: 0; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#oyT2reZledKOni3u1XI8SLqEveJh2bSN { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLpSqBBVSrFnkFvJ9VfstEK1C47TcQeI { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.875rem;left:48rem;display:block; }
#dCA5EeM4mJce6ECvCH9PfQqWOR0Q7PlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ.adaptive-delivery-prevent-bg, #rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ.lazyload, #rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ.lazyloading { background-image: none; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container { background-color: transparent; background-image: none; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container > .video-iframe-container { display: none; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row > .video-iframe-container { display: none; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .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); }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container { border-width: 0; border-radius: 0; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63.adaptive-delivery-prevent-bg, #KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63.lazyload, #KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63.lazyloading { background-image: none; }
#Cvis4osPBDTi3CXhilgIe1rOkfBIGehz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nirLGRM4XXPOqKNusXUCdhs3xbHBangf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/6b5c4a93-5431-419b-b916-ce26f8a4b50b/noraquaiconosclasesactividadesadultosfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#nirLGRM4XXPOqKNusXUCdhs3xbHBangf.adaptive-delivery-prevent-bg, #nirLGRM4XXPOqKNusXUCdhs3xbHBangf.lazyload, #nirLGRM4XXPOqKNusXUCdhs3xbHBangf.lazyloading { background-image: none; }
#gm3QxUdVSfuHcHwBi2DPEbemezVgsbES { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7rem;left:23.375rem;display:block; }
#NWaekWgbmQ02Elx4fiXJSPV1lqrzzpau { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:23.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NXhHLIdf6FKmtRidxEHlufeCTM6AyLTa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:27.0625rem;display:block; }
#y6vNPP2PQwep7SJUprOydmJmNdRXI1gE { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDVJmHAGlu22imV4Q8qrlF0F02n8lCAl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:30.875rem;display:block; }
#ZrR8k4SeGcN5EE5ZhvSUTq0fOWUSfmZ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:30.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKXUTCPS1gGwuannEPtavekaiTNbHFrm { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLOuQO3aW7J7eVcbC463DTS7XDl72qGb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#IUXX24tUJca6L9axZbQLK0cAzlpUfdzd { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlWPLNDpCDhV9CPqGALQ82mEAIh3vR6N { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7rem;left:34.75rem;display:block; }
#APdG3U4XCwWrsq4mOnZbiWDGFBktWmCR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7rem;left:38.75rem;display:block; }
#mgP26wJZLEWqQteR45BKpaTwf9eSwBEx { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTWdJwXgPTycsTs1VZ8QrJdDfgZPz6Dk { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:34.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW.adaptive-delivery-prevent-bg, #hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW.lazyload, #hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW.lazyloading { background-image: none; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container { background-color: transparent; background-image: none; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container > .video-iframe-container { display: none; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row > .video-iframe-container { display: none; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .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); }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container { border-width: 0; border-radius: 0; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz.adaptive-delivery-prevent-bg, #P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz.lazyload, #P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz.lazyloading { background-image: none; }
#xfhWoaeTaNbKMzyPv9irr0qeoumCR9NG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/6b5c4a93-5431-419b-b916-ce26f8a4b50b/noraquaiconosclasesactividadesadultosfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz.adaptive-delivery-prevent-bg, #QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz.lazyload, #QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz.lazyloading { background-image: none; }
#TLTQJD2TkrK9s2PoWWXdEGcApDlyULX1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:29.0625rem;display:block; }
#xIVaUcRQTZMfQVssiAemPCOLdbdT8JOI { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xznklX8w9cXnczeLKtEXKliCpLHTGczf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:32.75rem;display:block; }
#zkRNKlqapDBsLZBetM8ckuU3suWbDSyA { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0nMgnvMgVZvL2LHh5g72FbAkkMiUEdi { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv.adaptive-delivery-prevent-bg, #tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv.lazyload, #tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv.lazyloading { background-image: none; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container { background-color: transparent; background-image: none; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container > .video-iframe-container { display: none; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row > .video-iframe-container { display: none; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .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); }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container { border-width: 0; border-radius: 0; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA.adaptive-delivery-prevent-bg, #ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA.lazyload, #ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA.lazyloading { background-image: none; }
#Nd88RM63TKsS4F2wOu1Tx4LZfiIZOTUg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSUIR8T4tKHwT86dldS3biLirWmR6q5e { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/6b5c4a93-5431-419b-b916-ce26f8a4b50b/noraquaiconosclasesactividadesadultosfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#sSUIR8T4tKHwT86dldS3biLirWmR6q5e.adaptive-delivery-prevent-bg, #sSUIR8T4tKHwT86dldS3biLirWmR6q5e.lazyload, #sSUIR8T4tKHwT86dldS3biLirWmR6q5e.lazyloading { background-image: none; }
#zkTx3w9vTnIXEVkwhkSylPUpb0gC15CD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:29.0625rem;display:block; }
#qbB10xABOc9gtcbXD9r5zulWng2taFMB { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xc7D7XUX9OxS1OqgX1h55xW0nUKC9dx7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:32.75rem;display:block; }
#hBQFdtwZOJeuRFnkOmTHLFNwBrkZdDlV { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDpuNDhluGRNeSc8tlJ9QmM6tkevdAgU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih.adaptive-delivery-prevent-bg, #ykCTpF6hSmu50iBKf6TSwn6h9bULQiih.lazyload, #ykCTpF6hSmu50iBKf6TSwn6h9bULQiih.lazyloading { background-image: none; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container { background-color: transparent; background-image: none; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container > .video-iframe-container { display: none; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row > .video-iframe-container { display: none; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .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); }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container { border-width: 0; border-radius: 0; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#zmoOQB8Hse92uGn32g154Pv1TLfGSl54 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te.adaptive-delivery-prevent-bg, #Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te.lazyload, #Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te.lazyloading { background-image: none; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container { background-color: transparent; background-image: none; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container > .video-iframe-container { display: none; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row > .video-iframe-container { display: none; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .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); }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container { border-width: 0; border-radius: 0; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#AD4K9QVGm3Tsw82llMWp4O3kP3305C9g { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gx77UZs4KmBL5QEwOr9vOcAlxJoT5JwL { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#N8Tt4OpFLznQGunyK02wTpiaf4OPMDbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFUmAOBxp7F1beGBptysZzeP53gMdWaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE.adaptive-delivery-prevent-bg, #OFUmAOBxp7F1beGBptysZzeP53gMdWaE.lazyload, #OFUmAOBxp7F1beGBptysZzeP53gMdWaE.lazyloading { background-image: none; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container { background-color: transparent; background-image: none; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container > .video-iframe-container { display: none; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row > .video-iframe-container { display: none; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .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); }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container { border-width: 0; border-radius: 0; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#PAr4yMfNZyVzQh96iXkERSuwuTCuda11 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#PAr4yMfNZyVzQh96iXkERSuwuTCuda11.adaptive-delivery-prevent-bg, #PAr4yMfNZyVzQh96iXkERSuwuTCuda11.lazyload, #PAr4yMfNZyVzQh96iXkERSuwuTCuda11.lazyloading { background-image: none; }
#bnL3tFA4uy62UvGU2OQT9WJ7PJiTPLUa { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f0d57ac7-3aa0-496d-8b02-12c5b10d9094/noraquaiconosclasesactividadesninosfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ.adaptive-delivery-prevent-bg, #TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ.lazyload, #TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ.lazyloading { background-image: none; }
#BazrAAo8vi0FwGKvlk2Mrc5GT5scTXGK { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7rem;left:29.4375rem;display:block; }
#Gue1KOEmALd04pxVNw5AF6HSM9Vwm50t { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Do4PUm8Ea35rsoSAc9O98C9aCziyWM36 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:33.125rem;display:block; }
#nWxhuHdS8A3o1ZhdN8QA9zptwnq4ukeZ { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:33.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lyTqqb9BGygWThrU4B2rTQV3m2KLDKvv { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oFSKug8JAEmicyOQZWrFNuG80bIZxAxD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#ux7hzPTDQaTHdSoxubum1iu9LR1eL7ur { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr.adaptive-delivery-prevent-bg, #Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr.lazyload, #Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr.lazyloading { background-image: none; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container { background-color: transparent; background-image: none; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container > .video-iframe-container { display: none; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row > .video-iframe-container { display: none; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .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); }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container { border-width: 0; border-radius: 0; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c.adaptive-delivery-prevent-bg, #PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c.lazyload, #PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c.lazyloading { background-image: none; }
#vAkqMcmAb3UDq7wmEMyUDCVSPhSfo92k { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zv5AVqs9JWplNfxIomqNEv4nTQofvHfe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f0d57ac7-3aa0-496d-8b02-12c5b10d9094/noraquaiconosclasesactividadesninosfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#zv5AVqs9JWplNfxIomqNEv4nTQofvHfe.adaptive-delivery-prevent-bg, #zv5AVqs9JWplNfxIomqNEv4nTQofvHfe.lazyload, #zv5AVqs9JWplNfxIomqNEv4nTQofvHfe.lazyloading { background-image: none; }
#vqITzT7dbsPEiZTumXiks0hb5g7EMCrm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:29.0625rem;display:block; }
#QxNUsvzURnyeCD52B74lfwH9BfmGqd7z { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrbuvaTdcNe8XlQ1kAEhCfAlcTakCoSA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:32.75rem;display:block; }
#CATVQtwI9ieu5M4WIvKEzS8UqIOlCdqm { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwL0vd1GB5gsbtHav4t27BpXVKnclonh { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq.adaptive-delivery-prevent-bg, #dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq.lazyload, #dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq.lazyloading { background-image: none; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container { background-color: transparent; background-image: none; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container > .video-iframe-container { display: none; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row > .video-iframe-container { display: none; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .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); }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container { border-width: 0; border-radius: 0; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#bSViETSsFIZT4UHLi9gp684kKbFKPAdg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR.adaptive-delivery-prevent-bg, #nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR.lazyload, #nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR.lazyloading { background-image: none; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container { background-color: transparent; background-image: none; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container > .video-iframe-container { display: none; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row > .video-iframe-container { display: none; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .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); }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container { border-width: 0; border-radius: 0; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#XBhFfRBmP0miqyJKtOdD37vqtWgfpstQ { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOdZ64GzzzTFZGxKpC8W9lFVhCJGbyrN { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#IZyt5M3GQfH3HtniRZAEwQSJCIhxRwNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0.adaptive-delivery-prevent-bg, #CsQHNtSQZc8sNulLD52OVouQNsLDO3R0.lazyload, #CsQHNtSQZc8sNulLD52OVouQNsLDO3R0.lazyloading { background-image: none; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container { background-color: transparent; background-image: none; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container > .video-iframe-container { display: none; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row > .video-iframe-container { display: none; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .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); }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container { border-width: 0; border-radius: 0; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0.adaptive-delivery-prevent-bg, #ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0.lazyload, #ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0.lazyloading { background-image: none; }
#PVMRXBe99vG4Duis5TATPnnUe8rXZPzQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/7a92cb96-f42c-4908-9dde-f6704c413867/noraquaiconosclasesactividadesbebesfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ.adaptive-delivery-prevent-bg, #a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ.lazyload, #a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ.lazyloading { background-image: none; }
#D6vFzHCaRtscTMRN53Oa3qTc76dg4dOI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:31.25rem;display:block; }
#cSuTt3mQQQoVS9NqOaSvQTNdxLQBKPS0 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJqpazJu9WE2iiNMcrPoy97ecIvvqS8e { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJK7FKUQo44QLzhuNEViz2HcmMJUIG7Q { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#b5CVVXNahlxobtZq80zIoRyncMwEmLKO { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX.adaptive-delivery-prevent-bg, #WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX.lazyload, #WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX.lazyloading { background-image: none; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container { background-color: transparent; background-image: none; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container > .video-iframe-container { display: none; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row > .video-iframe-container { display: none; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .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); }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container { border-width: 0; border-radius: 0; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#a6TR6wl7dm9MByx8Og23AeTleKFlyult { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#a6TR6wl7dm9MByx8Og23AeTleKFlyult.adaptive-delivery-prevent-bg, #a6TR6wl7dm9MByx8Og23AeTleKFlyult.lazyload, #a6TR6wl7dm9MByx8Og23AeTleKFlyult.lazyloading { background-image: none; }
#P7DV10GUf3ykM0xwrfuIDSC4tNzyUnqT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A97F3zTcDqFQr2mlq4JolIRzTex2ptql { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/7a92cb96-f42c-4908-9dde-f6704c413867/noraquaiconosclasesactividadesbebesfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#A97F3zTcDqFQr2mlq4JolIRzTex2ptql.adaptive-delivery-prevent-bg, #A97F3zTcDqFQr2mlq4JolIRzTex2ptql.lazyload, #A97F3zTcDqFQr2mlq4JolIRzTex2ptql.lazyloading { background-image: none; }
#msiefziCkQKRtEVXuLD2vS1uwTSRwEyv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:29.0625rem;display:block; }
#rNDoHbUG1FayO0ngoTHvpPkXdxpTNnSN { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9FfaKDTndfJWSCOe41gZCkw2NeLMWuG { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:32.75rem;display:block; }
#WBCQJJBg0ZpQiVTa4hyWKnTpQiffo0I3 { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJrKOgC6CioVoghJsXzH7k9R8kXtw9zZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#MGuPnFzthrauXLWdSOUTwdl794SHtwDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn.adaptive-delivery-prevent-bg, #MGuPnFzthrauXLWdSOUTwdl794SHtwDn.lazyload, #MGuPnFzthrauXLWdSOUTwdl794SHtwDn.lazyloading { background-image: none; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container { background-color: transparent; background-image: none; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container > .video-iframe-container { display: none; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row > .video-iframe-container { display: none; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .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); }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container { border-width: 0; border-radius: 0; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#HeXAJTMcuZ4ahhsZLlkFwlLwlLVNU123 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa.adaptive-delivery-prevent-bg, #DH52ol5BE6HFTz165gCzpD6S1F9VXPTa.lazyload, #DH52ol5BE6HFTz165gCzpD6S1F9VXPTa.lazyloading { background-image: none; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container { background-color: transparent; background-image: none; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container > .video-iframe-container { display: none; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row > .video-iframe-container { display: none; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .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); }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container { border-width: 0; border-radius: 0; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#faSNPXd19oonRWiMWbMP08y4JvRGAnLt { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tff9KzO0u0B7WMXqPkug2QOXePSvhKn6 { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#w9JSwiz6rKxE1xIztM8ZghOlGTPWMUnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21.adaptive-delivery-prevent-bg, #w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21.lazyload, #w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21.lazyloading { background-image: none; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container { background-color: transparent; background-image: none; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container > .video-iframe-container { display: none; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row > .video-iframe-container { display: none; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .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); }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container { border-width: 0; border-radius: 0; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#ylawB2z68X6T0iu0XTxcCSaRREOTf0Po { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#ylawB2z68X6T0iu0XTxcCSaRREOTf0Po.adaptive-delivery-prevent-bg, #ylawB2z68X6T0iu0XTxcCSaRREOTf0Po.lazyload, #ylawB2z68X6T0iu0XTxcCSaRREOTf0Po.lazyloading { background-image: none; }
#T7w3Zb3DJfLtAwOqDwUHqS6mMvTN1eua { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/9bf02a42-8dae-4f84-9fce-f7c957c20fa2/noraquaiconosclasesactividadesaquagymfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq.adaptive-delivery-prevent-bg, #y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq.lazyload, #y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq.lazyloading { background-image: none; }
#AassOqXLh2MkAiLsTGpQq2UP3niGSfKm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:31.25rem;display:block; }
#SbQUa6ePiha5Z777Toau02dplywrcRJW { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZKS1e28VyWTBLViwcgwG1cX0IRBXVLE { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NImKqiqJ1ZbaBBToF1R7l4a1iEgW9Veu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#y8R7oJEQe3AEbsybViH5KcuNc83xX9qZ { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR.adaptive-delivery-prevent-bg, #rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR.lazyload, #rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR.lazyloading { background-image: none; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container { background-color: transparent; background-image: none; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container > .video-iframe-container { display: none; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row > .video-iframe-container { display: none; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .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); }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container { border-width: 0; border-radius: 0; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#aOJmtOpXxVo4Eh51oR64HzH5bJSD046r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o.adaptive-delivery-prevent-bg, #mx5Cxcbf1TgBemEcJORZnbfTk5wA175o.lazyload, #mx5Cxcbf1TgBemEcJORZnbfTk5wA175o.lazyloading { background-image: none; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container { background-color: transparent; background-image: none; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container > .video-iframe-container { display: none; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row > .video-iframe-container { display: none; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .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); }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container { border-width: 0; border-radius: 0; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#r513JT5oL17IRzqXVDhIckNUCuycNyD1 { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FduItLmL4Q0Pu90FVTU4PAM2mItTWdTt { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#i7oXBJAXWsBquMyf1ihP7nDu0cD4JZ1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7.adaptive-delivery-prevent-bg, #siod3admnu3QL0n4cBPKsHAlHHUHZ2B7.lazyload, #siod3admnu3QL0n4cBPKsHAlHHUHZ2B7.lazyloading { background-image: none; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container { background-color: transparent; background-image: none; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container > .video-iframe-container { display: none; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row > .video-iframe-container { display: none; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .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); }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container { border-width: 0; border-radius: 0; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig.adaptive-delivery-prevent-bg, #hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig.lazyload, #hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig.lazyloading { background-image: none; }
#HBDaoWmRoMT1obIn1gwDNkkxApFyJ1c0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmAECltUW5Cq1snaEO9eO0pwtul5KR64 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/78a6efcc-179c-4927-9e07-6d80acbbe0d1/noraquaiconosclasesactividadesadolescentesfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#HmAECltUW5Cq1snaEO9eO0pwtul5KR64.adaptive-delivery-prevent-bg, #HmAECltUW5Cq1snaEO9eO0pwtul5KR64.lazyload, #HmAECltUW5Cq1snaEO9eO0pwtul5KR64.lazyloading { background-image: none; }
#WR7sw3LmJNoLzucVCWnTdBSloZo91kUc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:31.25rem;display:block; }
#LtKw0QpvprIT5lbns4QbXfneI9hcoXGA { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVdcA4RSo0bbTHJoJ3aNiXxJ8PGvfcov { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT0b4HBKhWWg8b0r58NbO3fIbFgSn26P { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#c2CLX7oaivZs0HDyvLuJen0J3FwFD8Eo { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lORxNq2T9H77Mxc298y7W81K3vVfmqVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT.adaptive-delivery-prevent-bg, #lORxNq2T9H77Mxc298y7W81K3vVfmqVT.lazyload, #lORxNq2T9H77Mxc298y7W81K3vVfmqVT.lazyloading { background-image: none; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container { background-color: transparent; background-image: none; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container > .video-iframe-container { display: none; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row > .video-iframe-container { display: none; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .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); }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container { border-width: 0; border-radius: 0; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#t88cfMZrb31OlOovhMoDrmuBoXA3tJf1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey.adaptive-delivery-prevent-bg, #TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey.lazyload, #TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey.lazyloading { background-image: none; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container { background-color: transparent; background-image: none; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container > .video-iframe-container { display: none; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row > .video-iframe-container { display: none; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .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); }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container { border-width: 0; border-radius: 0; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#ZhKXsM5fPUJQtesBTPowOlri7Mkc1pIm { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOblDV27ao9f2MqaypdIEMd5HBBUD91o { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#kvX8HufPmgt4fK1XMvqvX7Px3bp06e3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT.adaptive-delivery-prevent-bg, #LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT.lazyload, #LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT.lazyloading { background-image: none; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container { background-color: transparent; background-image: none; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container > .video-iframe-container { display: none; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row > .video-iframe-container { display: none; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .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); }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container { border-width: 0; border-radius: 0; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#bxX7fIIwn7MoucTSLrfClINBZSgUVVrO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#bxX7fIIwn7MoucTSLrfClINBZSgUVVrO.adaptive-delivery-prevent-bg, #bxX7fIIwn7MoucTSLrfClINBZSgUVVrO.lazyload, #bxX7fIIwn7MoucTSLrfClINBZSgUVVrO.lazyloading { background-image: none; }
#FL8TP00PRJSNZJEPZ55GefUfTZN0THzt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/92d23b72-51d2-49c0-8146-481d70b9dda0/noraquaiconosclasesactividadesentrenamientofondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm.adaptive-delivery-prevent-bg, #gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm.lazyload, #gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm.lazyloading { background-image: none; }
#GVzJEbhPlI297sKAFESaf1oR8CthTgV3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7rem;left:29.4375rem;display:block; }
#gmoaQJaFmol8LCaS2KE3v6T0vrsXNbJi { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pP7IHuVDTSA4vCrCqp4CsKXMITxOznz9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:7.0625rem;left:33.125rem;display:block; }
#NvOJD2ZRbJkacbnXUMZsE9TXtGtMqroJ { color:rgba(var(--color-primary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:33.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlBEQUcEuCxHNzhm1feOP8N0UvJf4nth { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8RkhKx1qXaTarkNrk0LOk9pHiAWgU3y { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#vGOfugbZAbZTixqXzw0PqxFEB58yoZzk { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX.adaptive-delivery-prevent-bg, #UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX.lazyload, #UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX.lazyloading { background-image: none; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container { background-color: transparent; background-image: none; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container > .video-iframe-container { display: none; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row > .video-iframe-container { display: none; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .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); }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container { border-width: 0; border-radius: 0; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#wRdBEvAepyWIpisPNuTb4MbnqU42I6pi { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#wRdBEvAepyWIpisPNuTb4MbnqU42I6pi.adaptive-delivery-prevent-bg, #wRdBEvAepyWIpisPNuTb4MbnqU42I6pi.lazyload, #wRdBEvAepyWIpisPNuTb4MbnqU42I6pi.lazyloading { background-image: none; }
#Zi5rimq3NgyK4oX8pJw9Hb5ZRBifamIB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/92d23b72-51d2-49c0-8146-481d70b9dda0/noraquaiconosclasesactividadesentrenamientofondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp.adaptive-delivery-prevent-bg, #zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp.lazyload, #zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp.lazyloading { background-image: none; }
#xzg2pvl3nJyu32D7JefriFe1AR6P2UrC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:3.1875rem;top:3.1875rem;left:31.3125rem;display:block; }
#gXw2TITKnQEHhWHc4CTOJesThhDvLfK0 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:31.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9zeQgeEvZ1U60HQsahz3cco6JwBBep2 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN.adaptive-delivery-prevent-bg, #Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN.lazyload, #Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN.lazyloading { background-image: none; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container { background-color: transparent; background-image: none; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container > .video-iframe-container { display: none; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row > .video-iframe-container { display: none; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .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); }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container { border-width: 0; border-radius: 0; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#cB7XxKVTZfFfwlEaESbqNGUkkAALVqCg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn.adaptive-delivery-prevent-bg, #vHqxXnGz9geSM8nWkuvUQE23NMegRxJn.lazyload, #vHqxXnGz9geSM8nWkuvUQE23NMegRxJn.lazyloading { background-image: none; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container { background-color: transparent; background-image: none; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container > .video-iframe-container { display: none; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row > .video-iframe-container { display: none; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .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); }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container { border-width: 0; border-radius: 0; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#K8Ee49HAZ6AFKTdkJGTofRLvvrk8cgTX { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3RhCT7l1v8T48tOUe5Wmczo9Gu5u1Jn { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#zd0iwAUz3VqCTMzGM5MvTuevaVQ7MiDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK.adaptive-delivery-prevent-bg, #hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK.lazyload, #hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK.lazyloading { background-image: none; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container { background-color: transparent; background-image: none; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container > .video-iframe-container { display: none; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row > .video-iframe-container { display: none; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .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); }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container { border-width: 0; border-radius: 0; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#s3g0Sn2W11peqS87bIBeCMg6SQK861tP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#s3g0Sn2W11peqS87bIBeCMg6SQK861tP.adaptive-delivery-prevent-bg, #s3g0Sn2W11peqS87bIBeCMg6SQK861tP.lazyload, #s3g0Sn2W11peqS87bIBeCMg6SQK861tP.lazyloading { background-image: none; }
#tEHl9vmRi2u4IrGaZpVz9syL2Tu4rXId { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:2.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ff9f21e6-46fb-4988-86b6-0aa9234906e0/noraquaiconosclasesactividadeslibrefondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1.adaptive-delivery-prevent-bg, #SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1.lazyload, #SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1.lazyloading { background-image: none; }
#TJvIPKX9ng2vC4u2EPqKx3fS9ZcBQDTk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:7rem;left:16.875rem;display:block; }
#ekr2i9zt6STJ4lWqFP2D1BUw54DaiqQC { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:16.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zK1BGfxlx8UWIig6g6Uxrd6XdhpfoVZ6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:7.0625rem;left:24.875rem;display:block; }
#DsVnG0zOn5lcOdVUMP2iXQtPR8I2Lmso { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:24.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNlQSgigJCT5fRZK8QTAr4eslWF6USAn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:7rem;left:32.9375rem;display:block; }
#E3Ax8AUQyp5d2L4Sq3Hy1MfxN1LQftJS { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etW65nIXHaAk3TDoVnyoTv33IE5mQiPC { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:26.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tg5Hy8099XAcmqGA1ZtLqg1a1fwh18XO { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:3.875rem;left:0rem;display:block; }
#HMZbal31macDO4qK2o087AbUOxfStens { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVyFElyzL6H2ggr8Dd20E7RPTGrblVGV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:7rem;left:40.9375rem;display:block; }
#NiAWpoIcZgcK0FKwkMRzZcD4TiU6a6V5 { color:rgba(var(--color-primary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID.adaptive-delivery-prevent-bg, #IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID.lazyload, #IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID.lazyloading { background-image: none; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container { background-color: transparent; background-image: none; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container > .video-iframe-container { display: none; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row > .video-iframe-container { display: none; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .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); }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container { border-width: 0; border-radius: 0; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT.adaptive-delivery-prevent-bg, #GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT.lazyload, #GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT.lazyloading { background-image: none; }
#IW3bgncCy2hr21k9xbz34QBfnsF76Sq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ff9f21e6-46fb-4988-86b6-0aa9234906e0/noraquaiconosclasesactividadeslibrefondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp.adaptive-delivery-prevent-bg, #hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp.lazyload, #hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp.lazyloading { background-image: none; }
#tP4SrMexJlOFzqwTrDegWBe4hJ9gNnSZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#tsbsKypQpZ8LoGZtRUeDDqruQNsNvDND { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:3.15625rem;left:21.1875rem;display:block; }
#T3M3TOCNTpwmE3A3P2NDGhQ8Sng2mtZU { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:21.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acqug88XMXbqTCZTC4QadIrGLF27T8C8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:3.15625rem;left:29.25rem;display:block; }
#BNzITLIkt3plVDh3ZiRn5rz59uSfr3MQ { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:29.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q0S2MwqqTS8kiP4yWl1FXuiL9PuO9ZU2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:3.15625rem;left:37.1875rem;display:block; }
#tuf25ib2mCbMmKeNzDcUxOIdBeSwRn67 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:37.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQyvb3gv08dxwizbren5g8WCGmOtQuEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC.adaptive-delivery-prevent-bg, #OQyvb3gv08dxwizbren5g8WCGmOtQuEC.lazyload, #OQyvb3gv08dxwizbren5g8WCGmOtQuEC.lazyloading { background-image: none; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container { background-color: transparent; background-image: none; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container > .video-iframe-container { display: none; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row > .video-iframe-container { display: none; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .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); }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container { border-width: 0; border-radius: 0; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:0rem;left:0rem;display:block; }#TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk.adaptive-delivery-prevent-bg, #TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk.lazyload, #TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk.lazyloading { background-image: none; }
#VLqmbbMhIsag37csLQEJgwWpX6OsZVd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ff9f21e6-46fb-4988-86b6-0aa9234906e0/noraquaiconosclasesactividadeslibrefondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:0.9375rem;left:51.4375rem;display:block; }#aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM.adaptive-delivery-prevent-bg, #aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM.lazyload, #aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM.lazyloading { background-image: none; }
#m5iUZOHJFB8C5uNSoNFC0weW93raXBEi { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:8.4375rem;width:14.125rem;top:0rem;left:0rem;display:block; }
#mqfMWuzLP2nRsnOPQCtgEgWwsXQE362D { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:3.15625rem;left:25.625rem;display:block; }
#UP6tnuxBtAEsZmnoswdrIQVRFpTTDsug { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.125rem;width:7.3125rem;top:3.15625rem;left:33.8125rem;display:block; }
#xU1G2AEcTQbwzFihGle1WLBlLPXCMTDv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:25.46875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2qNpMSOfS7CUTHNZOpEpFVaQigLhvTl { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.568359375rem;left:33.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT.adaptive-delivery-prevent-bg, #ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT.lazyload, #ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT.lazyloading { background-image: none; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container { background-color: transparent; background-image: none; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container > .video-iframe-container { display: none; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row > .video-iframe-container { display: none; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .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); }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container { border-width: 0; border-radius: 0; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#Ial8ddLvqfmZvl8xCbCi5f7VATvVhV1B { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT.adaptive-delivery-prevent-bg, #u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT.lazyload, #u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT.lazyloading { background-image: none; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container { background-color: transparent; background-image: none; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container > .video-iframe-container { display: none; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row > .video-iframe-container { display: none; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .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); }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container { border-width: 0; border-radius: 0; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#baonobnf9CR9vlhNRPd2xW1FUVXXAmrV { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NSWdBtz0a71u6VguFdSAndNKXO60UZW1 { background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:48rem;display:block; }
#DoIo6UBCN8OT9JtfyiAPDXh4bKrEE4Rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA.adaptive-delivery-prevent-bg, #vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA.lazyload, #vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA.lazyloading { background-image: none; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container { background-color: transparent; background-image: none; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container > .video-iframe-container { display: none; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row > .video-iframe-container { display: none; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .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); }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container { border-width: 0; border-radius: 0; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d953d88-fd61-4ef9-b097-d1ed86e2a25f/logoadultosmall.png");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60rem;top:3.875rem;left:0rem;display:block; }#Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN.adaptive-delivery-prevent-bg, #Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN.lazyload, #Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN.lazyloading { background-image: none; }
#pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/2d2661d9-6b78-476b-84ce-2805c4f7dc9c/noraquaiconosclasesactividadesparticularfondo.png");background-position:center !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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:4.8125rem;left:51.40625rem;display:block; }#pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54.adaptive-delivery-prevent-bg, #pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54.lazyload, #pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54.lazyloading { background-image: none; }
#aikrymnp2ZBez00cge0po6f1ueElT5OT { color:rgba(var(--color-primary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.443359375rem;left:17.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/351TrUN9/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs.adaptive-delivery-prevent-bg, #MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs.lazyload, #MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs.lazyloading { background-image: none; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container { background-color: transparent; background-image: none; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container > .video-iframe-container { display: none; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row > .video-iframe-container { display: none; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .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); }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container { border-width: 0; border-radius: 0; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#z5atTro2eH1T6hdMPVK7s5cUMgE1LtEI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { background-color: transparent; background-image: none; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container > .video-iframe-container { display: none; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row > .video-iframe-container { display: none; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .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); }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { border-width: 0; border-radius: 0; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#NXIdCiW572AlRnI6ECMG1vlnOKdzeXsv { color:rgba(var(--color-primary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#B84UqR3JI1IJ3mqmJ1sf5eRo69yLrNxN { color:rgba(var(--color-primary-3),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:13.875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#L4X2EbbL4UnLPktxiIkRBLtzgfEFRNzd { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#KTx9qppayqpv51EhfiwS46T057yfMfoF { color:rgba(var(--color-primary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.51171875rem;left:30rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-form-header {  }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:23.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23.75rem;box-sizing:border-box;height:3.625rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:23.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:3.625rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f9ac18;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.125rem;margin-bottom:0.25rem;margin-left:4.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#001a24;width:15.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;float:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .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; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-container:first-of-type{padding-top:0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-container:last-of-type{padding-bottom:0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.375rem;left:31.875rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G {display:block;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.375rem;left:31.875rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #bVcvKTPXyqRMvXtcAD3s2klPxqPS6eV3 { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ioHtzUaQikDFZaF3V8ttAMcdEwwra0hE { position:relative;display:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #LwpQ2wEqTEIzXVGPJPCOr9e6E7OK871y { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #GDyqxla4El3PKaWAOJMWOsIwGc9wG7Oy { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Fg2K7JvcETwGm3tpIGkm1QBo6Xg9yir6 { position:relative;display:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #UAOoP9ulNmKBWs3VaGTaWiqcTHi3nXWx { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MC6b4KZxcmXNIpZa529AXtHGSsSwKW8R { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #V44yNXzaUPVK7UVDqF0AWmDCpIy1BNpo { position:relative;display:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ei7nSXvcQhRUiCWg9u9qntTqA2pxGuuM { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ITllpOFVZbvlC8PMTo9aQ3BI6LAyhI5n { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #N95MTeubH4QrDgf8tWGpW1Ohhmvded6K { position:relative;display:none; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MeqrLBCK6lMAVZB7togxxk2l35nU4oUC { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Z8n6s6upxKUsFC3T0TD6pZpSU5Zc3OoX { position:relative; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #RAbHC2MuzRfqpakfubVfOrCmx8xEPPdl { position:relative; }
#oHtVzTdCkrZGlQKx4miPMPS7FPin64aB { 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:15014;opacity:1;top:18.5625rem;left:0rem; }
#oHtVzTdCkrZGlQKx4miPMPS7FPin64aB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q1aHfGD9SM1C2wEw75Meu3o5kKKQEKpS { color:rgba(var(--color-primary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:26rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#yUi6nVyk2kD1As4xhiZlofUl9Pc6NrRJ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:8.875rem;top:24.9619140625rem;left:7.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { background-color: transparent; background-image: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .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); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { border-width: 0; border-radius: 0; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0NJ0tPkiI9PW7tpvXeqwOPmIEECk032 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:20.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #nyVLwtnfgfsqCLrz5mu3NdT31ypyhPmd { display:block; }
 }@media only screen and (max-width: 763px) { #DX7TTdcDVVsGUqSslKpl5h2q5ZumaFR4 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:35.5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #yccc0fcD5kdJkuFUcgBSwr5TZf08EtOq { display:block; }
 }@media only screen and (max-width: 763px) { #JNIT3GcWr0WM9LyZTsKhcQ4mJPcvT2Ud { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #cV4Dh6LfeOeZVweQRUM7tlVpXzEzWxfH { display:block; }
 }@media only screen and (max-width: 763px) { #mARxrBMtcsP9ULUl5zat0U2TxmfykFl6 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:28.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #y3T7p2FQes9uudwVI6HwU8dhC65MqHZr { display:block; }
 }@media only screen and (max-width: 763px) { #MrpPs7wd83VZLOvuwoWymyhm0lhIhZfO { width:11.625rem;height:3.75rem;top:0.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eQx32cwHF9fhSsvd7D7EM51BJTJO9vB9 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:12.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0d25ae;display:block; }
 }@media only screen and (max-width: 763px) { #oVApbANrHbfIuc7PoaBKaf4m9XnLwRrU { display:block; }
 }@media only screen and (max-width: 763px) { #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ahki2b48vXvpz74enrFxZGUpPdGQIivX { width:18.5625rem;height:0.0625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD2sVeyFu8vbACvvyTpiCxqrRyVUag8R { width:18.5625rem;height:0.0625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAh735TtwhCcP9HJyStvTJMuaX1VZBHU { width:28.6875rem;height:5.8125rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { width:29.4375rem;height:2.9375rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7gwxqyzppGXUB5H0QLt0kqEFFEDbvh { width:24.75rem;height:1.75rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNQ6Rk5vWmbNEzNpXmtWQvkMLl551pVh { width:12rem;height:3.625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LifXtZXqGTkmgEbdnhIvNcfE80lbOR { display:block; }
 }@media only screen and (max-width: 763px) { #SAcCKZPPkKccCeJsvXcy2hlwHthpsyEW { top:31.5625rem;left:0rem;width:38.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV { display:block; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr { width:47.75rem;height:54.3125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPytw5l8dxcHxdTNua6q5nS52rw9rP2W { width:33.4375rem;height:5.8125rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR48DTvv6P1NusP9c3NwMHdE448TnD6J { width:40.25rem;height:3.875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX953eiiuprbG91EpsMNythkPcdXhTFn { width:21.875rem;height:0.125rem;top:9.9375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnINozOKSQ9NKxLu25AXKo8wryZCADDd { width:12.5rem;height:3.875rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XkH1VEbfXdTtB4hU6PDKkzrXCTxull { width:9.6875rem;height:1.4375rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5OT9I7JwO8U4DHitPo5tEk6ThTZDopd { width:11.75rem;height:1.4375rem;top:29.4375rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJJCPZPJCtJ8B22qficpqtm4QZTqtvTS { width:11.75rem;height:1.4375rem;top:29.4375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTL6FZPDNz91Wmx4WicVxh47ImIvSkP { width:9.1875rem;height:1.4375rem;top:29.4375rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR31sKNuaHXPdOdMwT9T42rWP7Lhk6zs { width:11.75rem;height:1.4375rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gelEnkwOoW2rBBSR4w9sWDisFtnJaqVd { width:8.8125rem;height:1.4375rem;top:51.125rem;left:38.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC4KdTvF5FAAb8hlnwULbyxc8RngqHHZ { width:11.75rem;height:1.4375rem;top:51.125rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9LrTPGBrSEC0EACL441STlbPnunbJT { width:11.75rem;height:1.4375rem;top:51.125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUVMm2PS4W9EfCqlPXO5ezBJo7akF8y { width:12.5rem;height:3.875rem;top:31.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDFxWd7kllTqcBTTLdJsGFOi4xcceAGl { width:12.5rem;height:3.875rem;top:31.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gswDOhmPfflcmPcZzR4UgTTpnZqtQc3F { width:13.25rem;height:3.875rem;top:31.3125rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoswagowVsLqwSXyuDVyw6wDJUXQH5i { width:12.5rem;height:3.875rem;top:53.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7LlWFo9gaC19Qdbl2v1EZ29pTaApcqc { width:12.5rem;height:2.625rem;top:53.25rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQdHGe0luTia19uy1hLLgNsqEWpnE1lL { width:12.5rem;height:2.625rem;top:53.25rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thHQIhbNLR3zshTPWhV1liOJ7DrpMkoF { width:12.5rem;height:3.875rem;top:53.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWbIEOFzgUqUbg3RnMD4UmnFVuvuBb1 { top:42.375rem;left:36.875rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0Q5CLyzXNca4ogAbTdchUNuvEbySZK { top:42.375rem;left:11.4375rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THo6mNVlTLekLUeqgzOomZi6kNmFTSiB { top:42.375rem;left:27.25rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SVnKNi23IatUu9PLqpBcUXhePqLuiz { top:20.875rem;left:26.4375rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHaScuhBNs1iQkpzvqRa9lhefHyRrBd3 { top:20.875rem;left:36.875rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNQ7nnefFLySXDoLorMnE9PTnptoVs4 { top:20.875rem;left:0rem;width:10.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOfI2KDKVZ6BmuMgDbGSBWl3nxSwfH6r { top:42.375rem;left:0rem;width:10.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZNCpl5gByLM3yxGpl9E8vHPWCow3DU { top:20.875rem;left:11.4375rem;width:10.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXlEy2LcWTVRscwxoQay2tSsTtRCA3a3 { width:1.5rem;height:1.5rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfo6hieUQcGSVKC7aPo2BLrTavyQWd5T { width:1.5rem;height:1.5rem;top:29.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulUURAhUfcgayEySPgkxB1OPQ3fAraXx { width:1.5rem;height:1.5rem;top:29.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt2y0a0UxZ909qydGU4ePNhREkzNXWvi { width:1.5rem;height:1.5rem;top:29.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96P33rWWwryFVeT8HqlJGvMppU0wTBS { width:1.5rem;height:1.5rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQwSZI4Gp8eurT7iUALcaKr38pTWmPNy { width:1.5rem;height:1.5rem;top:51.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdaH6ZDmk48KiXIBckD3zm3AWvwfcIla { width:1.5rem;height:1.5rem;top:51.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8iT05csiAhGG2Gpb0tGHptmMwZxVbHX { width:1.5rem;height:1.5rem;top:51.0625rem;left:40.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3PrxuUWlA7FTatUnH1wtUZmM98wXnzu { width:12rem;height:3.625rem;top:5.875rem;left:35.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1xW1dNnp20s5E2QMQPgTTnEHrOeKwlI { display:block; }
 }@media only screen and (max-width: 763px) { #geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 { display:block; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyT2reZledKOni3u1XI8SLqEveJh2bSN { width:44.0625rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpSqBBVSrFnkFvJ9VfstEK1C47TcQeI { width:12rem;height:3.625rem;top:5.875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCA5EeM4mJce6ECvCH9PfQqWOR0Q7PlN { display:block; }
 }@media only screen and (max-width: 763px) { #rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ { display:block; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63 { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvis4osPBDTi3CXhilgIe1rOkfBIGehz { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirLGRM4XXPOqKNusXUCdhs3xbHBangf { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3QxUdVSfuHcHwBi2DPEbemezVgsbES { width:3.1875rem;height:2.125rem;top:7rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaekWgbmQ02Elx4fiXJSPV1lqrzzpau { width:3.1875rem;height:1.25rem;top:7.4375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhHLIdf6FKmtRidxEHlufeCTM6AyLTa { width:3.1875rem;height:2.125rem;top:7.0625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6vNPP2PQwep7SJUprOydmJmNdRXI1gE { width:3.1875rem;height:1.25rem;top:7.5rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVJmHAGlu22imV4Q8qrlF0F02n8lCAl { width:3.1875rem;height:2.125rem;top:7.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR8k4SeGcN5EE5ZhvSUTq0fOWUSfmZ5 { width:3.1875rem;height:1.25rem;top:7.5rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKXUTCPS1gGwuannEPtavekaiTNbHFrm { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLOuQO3aW7J7eVcbC463DTS7XDl72qGb { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUXX24tUJca6L9axZbQLK0cAzlpUfdzd { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWPLNDpCDhV9CPqGALQ82mEAIh3vR6N { width:3.1875rem;height:2.125rem;top:7rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APdG3U4XCwWrsq4mOnZbiWDGFBktWmCR { width:3.1875rem;height:2.125rem;top:7rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgP26wJZLEWqQteR45BKpaTwf9eSwBEx { width:3.1875rem;height:1.25rem;top:7.4375rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWdJwXgPTycsTs1VZ8QrJdDfgZPz6Dk { width:3.1875rem;height:1.25rem;top:7.4375rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW { display:block; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhWoaeTaNbKMzyPv9irr0qeoumCR9NG { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTQJD2TkrK9s2PoWWXdEGcApDlyULX1 { width:3.1875rem;height:2.125rem;top:3.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVaUcRQTZMfQVssiAemPCOLdbdT8JOI { width:3.1875rem;height:1.25rem;top:3.625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznklX8w9cXnczeLKtEXKliCpLHTGczf { width:3.1875rem;height:2.125rem;top:3.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRNKlqapDBsLZBetM8ckuU3suWbDSyA { width:3.1875rem;height:1.25rem;top:3.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nMgnvMgVZvL2LHh5g72FbAkkMiUEdi { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv { display:block; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd88RM63TKsS4F2wOu1Tx4LZfiIZOTUg { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUIR8T4tKHwT86dldS3biLirWmR6q5e { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTx3w9vTnIXEVkwhkSylPUpb0gC15CD { width:3.1875rem;height:2.125rem;top:3.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbB10xABOc9gtcbXD9r5zulWng2taFMB { width:3.1875rem;height:1.25rem;top:3.625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7D7XUX9OxS1OqgX1h55xW0nUKC9dx7 { width:3.1875rem;height:2.125rem;top:3.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQFdtwZOJeuRFnkOmTHLFNwBrkZdDlV { width:3.1875rem;height:1.25rem;top:3.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDpuNDhluGRNeSc8tlJ9QmM6tkevdAgU { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykCTpF6hSmu50iBKf6TSwn6h9bULQiih { display:block; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmoOQB8Hse92uGn32g154Pv1TLfGSl54 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te { display:block; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD4K9QVGm3Tsw82llMWp4O3kP3305C9g { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx77UZs4KmBL5QEwOr9vOcAlxJoT5JwL { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Tt4OpFLznQGunyK02wTpiaf4OPMDbP { display:block; }
 }@media only screen and (max-width: 763px) { #OFUmAOBxp7F1beGBptysZzeP53gMdWaE { display:block; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAr4yMfNZyVzQh96iXkERSuwuTCuda11 { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnL3tFA4uy62UvGU2OQT9WJ7PJiTPLUa { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazrAAo8vi0FwGKvlk2Mrc5GT5scTXGK { width:3.1875rem;height:2.125rem;top:7rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gue1KOEmALd04pxVNw5AF6HSM9Vwm50t { width:3.1875rem;height:1.25rem;top:7.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4PUm8Ea35rsoSAc9O98C9aCziyWM36 { width:3.1875rem;height:2.125rem;top:7.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWxhuHdS8A3o1ZhdN8QA9zptwnq4ukeZ { width:3.1875rem;height:1.25rem;top:7.5rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyTqqb9BGygWThrU4B2rTQV3m2KLDKvv { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSKug8JAEmicyOQZWrFNuG80bIZxAxD { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux7hzPTDQaTHdSoxubum1iu9LR1eL7ur { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr { display:block; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAkqMcmAb3UDq7wmEMyUDCVSPhSfo92k { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv5AVqs9JWplNfxIomqNEv4nTQofvHfe { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqITzT7dbsPEiZTumXiks0hb5g7EMCrm { width:3.1875rem;height:2.125rem;top:3.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxNUsvzURnyeCD52B74lfwH9BfmGqd7z { width:3.1875rem;height:1.25rem;top:3.625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbuvaTdcNe8XlQ1kAEhCfAlcTakCoSA { width:3.1875rem;height:2.125rem;top:3.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATVQtwI9ieu5M4WIvKEzS8UqIOlCdqm { width:3.1875rem;height:1.25rem;top:3.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwL0vd1GB5gsbtHav4t27BpXVKnclonh { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq { display:block; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSViETSsFIZT4UHLi9gp684kKbFKPAdg { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR { display:block; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBhFfRBmP0miqyJKtOdD37vqtWgfpstQ { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOdZ64GzzzTFZGxKpC8W9lFVhCJGbyrN { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZyt5M3GQfH3HtniRZAEwQSJCIhxRwNz { display:block; }
 }@media only screen and (max-width: 763px) { #CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 { display:block; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0 { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVMRXBe99vG4Duis5TATPnnUe8rXZPzQ { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vFzHCaRtscTMRN53Oa3qTc76dg4dOI { width:3.1875rem;height:2.125rem;top:7.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuTt3mQQQoVS9NqOaSvQTNdxLQBKPS0 { width:3.1875rem;height:1.25rem;top:7.5rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJqpazJu9WE2iiNMcrPoy97ecIvvqS8e { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJK7FKUQo44QLzhuNEViz2HcmMJUIG7Q { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5CVVXNahlxobtZq80zIoRyncMwEmLKO { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX { display:block; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6TR6wl7dm9MByx8Og23AeTleKFlyult { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DV10GUf3ykM0xwrfuIDSC4tNzyUnqT { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A97F3zTcDqFQr2mlq4JolIRzTex2ptql { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msiefziCkQKRtEVXuLD2vS1uwTSRwEyv { width:3.1875rem;height:2.125rem;top:3.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDoHbUG1FayO0ngoTHvpPkXdxpTNnSN { width:3.1875rem;height:1.25rem;top:3.625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9FfaKDTndfJWSCOe41gZCkw2NeLMWuG { width:3.1875rem;height:2.125rem;top:3.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBCQJJBg0ZpQiVTa4hyWKnTpQiffo0I3 { width:3.1875rem;height:1.25rem;top:3.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJrKOgC6CioVoghJsXzH7k9R8kXtw9zZ { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGuPnFzthrauXLWdSOUTwdl794SHtwDn { display:block; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeXAJTMcuZ4ahhsZLlkFwlLwlLVNU123 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH52ol5BE6HFTz165gCzpD6S1F9VXPTa { display:block; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faSNPXd19oonRWiMWbMP08y4JvRGAnLt { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tff9KzO0u0B7WMXqPkug2QOXePSvhKn6 { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9JSwiz6rKxE1xIztM8ZghOlGTPWMUnd { display:block; }
 }@media only screen and (max-width: 763px) { #w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 { display:block; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylawB2z68X6T0iu0XTxcCSaRREOTf0Po { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7w3Zb3DJfLtAwOqDwUHqS6mMvTN1eua { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AassOqXLh2MkAiLsTGpQq2UP3niGSfKm { width:3.1875rem;height:2.125rem;top:7.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQUa6ePiha5Z777Toau02dplywrcRJW { width:3.1875rem;height:1.25rem;top:7.5rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZKS1e28VyWTBLViwcgwG1cX0IRBXVLE { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImKqiqJ1ZbaBBToF1R7l4a1iEgW9Veu { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8R7oJEQe3AEbsybViH5KcuNc83xX9qZ { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR { display:block; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOJmtOpXxVo4Eh51oR64HzH5bJSD046r { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx5Cxcbf1TgBemEcJORZnbfTk5wA175o { display:block; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r513JT5oL17IRzqXVDhIckNUCuycNyD1 { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FduItLmL4Q0Pu90FVTU4PAM2mItTWdTt { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7oXBJAXWsBquMyf1ihP7nDu0cD4JZ1v { display:block; }
 }@media only screen and (max-width: 763px) { #siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 { display:block; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDaoWmRoMT1obIn1gwDNkkxApFyJ1c0 { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmAECltUW5Cq1snaEO9eO0pwtul5KR64 { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7sw3LmJNoLzucVCWnTdBSloZo91kUc { width:3.1875rem;height:2.125rem;top:7.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKw0QpvprIT5lbns4QbXfneI9hcoXGA { width:3.1875rem;height:1.25rem;top:7.5rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVdcA4RSo0bbTHJoJ3aNiXxJ8PGvfcov { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT0b4HBKhWWg8b0r58NbO3fIbFgSn26P { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2CLX7oaivZs0HDyvLuJen0J3FwFD8Eo { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lORxNq2T9H77Mxc298y7W81K3vVfmqVT { display:block; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t88cfMZrb31OlOovhMoDrmuBoXA3tJf1 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey { display:block; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhKXsM5fPUJQtesBTPowOlri7Mkc1pIm { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOblDV27ao9f2MqaypdIEMd5HBBUD91o { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvX8HufPmgt4fK1XMvqvX7Px3bp06e3W { display:block; }
 }@media only screen and (max-width: 763px) { #LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT { display:block; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxX7fIIwn7MoucTSLrfClINBZSgUVVrO { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL8TP00PRJSNZJEPZ55GefUfTZN0THzt { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzJEbhPlI297sKAFESaf1oR8CthTgV3 { width:3.1875rem;height:2.125rem;top:7rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoaQJaFmol8LCaS2KE3v6T0vrsXNbJi { width:3.1875rem;height:1.25rem;top:7.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7IHuVDTSA4vCrCqp4CsKXMITxOznz9 { width:3.1875rem;height:2.125rem;top:7.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOJD2ZRbJkacbnXUMZsE9TXtGtMqroJ { width:3.1875rem;height:1.25rem;top:7.5rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBEQUcEuCxHNzhm1feOP8N0UvJf4nth { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RkhKx1qXaTarkNrk0LOk9pHiAWgU3y { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGOfugbZAbZTixqXzw0PqxFEB58yoZzk { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX { display:block; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRdBEvAepyWIpisPNuTb4MbnqU42I6pi { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi5rimq3NgyK4oX8pJw9Hb5ZRBifamIB { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzg2pvl3nJyu32D7JefriFe1AR6P2UrC { width:3.1875rem;height:2.125rem;top:3.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXw2TITKnQEHhWHc4CTOJesThhDvLfK0 { width:3.1875rem;height:1.25rem;top:3.625rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9zeQgeEvZ1U60HQsahz3cco6JwBBep2 { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN { display:block; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cB7XxKVTZfFfwlEaESbqNGUkkAALVqCg { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHqxXnGz9geSM8nWkuvUQE23NMegRxJn { display:block; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8Ee49HAZ6AFKTdkJGTofRLvvrk8cgTX { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3RhCT7l1v8T48tOUe5Wmczo9Gu5u1Jn { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0iwAUz3VqCTMzGM5MvTuevaVQ7MiDq { display:block; }
 }@media only screen and (max-width: 763px) { #hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK { display:block; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3g0Sn2W11peqS87bIBeCMg6SQK861tP { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEHl9vmRi2u4IrGaZpVz9syL2Tu4rXId { width:8.9375rem;height:1.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1 { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvIPKX9ng2vC4u2EPqKx3fS9ZcBQDTk { width:7.3125rem;height:2.125rem;top:7rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekr2i9zt6STJ4lWqFP2D1BUw54DaiqQC { width:7.625rem;height:1.25rem;top:7.4375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK1BGfxlx8UWIig6g6Uxrd6XdhpfoVZ6 { width:7.3125rem;height:2.125rem;top:7.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsVnG0zOn5lcOdVUMP2iXQtPR8I2Lmso { width:7.25rem;height:1.25rem;top:7.4375rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNlQSgigJCT5fRZK8QTAr4eslWF6USAn { width:7.3125rem;height:2.125rem;top:7rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ax8AUQyp5d2L4Sq3Hy1MfxN1LQftJS { width:7.375rem;height:1.25rem;top:7.4375rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etW65nIXHaAk3TDoVnyoTv33IE5mQiPC { width:7.375rem;height:1.125rem;top:1.9375rem;left:20.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg5Hy8099XAcmqGA1ZtLqg1a1fwh18XO { width:14.125rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZbal31macDO4qK2o087AbUOxfStens { width:7.375rem;height:1.125rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVyFElyzL6H2ggr8Dd20E7RPTGrblVGV { width:7.3125rem;height:2.125rem;top:7rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAWpoIcZgcK0FKwkMRzZcD4TiU6a6V5 { width:7.3125rem;height:1.25rem;top:7.4375rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID { display:block; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3bgncCy2hr21k9xbz34QBfnsF76Sq8 { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP4SrMexJlOFzqwTrDegWBe4hJ9gNnSZ { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbsKypQpZ8LoGZtRUeDDqruQNsNvDND { width:7.3125rem;height:2.125rem;top:3.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3M3TOCNTpwmE3A3P2NDGhQ8Sng2mtZU { width:7.625rem;height:1.25rem;top:3.5625rem;left:14.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqug88XMXbqTCZTC4QadIrGLF27T8C8 { width:7.3125rem;height:2.125rem;top:3.125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNzITLIkt3plVDh3ZiRn5rz59uSfr3MQ { width:7.25rem;height:1.25rem;top:3.5625rem;left:23.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S2MwqqTS8kiP4yWl1FXuiL9PuO9ZU2 { width:7.3125rem;height:2.125rem;top:3.125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuf25ib2mCbMmKeNzDcUxOIdBeSwRn67 { width:7.375rem;height:1.25rem;top:3.5625rem;left:31.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQyvb3gv08dxwizbren5g8WCGmOtQuEC { display:block; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqmbbMhIsag37csLQEJgwWpX6OsZVd1 { width:8.9375rem;height:1.25rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM { width:6.5625rem;height:6.5625rem;top:0.9375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5iUZOHJFB8C5uNSoNFC0weW93raXBEi { width:14.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfMWuzLP2nRsnOPQCtgEgWwsXQE362D { width:7.3125rem;height:2.125rem;top:3.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP6tnuxBtAEsZmnoswdrIQVRFpTTDsug { width:7.3125rem;height:2.125rem;top:3.125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU1G2AEcTQbwzFihGle1WLBlLPXCMTDv { width:7.625rem;height:1.25rem;top:3.5625rem;left:19.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qNpMSOfS7CUTHNZOpEpFVaQigLhvTl { width:7.25rem;height:1.25rem;top:3.5625rem;left:27.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT { display:block; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ial8ddLvqfmZvl8xCbCi5f7VATvVhV1B { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT { display:block; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baonobnf9CR9vlhNRPd2xW1FUVXXAmrV { width:44.0625rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSWdBtz0a71u6VguFdSAndNKXO60UZW1 { width:12rem;height:3.625rem;top:1.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoIo6UBCN8OT9JtfyiAPDXh4bKrEE4Rt { display:block; }
 }@media only screen and (max-width: 763px) { #vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA { display:block; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54 { width:6.5625rem;height:6.5625rem;top:4.8125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikrymnp2ZBez00cge0po6f1ueElT5OT { width:24.5rem;height:1.25rem;top:7.4375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs { display:block; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5atTro2eH1T6hdMPVK7s5cUMgE1LtEI { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { display:block; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIdCiW572AlRnI6ECMG1vlnOKdzeXsv { width:30rem;height:2.875rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B84UqR3JI1IJ3mqmJ1sf5eRo69yLrNxN { width:24.75rem;height:3.5625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4X2EbbL4UnLPktxiIkRBLtzgfEFRNzd { width:26.8125rem;height:2.875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTx9qppayqpv51EhfiwS46T057yfMfoF { width:30rem;height:2.875rem;top:3.5rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.125rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G  { width:23.75rem;height:auto;top:6.375rem;left:21.5rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G {display:block;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G { width:23.75rem;height:auto;top:6.375rem;left:21.5rem; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #bVcvKTPXyqRMvXtcAD3s2klPxqPS6eV3 {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ioHtzUaQikDFZaF3V8ttAMcdEwwra0hE { display:none; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #LwpQ2wEqTEIzXVGPJPCOr9e6E7OK871y {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #GDyqxla4El3PKaWAOJMWOsIwGc9wG7Oy {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Fg2K7JvcETwGm3tpIGkm1QBo6Xg9yir6 {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #UAOoP9ulNmKBWs3VaGTaWiqcTHi3nXWx {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MC6b4KZxcmXNIpZa529AXtHGSsSwKW8R {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #V44yNXzaUPVK7UVDqF0AWmDCpIy1BNpo {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ei7nSXvcQhRUiCWg9u9qntTqA2pxGuuM {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ITllpOFVZbvlC8PMTo9aQ3BI6LAyhI5n {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #N95MTeubH4QrDgf8tWGpW1Ohhmvded6K { display:none; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MeqrLBCK6lMAVZB7togxxk2l35nU4oUC {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Z8n6s6upxKUsFC3T0TD6pZpSU5Zc3OoX {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #RAbHC2MuzRfqpakfubVfOrCmx8xEPPdl {  }
 }@media only screen and (max-width: 763px) { #oHtVzTdCkrZGlQKx4miPMPS7FPin64aB { top:18.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#oHtVzTdCkrZGlQKx4miPMPS7FPin64aB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #q1aHfGD9SM1C2wEw75Meu3o5kKKQEKpS { width:9.125rem;height:1.8125rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUi6nVyk2kD1As4xhiZlofUl9Pc6NrRJ { top:24.9375rem;left:4.875rem;width:8.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo { position:relative;z-index:auto;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { background-color: transparent; background-image: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row > .video-iframe-container { display: none; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .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); }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { border-width: 0; border-radius: 0; }#cdnFTcWuJo4Bpwb21dhpynByxl0IIgmo > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0NJ0tPkiI9PW7tpvXeqwOPmIEECk032 { width:5rem;height:2.1875rem;top:4.5rem;left:5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #nyVLwtnfgfsqCLrz5mu3NdT31ypyhPmd { display:block; }
 }@media only screen and (max-width: 763px) { #DX7TTdcDVVsGUqSslKpl5h2q5ZumaFR4 { width:5rem;height:2.1875rem;top:4.5rem;left:15rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #yccc0fcD5kdJkuFUcgBSwr5TZf08EtOq { display:block; }
 }@media only screen and (max-width: 763px) { #JNIT3GcWr0WM9LyZTsKhcQ4mJPcvT2Ud { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #cV4Dh6LfeOeZVweQRUM7tlVpXzEzWxfH { display:block; }
 }@media only screen and (max-width: 763px) { #mARxrBMtcsP9ULUl5zat0U2TxmfykFl6 { width:5rem;height:2.1875rem;top:4.5rem;left:10rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #y3T7p2FQes9uudwVI6HwU8dhC65MqHZr { display:block; }
 }@media only screen and (max-width: 763px) { #MrpPs7wd83VZLOvuwoWymyhm0lhIhZfO { width:13.5rem;height:4.5rem;top:0rem;left:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eQx32cwHF9fhSsvd7D7EM51BJTJO9vB9 { width:5rem;height:2.1875rem;top:4.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #oVApbANrHbfIuc7PoaBKaf4m9XnLwRrU { display:block; }
 }@media only screen and (max-width: 763px) { #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0b504fc-f7b6-4db9-b5c3-aff011d36e30/noraquapoolbackgroundmovil.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.adaptive-delivery-prevent-bg, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyload, #UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J.lazyloading { background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { background-color: transparent; background-image: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.6); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row > .video-iframe-container { display: none; }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .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); }#UawoTV1KlhTT9k3XTOZ8SFm8svSKAh1J > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ahki2b48vXvpz74enrFxZGUpPdGQIivX { width:18.5625rem;height:0.0625rem;top:26.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD2sVeyFu8vbACvvyTpiCxqrRyVUag8R { width:18.5625rem;height:0.0625rem;top:30rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAh735TtwhCcP9HJyStvTJMuaX1VZBHU { width:20rem;height:7.3125rem;top:6.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA7qFvFBU5FufltDxbhMnNg9x6m42Jcn { width:20rem;height:4.875rem;top:14.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7gwxqyzppGXUB5H0QLt0kqEFFEDbvh { width:12.8125rem;height:3.19921875rem;top:21.5625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNQ6Rk5vWmbNEzNpXmtWQvkMLl551pVh { width:12rem;height:3.625rem;top:28.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LifXtZXqGTkmgEbdnhIvNcfE80lbOR { display:block; }
 }@media only screen and (max-width: 763px) { #SAcCKZPPkKccCeJsvXcy2hlwHthpsyEW { width:20rem;height:4.3125rem;top:32.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV { display:block; }#y6a0kBDGCvk5lbSE1ZM51qlaExDdlFMV > .row .container { width:20rem;height:129.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkSPtcyNlSZKqp3TT05rfwo1GbyOSHTr { width:20rem;height:124.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPytw5l8dxcHxdTNua6q5nS52rw9rP2W { width:18.75rem;height:7.3125rem;top:11.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR48DTvv6P1NusP9c3NwMHdE448TnD6J { width:18.75rem;height:6.5rem;top:4.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX953eiiuprbG91EpsMNythkPcdXhTFn { width:5rem;height:0.0625rem;top:6.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnINozOKSQ9NKxLu25AXKo8wryZCADDd { width:9.3125rem;height:6.499rem;top:23.61328125rem;left:9.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c4XkH1VEbfXdTtB4hU6PDKkzrXCTxull { width:7.3125rem;height:1.29980625rem;top:21.435546875rem;left:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5OT9I7JwO8U4DHitPo5tEk6ThTZDopd { width:12rem;height:1.29980625rem;top:33.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJJCPZPJCtJ8B22qficpqtm4QZTqtvTS { width:11.75rem;height:1.29980625rem;top:45.625rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTL6FZPDNz91Wmx4WicVxh47ImIvSkP { width:9.1875rem;height:1.29980625rem;top:58.1875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR31sKNuaHXPdOdMwT9T42rWP7Lhk6zs { width:11.75rem;height:1.29980625rem;top:70.625rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gelEnkwOoW2rBBSR4w9sWDisFtnJaqVd { width:8.8125rem;height:1.29980625rem;top:107.5rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC4KdTvF5FAAb8hlnwULbyxc8RngqHHZ { width:11.75rem;height:1.29980625rem;top:82.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9LrTPGBrSEC0EACL441STlbPnunbJT { width:11.75rem;height:1.29980625rem;top:94.9375rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUVMm2PS4W9EfCqlPXO5ezBJo7akF8y { width:9.25rem;height:5.19921875rem;top:36.125rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDFxWd7kllTqcBTTLdJsGFOi4xcceAGl { width:9.375rem;height:6.499rem;top:48.25rem;left:10.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gswDOhmPfflcmPcZzR4UgTTpnZqtQc3F { width:9.3125rem;height:6.499rem;top:61.068359375rem;left:10.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoswagowVsLqwSXyuDVyw6wDJUXQH5i { width:9.0625rem;height:5.19921875rem;top:73.1767578125rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7LlWFo9gaC19Qdbl2v1EZ29pTaApcqc { width:8.4375rem;height:5.19921875rem;top:85.3447265625rem;left:10.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQdHGe0luTia19uy1hLLgNsqEWpnE1lL { width:8.625rem;height:5.19921875rem;top:98.0087890625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thHQIhbNLR3zshTPWhV1liOJ7DrpMkoF { width:9.125rem;height:6.499rem;top:110.6572265625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWbIEOFzgUqUbg3RnMD4UmnFVuvuBb1 { width:10.875rem;height:7.8125rem;top:110.6572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0Q5CLyzXNca4ogAbTdchUNuvEbySZK { width:10.875rem;height:7.8125rem;top:85.3447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THo6mNVlTLekLUeqgzOomZi6kNmFTSiB { width:10.875rem;height:7.8125rem;top:97.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SVnKNi23IatUu9PLqpBcUXhePqLuiz { width:10.875rem;height:7.8125rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHaScuhBNs1iQkpzvqRa9lhefHyRrBd3 { width:10.875rem;height:7.8125rem;top:61.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNQ7nnefFLySXDoLorMnE9PTnptoVs4 { width:10.875rem;height:7.9375rem;top:23.61328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOfI2KDKVZ6BmuMgDbGSBWl3nxSwfH6r { width:10.8125rem;height:7.8125rem;top:73.1142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZNCpl5gByLM3yxGpl9E8vHPWCow3DU { width:10.875rem;height:7.8125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXlEy2LcWTVRscwxoQay2tSsTtRCA3a3 { width:1.5rem;height:1.5rem;top:21.3359375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfo6hieUQcGSVKC7aPo2BLrTavyQWd5T { width:1.5rem;height:1.5rem;top:45.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulUURAhUfcgayEySPgkxB1OPQ3fAraXx { width:1.5rem;height:1.5rem;top:33.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt2y0a0UxZ909qydGU4ePNhREkzNXWvi { width:1.5rem;height:1.5rem;top:58.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96P33rWWwryFVeT8HqlJGvMppU0wTBS { width:1.5rem;height:1.5rem;top:70.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQwSZI4Gp8eurT7iUALcaKr38pTWmPNy { width:1.5rem;height:1.5rem;top:82.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdaH6ZDmk48KiXIBckD3zm3AWvwfcIla { width:1.5rem;height:1.5rem;top:94.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8iT05csiAhGG2Gpb0tGHptmMwZxVbHX { width:1.5rem;height:1.5rem;top:107.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3PrxuUWlA7FTatUnH1wtUZmM98wXnzu { width:12rem;height:3.625rem;top:120.5625rem;left:4rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #k1xW1dNnp20s5E2QMQPgTTnEHrOeKwlI { display:block; }
 }@media only screen and (max-width: 763px) { #geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 { display:block; }#geMvhBCFnTVTO3LDzbhq16MMG4k8FMr9 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyT2reZledKOni3u1XI8SLqEveJh2bSN { width:20rem;height:2.4375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLpSqBBVSrFnkFvJ9VfstEK1C47TcQeI { width:12rem;height:3.625rem;top:6.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCA5EeM4mJce6ECvCH9PfQqWOR0Q7PlN { display:block; }
 }@media only screen and (max-width: 763px) { #rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ { display:block; }#rn3KasWa5hFXfqbbC1lpJ30ydQbkWuBQ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KikcRb4RfN5T1vhuRmkKnqfaVgMOcm63 { width:12.5rem;height:10.875rem;top:4.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvis4osPBDTi3CXhilgIe1rOkfBIGehz { width:5.875rem;height:2.2734375rem;top:8.55078125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirLGRM4XXPOqKNusXUCdhs3xbHBangf { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3QxUdVSfuHcHwBi2DPEbemezVgsbES { width:3.1875rem;height:2.125rem;top:7.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaekWgbmQ02Elx4fiXJSPV1lqrzzpau { width:3.1875rem;height:1.29980625rem;top:7.625rem;left:8.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXhHLIdf6FKmtRidxEHlufeCTM6AyLTa { width:3.1875rem;height:2.125rem;top:7.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6vNPP2PQwep7SJUprOydmJmNdRXI1gE { width:3.1875rem;height:1.29980625rem;top:7.625rem;left:12.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDVJmHAGlu22imV4Q8qrlF0F02n8lCAl { width:3.1875rem;height:2.125rem;top:7.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrR8k4SeGcN5EE5ZhvSUTq0fOWUSfmZ5 { width:3.1875rem;height:1.29980625rem;top:7.625rem;left:16.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKXUTCPS1gGwuannEPtavekaiTNbHFrm { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLOuQO3aW7J7eVcbC463DTS7XDl72qGb { width:7.75rem;height:10.875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUXX24tUJca6L9axZbQLK0cAzlpUfdzd { width:7.375rem;height:1.29980625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlWPLNDpCDhV9CPqGALQ82mEAIh3vR6N { width:3.1875rem;height:2.125rem;top:10.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APdG3U4XCwWrsq4mOnZbiWDGFBktWmCR { width:3.1875rem;height:2.125rem;top:10.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgP26wJZLEWqQteR45BKpaTwf9eSwBEx { width:3.1875rem;height:1.29980625rem;top:10.5rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWdJwXgPTycsTs1VZ8QrJdDfgZPz6Dk { width:3.1875rem;height:1.29980625rem;top:10.5rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW { display:block; }#hvgmqfrkKgcnw0fUmTiaCFD4XKacUJXW > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0LoMf0ko5ztSEeixOAR2DEHOm7fGSdz { width:12.5rem;height:10.875rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhWoaeTaNbKMzyPv9irr0qeoumCR9NG { width:5.875rem;height:1.13671875rem;top:4.900390625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaPmUny8iG89GqBAkgxEV6QQAfOQdPUz { width:6.5625rem;height:6.5625rem;top:2.1875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLTQJD2TkrK9s2PoWWXdEGcApDlyULX1 { width:3.1875rem;height:2.125rem;top:4.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVaUcRQTZMfQVssiAemPCOLdbdT8JOI { width:3.1875rem;height:1.29980625rem;top:4.8125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xznklX8w9cXnczeLKtEXKliCpLHTGczf { width:3.1875rem;height:2.125rem;top:4.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRNKlqapDBsLZBetM8ckuU3suWbDSyA { width:3.1875rem;height:1.29980625rem;top:4.8125rem;left:14.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nMgnvMgVZvL2LHh5g72FbAkkMiUEdi { width:7.8125rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv { display:block; }#tLTaEsqnDLdJicez0SOyFEtCTg1pTtCv > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ospiT3rHCOSgvyyuTWB8TNfTytrfxdZA { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd88RM63TKsS4F2wOu1Tx4LZfiIZOTUg { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUIR8T4tKHwT86dldS3biLirWmR6q5e { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkTx3w9vTnIXEVkwhkSylPUpb0gC15CD { width:3.1875rem;height:2.125rem;top:5.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbB10xABOc9gtcbXD9r5zulWng2taFMB { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:10.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xc7D7XUX9OxS1OqgX1h55xW0nUKC9dx7 { width:3.1875rem;height:2.125rem;top:5.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQFdtwZOJeuRFnkOmTHLFNwBrkZdDlV { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:14.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDpuNDhluGRNeSc8tlJ9QmM6tkevdAgU { width:7.8125rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykCTpF6hSmu50iBKf6TSwn6h9bULQiih { display:block; }#ykCTpF6hSmu50iBKf6TSwn6h9bULQiih > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmoOQB8Hse92uGn32g154Pv1TLfGSl54 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te { display:block; }#Khgz2Tvl6VqFVzyhuWkkexTQM1SR37te > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD4K9QVGm3Tsw82llMWp4O3kP3305C9g { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx77UZs4KmBL5QEwOr9vOcAlxJoT5JwL { width:12rem;height:3.625rem;top:5.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Tt4OpFLznQGunyK02wTpiaf4OPMDbP { display:block; }
 }@media only screen and (max-width: 763px) { #OFUmAOBxp7F1beGBptysZzeP53gMdWaE { display:block; }#OFUmAOBxp7F1beGBptysZzeP53gMdWaE > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAr4yMfNZyVzQh96iXkERSuwuTCuda11 { width:20rem;height:10.875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnL3tFA4uy62UvGU2OQT9WJ7PJiTPLUa { width:5.875rem;height:2.2734375rem;top:8.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJqdCVoFArlvz7KJQzQ3dHOzpOpHIsZ { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazrAAo8vi0FwGKvlk2Mrc5GT5scTXGK { width:3.1875rem;height:2.125rem;top:8.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gue1KOEmALd04pxVNw5AF6HSM9Vwm50t { width:3.1875rem;height:1.29980625rem;top:8.8125rem;left:10.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Do4PUm8Ea35rsoSAc9O98C9aCziyWM36 { width:3.1875rem;height:2.125rem;top:8.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWxhuHdS8A3o1ZhdN8QA9zptwnq4ukeZ { width:3.1875rem;height:1.29980625rem;top:8.8125rem;left:14.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyTqqb9BGygWThrU4B2rTQV3m2KLDKvv { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFSKug8JAEmicyOQZWrFNuG80bIZxAxD { width:7.75rem;height:10.875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux7hzPTDQaTHdSoxubum1iu9LR1eL7ur { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr { display:block; }#Tz0uSwIrduVJ2obXHea2BKFOhtBWt1rr > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PATQNT7JQh5KQLEio0Z9sFkpfyTySf1c { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAkqMcmAb3UDq7wmEMyUDCVSPhSfo92k { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv5AVqs9JWplNfxIomqNEv4nTQofvHfe { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqITzT7dbsPEiZTumXiks0hb5g7EMCrm { width:3.1875rem;height:2.125rem;top:5.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxNUsvzURnyeCD52B74lfwH9BfmGqd7z { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:10.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrbuvaTdcNe8XlQ1kAEhCfAlcTakCoSA { width:3.1875rem;height:2.125rem;top:5.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATVQtwI9ieu5M4WIvKEzS8UqIOlCdqm { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:14.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwL0vd1GB5gsbtHav4t27BpXVKnclonh { width:7.75rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq { display:block; }#dKT8FiQbNiZnS7ZBfBnEefagwH1ESDRq > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSViETSsFIZT4UHLi9gp684kKbFKPAdg { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR { display:block; }#nGz5CZtUJyfATGCqQrWJg4y6ZArPmTdR > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBhFfRBmP0miqyJKtOdD37vqtWgfpstQ { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOdZ64GzzzTFZGxKpC8W9lFVhCJGbyrN { width:12rem;height:3.625rem;top:5.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZyt5M3GQfH3HtniRZAEwQSJCIhxRwNz { display:block; }
 }@media only screen and (max-width: 763px) { #CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 { display:block; }#CsQHNtSQZc8sNulLD52OVouQNsLDO3R0 > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ow3AMko7JbdKXuFuDECtzbzQ0hhSykT0 { width:20rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVMRXBe99vG4Duis5TATPnnUe8rXZPzQ { width:5.875rem;height:2.2734375rem;top:8.42578125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uCQdRegEleXRpVWmA2NmCP2vKPZTZZ { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vFzHCaRtscTMRN53Oa3qTc76dg4dOI { width:3.1875rem;height:2.125rem;top:8.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuTt3mQQQoVS9NqOaSvQTNdxLQBKPS0 { width:3.1875rem;height:1.29980625rem;top:8.9375rem;left:12.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJqpazJu9WE2iiNMcrPoy97ecIvvqS8e { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJK7FKUQo44QLzhuNEViz2HcmMJUIG7Q { width:7.75rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5CVVXNahlxobtZq80zIoRyncMwEmLKO { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX { display:block; }#WHDsqVEf7Hh6WwEgZ1b9ys5THBroVRSX > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6TR6wl7dm9MByx8Og23AeTleKFlyult { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DV10GUf3ykM0xwrfuIDSC4tNzyUnqT { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A97F3zTcDqFQr2mlq4JolIRzTex2ptql { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #msiefziCkQKRtEVXuLD2vS1uwTSRwEyv { width:3.1875rem;height:2.125rem;top:5.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDoHbUG1FayO0ngoTHvpPkXdxpTNnSN { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:10.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9FfaKDTndfJWSCOe41gZCkw2NeLMWuG { width:3.1875rem;height:2.125rem;top:5.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBCQJJBg0ZpQiVTa4hyWKnTpQiffo0I3 { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:14.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJrKOgC6CioVoghJsXzH7k9R8kXtw9zZ { width:7.75rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGuPnFzthrauXLWdSOUTwdl794SHtwDn { display:block; }#MGuPnFzthrauXLWdSOUTwdl794SHtwDn > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeXAJTMcuZ4ahhsZLlkFwlLwlLVNU123 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH52ol5BE6HFTz165gCzpD6S1F9VXPTa { display:block; }#DH52ol5BE6HFTz165gCzpD6S1F9VXPTa > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faSNPXd19oonRWiMWbMP08y4JvRGAnLt { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tff9KzO0u0B7WMXqPkug2QOXePSvhKn6 { width:12rem;height:3.625rem;top:5.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9JSwiz6rKxE1xIztM8ZghOlGTPWMUnd { display:block; }
 }@media only screen and (max-width: 763px) { #w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 { display:block; }#w04vG1Aeg0xs3WzZ3paKy1zGwgVCXB21 > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylawB2z68X6T0iu0XTxcCSaRREOTf0Po { width:20rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7w3Zb3DJfLtAwOqDwUHqS6mMvTN1eua { width:5.875rem;height:2.2734375rem;top:8.42578125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XZytcHVB1N3Rhap5l9whwFNxOGcxTq { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AassOqXLh2MkAiLsTGpQq2UP3niGSfKm { width:3.1875rem;height:2.125rem;top:8.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQUa6ePiha5Z777Toau02dplywrcRJW { width:3.1875rem;height:1.29980625rem;top:8.9375rem;left:12.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZKS1e28VyWTBLViwcgwG1cX0IRBXVLE { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NImKqiqJ1ZbaBBToF1R7l4a1iEgW9Veu { width:7.75rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8R7oJEQe3AEbsybViH5KcuNc83xX9qZ { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR { display:block; }#rH6pKAVHRazD8HifFxEgUsNyr7SmQRwR > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOJmtOpXxVo4Eh51oR64HzH5bJSD046r { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx5Cxcbf1TgBemEcJORZnbfTk5wA175o { display:block; }#mx5Cxcbf1TgBemEcJORZnbfTk5wA175o > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r513JT5oL17IRzqXVDhIckNUCuycNyD1 { width:20rem;height:4.875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FduItLmL4Q0Pu90FVTU4PAM2mItTWdTt { width:12rem;height:3.625rem;top:7.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7oXBJAXWsBquMyf1ihP7nDu0cD4JZ1v { display:block; }
 }@media only screen and (max-width: 763px) { #siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 { display:block; }#siod3admnu3QL0n4cBPKsHAlHHUHZ2B7 > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXQ2TIwWP2T2RwHKT32XhuLXLveuhKig { width:20rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDaoWmRoMT1obIn1gwDNkkxApFyJ1c0 { width:5.875rem;height:1.13671875rem;top:8.994140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmAECltUW5Cq1snaEO9eO0pwtul5KR64 { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7sw3LmJNoLzucVCWnTdBSloZo91kUc { width:3.1875rem;height:2.125rem;top:8.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKw0QpvprIT5lbns4QbXfneI9hcoXGA { width:3.1875rem;height:1.29980625rem;top:8.9375rem;left:12.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVdcA4RSo0bbTHJoJ3aNiXxJ8PGvfcov { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XT0b4HBKhWWg8b0r58NbO3fIbFgSn26P { width:7.75rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2CLX7oaivZs0HDyvLuJen0J3FwFD8Eo { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lORxNq2T9H77Mxc298y7W81K3vVfmqVT { display:block; }#lORxNq2T9H77Mxc298y7W81K3vVfmqVT > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t88cfMZrb31OlOovhMoDrmuBoXA3tJf1 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey { display:block; }#TlBM4dB5nsPPx68Ctu5V6gFghLNQfAey > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhKXsM5fPUJQtesBTPowOlri7Mkc1pIm { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOblDV27ao9f2MqaypdIEMd5HBBUD91o { width:12rem;height:3.625rem;top:5.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvX8HufPmgt4fK1XMvqvX7Px3bp06e3W { display:block; }
 }@media only screen and (max-width: 763px) { #LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT { display:block; }#LBoDoOykHqzkpbw1gAlqVxvAtTp1ITwT > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxX7fIIwn7MoucTSLrfClINBZSgUVVrO { width:20rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL8TP00PRJSNZJEPZ55GefUfTZN0THzt { width:5.875rem;height:1.13671875rem;top:8.994140625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZHckVlNzbsMJFAE0zqBGSUZDvwgMgNm { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzJEbhPlI297sKAFESaf1oR8CthTgV3 { width:3.1875rem;height:2.125rem;top:8.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoaQJaFmol8LCaS2KE3v6T0vrsXNbJi { width:3.1875rem;height:1.29980625rem;top:8.9375rem;left:10.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pP7IHuVDTSA4vCrCqp4CsKXMITxOznz9 { width:3.1875rem;height:2.125rem;top:8.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOJD2ZRbJkacbnXUMZsE9TXtGtMqroJ { width:3.1875rem;height:1.29980625rem;top:8.9375rem;left:14.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlBEQUcEuCxHNzhm1feOP8N0UvJf4nth { width:3.1875rem;height:1.29980625rem;top:1.349609375rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8RkhKx1qXaTarkNrk0LOk9pHiAWgU3y { width:7.75rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGOfugbZAbZTixqXzw0PqxFEB58yoZzk { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX { display:block; }#UMitUmaTkpsTHfbSPaLOl22EAAvZnFZX > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRdBEvAepyWIpisPNuTb4MbnqU42I6pi { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi5rimq3NgyK4oX8pJw9Hb5ZRBifamIB { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM6tcXP5iTtAyB1G24o6Ty9yo4iEcBLp { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzg2pvl3nJyu32D7JefriFe1AR6P2UrC { width:3.1875rem;height:2.125rem;top:5.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXw2TITKnQEHhWHc4CTOJesThhDvLfK0 { width:3.1875rem;height:1.29980625rem;top:6.0625rem;left:12.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9zeQgeEvZ1U60HQsahz3cco6JwBBep2 { width:7.75rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN { display:block; }#Fncr7PtQTogM3JqogcfXCLcrC0UEoNVN > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cB7XxKVTZfFfwlEaESbqNGUkkAALVqCg { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHqxXnGz9geSM8nWkuvUQE23NMegRxJn { display:block; }#vHqxXnGz9geSM8nWkuvUQE23NMegRxJn > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8Ee49HAZ6AFKTdkJGTofRLvvrk8cgTX { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3RhCT7l1v8T48tOUe5Wmczo9Gu5u1Jn { width:12rem;height:3.625rem;top:5.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0iwAUz3VqCTMzGM5MvTuevaVQ7MiDq { display:block; }
 }@media only screen and (max-width: 763px) { #hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK { display:block; }#hHnTUJGWH8rlnKM9dBThdFdOSTs8PkXK > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3g0Sn2W11peqS87bIBeCMg6SQK861tP { width:20rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEHl9vmRi2u4IrGaZpVz9syL2Tu4rXId { width:5.875rem;height:2.2734375rem;top:8.42578125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNF9sybMWKkurLJ4TF9S2ltOwuS2xJg1 { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvIPKX9ng2vC4u2EPqKx3fS9ZcBQDTk { width:7.3125rem;height:2.125rem;top:4.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekr2i9zt6STJ4lWqFP2D1BUw54DaiqQC { width:7.5rem;height:1.29980625rem;top:5.375rem;left:10.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zK1BGfxlx8UWIig6g6Uxrd6XdhpfoVZ6 { width:7.3125rem;height:2.125rem;top:7.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsVnG0zOn5lcOdVUMP2iXQtPR8I2Lmso { width:7.5rem;height:1.29980625rem;top:7.875rem;left:10.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNlQSgigJCT5fRZK8QTAr4eslWF6USAn { width:7.3125rem;height:2.125rem;top:9.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ax8AUQyp5d2L4Sq3Hy1MfxN1LQftJS { width:7.5rem;height:1.29980625rem;top:10.3125rem;left:10.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etW65nIXHaAk3TDoVnyoTv33IE5mQiPC { width:3.1875rem;height:1.29980625rem;top:2.0625rem;left:11.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tg5Hy8099XAcmqGA1ZtLqg1a1fwh18XO { width:7.75rem;height:10.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZbal31macDO4qK2o087AbUOxfStens { width:7.375rem;height:1.29980625rem;top:1.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVyFElyzL6H2ggr8Dd20E7RPTGrblVGV { width:7.3125rem;height:2.125rem;top:12.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAWpoIcZgcK0FKwkMRzZcD4TiU6a6V5 { width:7.5rem;height:1.29980625rem;top:12.8125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID { display:block; }#IO0fVNVLoJtCinT6FzVdXvWHhWWMMkID > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNuODxSMRkI2ZMAdFAcLpTZFnALiXkT { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3bgncCy2hr21k9xbz34QBfnsF76Sq8 { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnoI8c6m8h4Q0hmBlnHtXeCznFZEW8Qp { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tP4SrMexJlOFzqwTrDegWBe4hJ9gNnSZ { width:7.75rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbsKypQpZ8LoGZtRUeDDqruQNsNvDND { width:7.3125rem;height:2.125rem;top:2.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3M3TOCNTpwmE3A3P2NDGhQ8Sng2mtZU { width:7.625rem;height:1.29980625rem;top:2.625rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqug88XMXbqTCZTC4QadIrGLF27T8C8 { width:7.3125rem;height:2.125rem;top:5.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNzITLIkt3plVDh3ZiRn5rz59uSfr3MQ { width:7.25rem;height:1.29980625rem;top:5.8125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S2MwqqTS8kiP4yWl1FXuiL9PuO9ZU2 { width:7.3125rem;height:2.125rem;top:8.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuf25ib2mCbMmKeNzDcUxOIdBeSwRn67 { width:7.375rem;height:1.29980625rem;top:9rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQyvb3gv08dxwizbren5g8WCGmOtQuEC { display:block; }#OQyvb3gv08dxwizbren5g8WCGmOtQuEC > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCqLXCPxptHHU33TdTSO3hnhXO7PGNBk { width:20rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqmbbMhIsag37csLQEJgwWpX6OsZVd1 { width:5.875rem;height:1.13671875rem;top:6.119140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPOQU1ZKq8mQoXwoTxzabM51UEvBKIM { width:6.5625rem;height:6.5625rem;top:10.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5iUZOHJFB8C5uNSoNFC0weW93raXBEi { width:7.75rem;height:10.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfMWuzLP2nRsnOPQCtgEgWwsXQE362D { width:7.3125rem;height:2.125rem;top:3.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP6tnuxBtAEsZmnoswdrIQVRFpTTDsug { width:7.3125rem;height:2.125rem;top:7.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU1G2AEcTQbwzFihGle1WLBlLPXCMTDv { width:7.625rem;height:1.29980625rem;top:4.375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qNpMSOfS7CUTHNZOpEpFVaQigLhvTl { width:7.25rem;height:1.29980625rem;top:7.75rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT { display:block; }#ORbE7tIaRXAdZLxkiebxWCzFT3kqfGQT > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ial8ddLvqfmZvl8xCbCi5f7VATvVhV1B { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT { display:block; }#u39WQwKo6JtTfZuyDxNVXN7KcMCehIZT > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baonobnf9CR9vlhNRPd2xW1FUVXXAmrV { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSWdBtz0a71u6VguFdSAndNKXO60UZW1 { width:12rem;height:3.625rem;top:6.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoIo6UBCN8OT9JtfyiAPDXh4bKrEE4Rt { display:block; }
 }@media only screen and (max-width: 763px) { #vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA { display:block; }#vgGJE0MpFPsZycc5kTQKJcN3E8tJoypA > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jb5CAIyrldckVIcxvQeSLvu3QoBe26yN { width:20rem;height:10.875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFRZpJebAaSpa3gv3p6bfKzCeSXwG54 { width:4rem;height:4rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikrymnp2ZBez00cge0po6f1ueElT5OT { width:12.75rem;height:3.8994125rem;top:7.48828125rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs { display:block; }#MmCiR0qaprhNuV0vJSGeAkJiMu8TEQZs > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5atTro2eH1T6hdMPVK7s5cUMgE1LtEI { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 { display:block; }#b3b6WUtGiZvwMn4T70L2n5EgWITP4DD2 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIdCiW572AlRnI6ECMG1vlnOKdzeXsv { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B84UqR3JI1IJ3mqmJ1sf5eRo69yLrNxN { width:20rem;height:3.19921875rem;top:10.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4X2EbbL4UnLPktxiIkRBLtzgfEFRNzd { width:20rem;height:2.4375rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTx9qppayqpv51EhfiwS46T057yfMfoF { width:20rem;height:2.4375rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-text {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-select {padding-top: 0; padding-bottom: 0;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G  { width:17.5rem;height:auto;top:20.3125rem;left:0rem; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G {display:block;}#vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G { width:17.5rem;height:auto;top:20.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #bVcvKTPXyqRMvXtcAD3s2klPxqPS6eV3 {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ioHtzUaQikDFZaF3V8ttAMcdEwwra0hE { display:none; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #LwpQ2wEqTEIzXVGPJPCOr9e6E7OK871y {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #GDyqxla4El3PKaWAOJMWOsIwGc9wG7Oy {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Fg2K7JvcETwGm3tpIGkm1QBo6Xg9yir6 {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #UAOoP9ulNmKBWs3VaGTaWiqcTHi3nXWx {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MC6b4KZxcmXNIpZa529AXtHGSsSwKW8R {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #V44yNXzaUPVK7UVDqF0AWmDCpIy1BNpo {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ei7nSXvcQhRUiCWg9u9qntTqA2pxGuuM {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #ITllpOFVZbvlC8PMTo9aQ3BI6LAyhI5n {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #N95MTeubH4QrDgf8tWGpW1Ohhmvded6K { display:none; }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #MeqrLBCK6lMAVZB7togxxk2l35nU4oUC {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #Z8n6s6upxKUsFC3T0TD6pZpSU5Zc3OoX {  }
 }@media only screen and (max-width: 763px) { #vHOA2VBQEoTHmqDOgMHqimdIFFLplJ2G #RAbHC2MuzRfqpakfubVfOrCmx8xEPPdl {  }
 }@media only screen and (max-width: 763px) { #oHtVzTdCkrZGlQKx4miPMPS7FPin64aB { display:flex;width:3.125rem;height:3.125rem;top:46.375rem;left:8.4375rem; }
#oHtVzTdCkrZGlQKx4miPMPS7FPin64aB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #q1aHfGD9SM1C2wEw75Meu3o5kKKQEKpS { width:9.125rem;height:1.5996125rem;top:52.6875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUi6nVyk2kD1As4xhiZlofUl9Pc6NrRJ { width:8.875rem;height:3.875rem;top:53.6875rem;left:5.5625rem;display:block; }
 }