.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:220,222,226;--color-primary-1:137,144,158;--color-primary-2:19,33,60;--color-primary-3:10,17,30;--color-primary-4:3,5,9;--color-secondary-0:254,254,253;--color-secondary-1:253,251,248;--color-secondary-2:251,246,240;--color-secondary-3:126,123,120;--color-secondary-4:38,37,36;--color-tertiary-0:217,227,225;--color-tertiary-1:128,160,155;--color-tertiary-2:0,65,54;--color-tertiary-3:0,33,27;--color-tertiary-4:0,10,8;--headlines-font-family:"Manuka";--paragraphs-font-family:"Newsreader"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container { background-color: transparent; background-image: none; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container > .video-iframe-container { display: none; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row > .video-iframe-container { display: none; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .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); }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container { border-width: 0; border-radius: 0; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#oDEtms57bscGErLZD800T5r6ThyiR78u { position:absolute;display:block;z-index:15003;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.125rem;width:29.5rem;top:1rem;left:2.125rem;overflow:hidden;display:block; }
#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container { background-color: transparent; background-image: none; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container > .video-iframe-container { display: none; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row > .video-iframe-container { display: none; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .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); }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container { border-width: 0; border-radius: 0; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#n7dqLOgm6w5l9ex65QfX9m1DvFBhstFq { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:1.88671875rem;left:66.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c52ca394-cdf0-49c1-a24f-e8db0eb01820/Imagen_cabecera_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.adaptive-delivery-prevent-bg, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyload, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyloading { background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { background-color: transparent; background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .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); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { border-width: 0; border-radius: 0; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.35;letter-spacing:0;top:3.3125rem;left:2.5rem;height:9.449225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.1875rem;left:2.5rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:19.0625rem;left:4.0625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:19.25rem;left:2.5rem;overflow:hidden;display:block; }
#gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.25rem;left:4.0625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { position:absolute;display:block;z-index:15009;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:1rem;width:1rem;top:22.4375rem;left:2.5rem;overflow:hidden;display:block; }
#kqNBPOGTFzdTrxNAmgNkuUHKbpmbJm0C { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:27.8125rem;left:4.0625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBNvvsVubtViyGqcpBDHAkwC6yZHsFpZ { position:absolute;display:block;z-index:15011;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:1rem;width:1rem;top:28rem;left:2.5rem;overflow:hidden;display:block; }
#W7rvGFm8P5DQueF9cI8fvqrPMo0NO7mc { color:#ffffff;display:block;width:16rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:24.375rem;left:4.0625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4bvc0d8Isx6L5WoT4BA1sxO6rx6w0vI { position:absolute;display:block;z-index:15044;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:1rem;width:1rem;top:24.5625rem;left:2.5rem;overflow:hidden;display:block; }
#wtk6pTvPyk5uAAMWKZzKZuCNTpVrFTnm { box-sizing:content-box;height:24.75rem;width:30rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.75rem;left:41.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bMT9tTuKZgCArQkv56GUzAV3bnkbEdWE { color:rgba(var(--color-primary-2),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.875rem;left:44.8125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGN72oLHtkTwn3ZIF6PNachWeNcue40c { color:rgba(var(--color-primary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.25rem;left:48.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#He9TdGwz2BL1DVIAgibGSpPsUmN7ZXlk { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:14.1875rem;left:49.125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnTKxlfcqEih2gN47SGNHskLz50eX9Fo { position:absolute;display:block;z-index:15046;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:1.25rem;width:1.25rem;top:14.1875rem;left:47.375rem;overflow:hidden;display:block; }
#yesPyKLSNiCgteVMJLswCpT7NHUtJT58 { position:absolute;display:block;z-index:15045;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:1.5rem;width:1.5rem;top:16.9375rem;left:52.625rem;overflow:hidden;display:block; }
#hPpmrn9KcDsNrIp7apHlLipB75rEByc2 { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:16.9375rem;left:54.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puKU6LUhSKbTElqVLEpN04m2lF9SlNN7 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.2109375rem;left:47.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckJTfPIv7w8aQQRnyaovINufphnNtfhs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.6875rem;left:50.8125rem;display:block; }
#vTlrnXRknL6plHHENy1ooPsKG29NsNOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feT3QEGfASsNidtSFdoUUUKukHweTl0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container { background-color: transparent; background-image: none; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container > .video-iframe-container { display: none; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row > .video-iframe-container { display: none; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .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); }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container { border-width: 0; border-radius: 0; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#lyvFOMMltES4Liv5xr11SPbWTFZfqQAP { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyaffzEDI9lqssnJreUFkGzTILgI9pkq { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container { background-color: transparent; background-image: none; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container > .video-iframe-container { display: none; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row > .video-iframe-container { display: none; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .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); }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container { border-width: 0; border-radius: 0; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#Lo2uzh6XAUFnfnTbmrgNUMMJZ9uVMm3N { position:absolute;display:block;z-index:15000;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:17.5rem;width:25rem;top:0rem;left:11.0625rem;overflow:hidden;display:block; }
#J8LTJENuQ1k7JTXN4XnUTmy3m5Z0xxFP { box-sizing:content-box;height:37.5rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:11.0625rem;display:block; }
#aABMl0tbTeAwrNOMV3BuDxJwBSvyGmV1 { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.3125rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iV56PVUI533WeX08TGNP0wUHW1cG24Ii { position:absolute;display:block;z-index:15009;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:1rem;width:1rem;top:27.5rem;left:13.0625rem;overflow:hidden;display:block; }
#VS15wCDTL8ddNFdoThuJlqFSoKUHKDTR { color:rgba(var(--color-primary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:19.5rem;left:13.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDv3u7hAypP8QtX7M0t0oLE9mKLxLCK4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.599609375rem;left:13.0625rem;display:block; }
#agX4qGBGPzFLWnrEUatfRcZeTcWyyKME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#auAhDffWnQSem3nXIOfHRRMQvVRQqpgz { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:29.6875rem;left:14.6875rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L43yKyKzLKdZyZ1We6sutgqrCdb343ge { position:absolute;display:block;z-index:15011;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:1rem;width:1rem;top:29.875rem;left:13.125rem;overflow:hidden;display:block; }
#t2rkJuiOlNOzO5ZQD4c1JDmMRNTTVWCF { color:rgba(var(--color-primary-2),1);display:block;width:17.625rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:32.0625rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJrIVkKkflOgUHoqHdMDLu7XA5ENxtd5 { color:rgba(var(--color-primary-2),1);display:block;width:20.25rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.4375rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KG3mPM8zuk2KFquwEUJnenD7kFQEQnvv { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.8125rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h11BfOmBglIqLz7FBfwzUTrxIobis9Ez { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:39.25rem;left:14.625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#de8WHZuNJOh23tRPC9KFTy1VIux0hlH9 { position:absolute;display:block;z-index:15012;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:1rem;width:1rem;top:32.25rem;left:13.0625rem;overflow:hidden;display:block; }
#c73GN4RPIDykB02kVAv3L27NelAh7BbK { position:absolute;display:block;z-index:15013;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:1rem;width:1rem;top:34.625rem;left:13.0625rem;overflow:hidden;display:block; }
#PqKuZP0VJSmFaPr9ywvAdkHpbLEVtBiC { position:absolute;display:block;z-index:15014;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:1rem;width:1rem;top:37.01171875rem;left:13.0625rem;overflow:hidden;display:block; }
#HlzkKacPo52TJNeEEVXDxTLlQOaTiZdT { 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:1rem;width:1rem;top:39.4375rem;left:13.0625rem;overflow:hidden;display:block; }
#ysmavDLDm2xTrIpzzid8s4uokv5s4TmT { 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:1rem;width:1rem;top:43.1875rem;left:13.0625rem;overflow:hidden;display:block; }
#GsMwnp31lEOuRG8RAk18eCHRFdsp6TmX { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:43rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wLyl4KfUUZqFtn8hGhdS9obq8zDwpE6X { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:45.375rem;left:14.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aHzz4PI11yOlaKEQlrRi4X3yZsIQvLPx { 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:1rem;width:1rem;top:45.5625rem;left:13.0625rem;overflow:hidden;display:block; }
#O3R4wvWBAEg6pvGS9hevwyKbb92sScH6 { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:47.75rem;left:14.625rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJHkMz5EWpDuMzWnK9OPKU9gGiOzvlUw { 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:1rem;width:1rem;top:47.9375rem;left:13.0625rem;overflow:hidden;display:block; }
#Rr5tKxSNzlAM9kzw34phq0IWP46ooTm3 { box-sizing:content-box;height:37.5rem;width:25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:39rem;display:block; }
#zqfpzgBMkipTHmiI3Z1UK2OioDtyuvUk { color:#ffffff;display:block;width:16rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:49.1875rem;left:42.5625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLqGnKE9LcrzOwJJ3JTPeTBn956slNgn { position:absolute;display:block;z-index:15042;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:1rem;width:1rem;top:49.375rem;left:41rem;overflow:hidden;display:block; }
#nV3P7fKIAEdJ2ZxGUOTPgH6oPLJLZNr1 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:46.75rem;left:42.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#esiVbw4IIPnJ5lvSDeNc7VZ7AXQFohwG { position:absolute;display:block;z-index:15040;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:1rem;width:1rem;top:46.9375rem;left:41rem;overflow:hidden;display:block; }
#fUxn308f8qHPJ6mlgLeWltNdc0XCw6SO { position:absolute;display:block;z-index:15038;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:1rem;width:1rem;top:44.5625rem;left:41rem;overflow:hidden;display:block; }
#IpudaT5HTQIeSRZ1iiVz9ZXP0x18yMez { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:44.375rem;left:42.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnRaKdndVvQo8hEItMqW27a8cSy3PXbA { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:40.5625rem;left:42.5625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kp9eigvTRRFVzT2twmkPCHnRBJ06m44E { position:absolute;display:block;z-index:15037;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:1rem;width:1rem;top:40.75rem;left:41rem;overflow:hidden;display:block; }
#KCm808bFSLTtyA5awOQneXoOQQLrRVqZ { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:36.8125rem;left:42.5625rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hHRbgr8mk7Xbaq3eZTdTTX2VlLk3pnKu { position:absolute;display:block;z-index:15036;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:1rem;width:1rem;top:37rem;left:41rem;overflow:hidden;display:block; }
#RU3LbTNoJTKTFgvWpdbcBfshNLt2VdFS { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:34.4375rem;left:42.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yeUrJQluSvVkWQpzu6yguBN2nLiuu31A { position:absolute;display:block;z-index:15035;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:1rem;width:1rem;top:34.625rem;left:41rem;overflow:hidden;display:block; }
#IApmoXn7Gerz7VWCKDh1PfeHpwGr8fEW { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:32.0625rem;left:42.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZOiio5S3RtRRX6MdR9Gp4P7GBkUJ5EI2 { position:absolute;display:block;z-index:15034;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:1rem;width:1rem;top:32.25rem;left:41rem;overflow:hidden;display:block; }
#ETkPceOzKsrfrXQ34e9WkTVnALzM8V1o { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:29.6875rem;left:42.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d8vTVr95Chhx5oJ8DmTr7aEwyRdJImFf { position:absolute;display:block;z-index:15033;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:1rem;width:1rem;top:29.875rem;left:41.0625rem;overflow:hidden;display:block; }
#VtJ4ezTzTv5qDEeghZMlltFIyHSgEpUM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:newsreader;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:27.3125rem;left:42.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ca9Bwoqhk3Xiiss2JNdVUaEVpZenFM0v { position:absolute;display:block;z-index:15031;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:1rem;width:1rem;top:27.5rem;left:41rem;overflow:hidden;display:block; }
#QNTDnQai3H9V9fviI5Bla0icFcHLp03N { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:22.625rem;left:41rem;display:block; }
#hdshbJJPbgm5OSi04QsKMR3kBkGS4Q0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LMsaSh3HnxEhK05gy3MeFaWB7hbX66Aw { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:19.5rem;left:41rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D4GWkwfr4qa1yOps4MXEagshbTDOK0IR { 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:17.5rem;width:25rem;top:0rem;left:39rem;overflow:hidden;display:block; }
#ehueyZCqoqRi8hXXORgA6AJ6TAH2Z4wt { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:57.662109375rem;left:11.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { 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; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { background-color: transparent; background-image: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .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); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { border-width: 0; border-radius: 0; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:newsreader;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.9375rem;left:16.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { 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:24.75rem;width:35.3125rem;top:9.6875rem;left:19.84375rem;overflow:hidden;display:block; }
#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { background-color: transparent; background-image: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .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); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { border-width: 0; border-radius: 0; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:2rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:13.5625rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:21.375rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx { display:block; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDEtms57bscGErLZD800T5r6ThyiR78u { top:1rem;left:0rem;width:29.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv { display:block; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7dqLOgm6w5l9ex65QfX9m1DvFBhstFq { top:7.5rem;left:0rem;width:7.1875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { top:3.3125rem;left:0rem;width:26.375rem;height:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { top:14.1875rem;left:0rem;width:16.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { top:19.0625rem;left:0rem;width:15.375rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { top:19.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { top:22.25rem;left:0rem;width:19.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { top:22.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNBPOGTFzdTrxNAmgNkuUHKbpmbJm0C { top:27.8125rem;left:0rem;width:14.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNvvsVubtViyGqcpBDHAkwC6yZHsFpZ { top:28rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rvGFm8P5DQueF9cI8fvqrPMo0NO7mc { top:24.375rem;left:0rem;width:16rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4bvc0d8Isx6L5WoT4BA1sxO6rx6w0vI { top:24.5625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk6pTvPyk5uAAMWKZzKZuCNTpVrFTnm { top:3.75rem;left:17.75rem;width:30rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9tTuKZgCArQkv56GUzAV3bnkbEdWE { top:5.875rem;left:24.5rem;width:23.25rem;height:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGN72oLHtkTwn3ZIF6PNachWeNcue40c { top:12.25rem;left:32.1875rem;width:15.5625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He9TdGwz2BL1DVIAgibGSpPsUmN7ZXlk { top:14.1875rem;left:31.375rem;width:16.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTKxlfcqEih2gN47SGNHskLz50eX9Fo { top:14.1875rem;left:33.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yesPyKLSNiCgteVMJLswCpT7NHUtJT58 { top:16.9375rem;left:39rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPpmrn9KcDsNrIp7apHlLipB75rEByc2 { top:16.9375rem;left:40.8125rem;width:5.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puKU6LUhSKbTElqVLEpN04m2lF9SlNN7 { top:20.1875rem;left:29.625rem;width:18.125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckJTfPIv7w8aQQRnyaovINufphnNtfhs { width:11.25rem;height:3rem;top:22.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlrnXRknL6plHHENy1ooPsKG29NsNOn { display:block; }
 }@media only screen and (max-width: 763px) { #feT3QEGfASsNidtSFdoUUUKukHweTl0E { display:block; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyvFOMMltES4Liv5xr11SPbWTFZfqQAP { top:2.0625rem;left:2.5625rem;width:42.6875rem;height:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyaffzEDI9lqssnJreUFkGzTILgI9pkq { top:6.9375rem;left:2.5625rem;width:42.6875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrcaTLE3JOFFlm8m43aax39S9Rcnqstw { display:block; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo2uzh6XAUFnfnTbmrgNUMMJZ9uVMm3N { top:0rem;left:0rem;width:25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LTJENuQ1k7JTXN4XnUTmy3m5Z0xxFP { top:17.5rem;left:0rem;width:25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABMl0tbTeAwrNOMV3BuDxJwBSvyGmV1 { top:27.3125rem;left:7.8125rem;width:15.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV56PVUI533WeX08TGNP0wUHW1cG24Ii { top:27.5rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS15wCDTL8ddNFdoThuJlqFSoKUHKDTR { top:19.5rem;left:6.25rem;width:12.8125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDv3u7hAypP8QtX7M0t0oLE9mKLxLCK4 { width:11.25rem;height:3.0625rem;top:22.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agX4qGBGPzFLWnrEUatfRcZeTcWyyKME { display:block; }
 }@media only screen and (max-width: 763px) { #auAhDffWnQSem3nXIOfHRRMQvVRQqpgz { top:29.6875rem;left:7.875rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43yKyKzLKdZyZ1We6sutgqrCdb343ge { top:29.875rem;left:6.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rkJuiOlNOzO5ZQD4c1JDmMRNTTVWCF { top:32.0625rem;left:6.25rem;width:17.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrIVkKkflOgUHoqHdMDLu7XA5ENxtd5 { top:34.4375rem;left:3.625rem;width:20.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3mPM8zuk2KFquwEUJnenD7kFQEQnvv { top:36.8125rem;left:7.8125rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h11BfOmBglIqLz7FBfwzUTrxIobis9Ez { top:39.25rem;left:7.8125rem;width:15.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8WHZuNJOh23tRPC9KFTy1VIux0hlH9 { top:32.25rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c73GN4RPIDykB02kVAv3L27NelAh7BbK { top:34.625rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKuZP0VJSmFaPr9ywvAdkHpbLEVtBiC { top:37rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlzkKacPo52TJNeEEVXDxTLlQOaTiZdT { top:39.4375rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmavDLDm2xTrIpzzid8s4uokv5s4TmT { top:43.1875rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMwnp31lEOuRG8RAk18eCHRFdsp6TmX { top:43rem;left:7.8125rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyl4KfUUZqFtn8hGhdS9obq8zDwpE6X { top:45.375rem;left:7.8125rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzz4PI11yOlaKEQlrRi4X3yZsIQvLPx { top:45.5625rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3R4wvWBAEg6pvGS9hevwyKbb92sScH6 { top:47.75rem;left:6.75rem;width:17.125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHkMz5EWpDuMzWnK9OPKU9gGiOzvlUw { top:47.9375rem;left:6.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr5tKxSNzlAM9kzw34phq0IWP46ooTm3 { top:17.5rem;left:22.75rem;width:25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfpzgBMkipTHmiI3Z1UK2OioDtyuvUk { top:49.1875rem;left:23.875rem;width:16rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLqGnKE9LcrzOwJJ3JTPeTBn956slNgn { top:49.375rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV3P7fKIAEdJ2ZxGUOTPgH6oPLJLZNr1 { top:46.75rem;left:23.875rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esiVbw4IIPnJ5lvSDeNc7VZ7AXQFohwG { top:46.9375rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUxn308f8qHPJ6mlgLeWltNdc0XCw6SO { top:44.5625rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpudaT5HTQIeSRZ1iiVz9ZXP0x18yMez { top:44.375rem;left:23.875rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnRaKdndVvQo8hEItMqW27a8cSy3PXbA { top:40.5625rem;left:23.875rem;width:15.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp9eigvTRRFVzT2twmkPCHnRBJ06m44E { top:40.75rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCm808bFSLTtyA5awOQneXoOQQLrRVqZ { top:36.8125rem;left:23.875rem;width:18.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHRbgr8mk7Xbaq3eZTdTTX2VlLk3pnKu { top:37rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU3LbTNoJTKTFgvWpdbcBfshNLt2VdFS { top:34.4375rem;left:23.875rem;width:20.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeUrJQluSvVkWQpzu6yguBN2nLiuu31A { top:34.625rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IApmoXn7Gerz7VWCKDh1PfeHpwGr8fEW { top:32.0625rem;left:23.875rem;width:17.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiio5S3RtRRX6MdR9Gp4P7GBkUJ5EI2 { top:32.25rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkPceOzKsrfrXQ34e9WkTVnALzM8V1o { top:29.6875rem;left:23.875rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8vTVr95Chhx5oJ8DmTr7aEwyRdJImFf { top:29.875rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJ4ezTzTv5qDEeghZMlltFIyHSgEpUM { top:27.3125rem;left:23.875rem;width:17.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca9Bwoqhk3Xiiss2JNdVUaEVpZenFM0v { top:27.5rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTDnQai3H9V9fviI5Bla0icFcHLp03N { width:11.25rem;height:3.0625rem;top:22.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdshbJJPbgm5OSi04QsKMR3kBkGS4Q0e { display:block; }
 }@media only screen and (max-width: 763px) { #LMsaSh3HnxEhK05gy3MeFaWB7hbX66Aw { top:19.5rem;left:23.875rem;width:12.8125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4GWkwfr4qa1yOps4MXEagshbTDOK0IR { top:0rem;left:22.75rem;width:25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehueyZCqoqRi8hXXORgA6AJ6TAH2Z4wt { top:57.625rem;left:0rem;width:19.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { top:2.75rem;left:2.5625rem;width:42.6875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { top:5.9375rem;left:2.5rem;width:42.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { top:9.6875rem;left:6.21875rem;width:35.3125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { top:1.625rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { top:1.625rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { top:1.625rem;left:7.75rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx { position:relative;z-index:auto;display:block; }#Oix5XQ9B0QdXGDuxrTvRbrzLCe9KbXhx > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDEtms57bscGErLZD800T5r6ThyiR78u { width:20rem;height:2.1186440677966rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv { position:relative;z-index:auto;display:none; }#GpgRtsvoLrVPtvgLAgnwA06PUSMx2UMv > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n7dqLOgm6w5l9ex65QfX9m1DvFBhstFq { width:7.1875rem;height:1.3496125rem;top:7.125rem;left:8rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d490dc00-4879-4bde-9a2f-c4c0e605f688/Imagen_cabecera_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.adaptive-delivery-prevent-bg, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyload, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyloading { background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { background-color: transparent; background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .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); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { border-width: 0; border-radius: 0; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { width:19.6875rem;height:6.59765rem;top:2.40625rem;left:0rem;font-size:1.375rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { width:20rem;height:2.798825rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { width:16.1875rem;height:2.548825rem;top:15.4375rem;left:1.375rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { width:1rem;height:1rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { width:19rem;height:1.48730625rem;top:18.375rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { width:1rem;height:1rem;top:18.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNBPOGTFzdTrxNAmgNkuUHKbpmbJm0C { width:14.625rem;height:1.48730625rem;top:23.9375rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNvvsVubtViyGqcpBDHAkwC6yZHsFpZ { width:1rem;height:1rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7rvGFm8P5DQueF9cI8fvqrPMo0NO7mc { width:16rem;height:2.798825rem;top:20.5771484375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4bvc0d8Isx6L5WoT4BA1sxO6rx6w0vI { width:1rem;height:1rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk6pTvPyk5uAAMWKZzKZuCNTpVrFTnm { width:20rem;height:23.125rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT9tTuKZgCArQkv56GUzAV3bnkbEdWE { width:20rem;height:3.0869125rem;top:29.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGN72oLHtkTwn3ZIF6PNachWeNcue40c { width:15.5625rem;height:1.4619125rem;top:33.5rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He9TdGwz2BL1DVIAgibGSpPsUmN7ZXlk { width:16.375rem;height:1.19921875rem;top:36rem;left:2.8125rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LnTKxlfcqEih2gN47SGNHskLz50eX9Fo { width:1.25rem;height:1.25rem;top:36rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yesPyKLSNiCgteVMJLswCpT7NHUtJT58 { width:1.5rem;height:1.5rem;top:38.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPpmrn9KcDsNrIp7apHlLipB75rEByc2 { width:6.375rem;height:1.19921875rem;top:38.625rem;left:7.6875rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puKU6LUhSKbTElqVLEpN04m2lF9SlNN7 { width:16.75rem;height:2.923825rem;top:41.7646484375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckJTfPIv7w8aQQRnyaovINufphnNtfhs { width:11.25rem;height:3rem;top:45.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlrnXRknL6plHHENy1ooPsKG29NsNOn { display:block; }
 }@media only screen and (max-width: 763px) { #feT3QEGfASsNidtSFdoUUUKukHweTl0E { display:block; }#feT3QEGfASsNidtSFdoUUUKukHweTl0E > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyvFOMMltES4Liv5xr11SPbWTFZfqQAP { width:19.375rem;height:3.0869125rem;top:1.875rem;left:0.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyaffzEDI9lqssnJreUFkGzTILgI9pkq { width:16.375rem;height:2.923825rem;top:5.0625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrcaTLE3JOFFlm8m43aax39S9Rcnqstw { display:block; }#mrcaTLE3JOFFlm8m43aax39S9Rcnqstw > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo2uzh6XAUFnfnTbmrgNUMMJZ9uVMm3N { width:20rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LTJENuQ1k7JTXN4XnUTmy3m5Z0xxFP { width:20rem;height:37.9375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABMl0tbTeAwrNOMV3BuDxJwBSvyGmV1 { width:15.3125rem;height:1.3994125rem;top:23.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV56PVUI533WeX08TGNP0wUHW1cG24Ii { width:1rem;height:1rem;top:24rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS15wCDTL8ddNFdoThuJlqFSoKUHKDTR { width:12.8125rem;height:2.0996125rem;top:16rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDv3u7hAypP8QtX7M0t0oLE9mKLxLCK4 { width:10.6875rem;height:3.0625rem;top:19.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agX4qGBGPzFLWnrEUatfRcZeTcWyyKME { display:block; }
 }@media only screen and (max-width: 763px) { #auAhDffWnQSem3nXIOfHRRMQvVRQqpgz { width:15.8125rem;height:1.3999rem;top:26.1875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43yKyKzLKdZyZ1We6sutgqrCdb343ge { width:1rem;height:1rem;top:26.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rkJuiOlNOzO5ZQD4c1JDmMRNTTVWCF { width:11.9375rem;height:2.798825rem;top:28.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrIVkKkflOgUHoqHdMDLu7XA5ENxtd5 { width:15.6875rem;height:2.798825rem;top:32.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3mPM8zuk2KFquwEUJnenD7kFQEQnvv { width:15.8125rem;height:1.3994125rem;top:36.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h11BfOmBglIqLz7FBfwzUTrxIobis9Ez { width:15.9375rem;height:2.798825rem;top:38.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8WHZuNJOh23tRPC9KFTy1VIux0hlH9 { width:1rem;height:1rem;top:28.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c73GN4RPIDykB02kVAv3L27NelAh7BbK { width:1rem;height:1rem;top:32.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKuZP0VJSmFaPr9ywvAdkHpbLEVtBiC { width:1rem;height:1rem;top:36.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlzkKacPo52TJNeEEVXDxTLlQOaTiZdT { width:1rem;height:1rem;top:38.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmavDLDm2xTrIpzzid8s4uokv5s4TmT { width:1rem;height:1rem;top:42.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMwnp31lEOuRG8RAk18eCHRFdsp6TmX { width:15.8125rem;height:1.3994125rem;top:42.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyl4KfUUZqFtn8hGhdS9obq8zDwpE6X { width:15.8125rem;height:1.3994125rem;top:44.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzz4PI11yOlaKEQlrRi4X3yZsIQvLPx { width:1rem;height:1rem;top:44.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3R4wvWBAEg6pvGS9hevwyKbb92sScH6 { width:16.25rem;height:4.1982375rem;top:46.9248046875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHkMz5EWpDuMzWnK9OPKU9gGiOzvlUw { width:1rem;height:1rem;top:47.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr5tKxSNzlAM9kzw34phq0IWP46ooTm3 { width:20rem;height:39.5625rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfpzgBMkipTHmiI3Z1UK2OioDtyuvUk { width:15.9375rem;height:2.798825rem;top:102.92578125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLqGnKE9LcrzOwJJ3JTPeTBn956slNgn { width:1rem;height:1rem;top:103.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV3P7fKIAEdJ2ZxGUOTPgH6oPLJLZNr1 { width:15.8125rem;height:1.3994125rem;top:100.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esiVbw4IIPnJ5lvSDeNc7VZ7AXQFohwG { width:1rem;height:1rem;top:100.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUxn308f8qHPJ6mlgLeWltNdc0XCw6SO { width:1rem;height:1rem;top:98.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpudaT5HTQIeSRZ1iiVz9ZXP0x18yMez { width:15.8125rem;height:1.3994125rem;top:98.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnRaKdndVvQo8hEItMqW27a8cSy3PXbA { width:15.9375rem;height:2.798825rem;top:94.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp9eigvTRRFVzT2twmkPCHnRBJ06m44E { width:1rem;height:1rem;top:94.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCm808bFSLTtyA5awOQneXoOQQLrRVqZ { width:16.1875rem;height:2.798825rem;top:90.5625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHRbgr8mk7Xbaq3eZTdTTX2VlLk3pnKu { width:1rem;height:1rem;top:90.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU3LbTNoJTKTFgvWpdbcBfshNLt2VdFS { width:15.75rem;height:2.798825rem;top:86.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeUrJQluSvVkWQpzu6yguBN2nLiuu31A { width:1rem;height:1rem;top:87rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IApmoXn7Gerz7VWCKDh1PfeHpwGr8fEW { width:11.9375rem;height:2.798825rem;top:83.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiio5S3RtRRX6MdR9Gp4P7GBkUJ5EI2 { width:1rem;height:1rem;top:83.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkPceOzKsrfrXQ34e9WkTVnALzM8V1o { width:15.8125rem;height:1.3994125rem;top:80.6875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8vTVr95Chhx5oJ8DmTr7aEwyRdJImFf { width:1rem;height:1rem;top:80.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJ4ezTzTv5qDEeghZMlltFIyHSgEpUM { width:15rem;height:1.3994125rem;top:78.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca9Bwoqhk3Xiiss2JNdVUaEVpZenFM0v { width:1rem;height:1rem;top:78.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTDnQai3H9V9fviI5Bla0icFcHLp03N { width:10.6875rem;height:3.0625rem;top:73.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdshbJJPbgm5OSi04QsKMR3kBkGS4Q0e { display:block; }
 }@media only screen and (max-width: 763px) { #LMsaSh3HnxEhK05gy3MeFaWB7hbX66Aw { width:12.8125rem;height:2.0996125rem;top:70.5rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4GWkwfr4qa1yOps4MXEagshbTDOK0IR { width:20rem;height:14rem;top:54.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehueyZCqoqRi8hXXORgA6AJ6TAH2Z4wt { width:20rem;height:1.4619125rem;top:110.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { width:14.625rem;height:3.57421875rem;top:2.25rem;left:2.6875rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { width:12.4375rem;height:2.5996125rem;top:6.8125rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { width:20rem;height:13.9375rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { width:11.8125rem;height:1.13671875rem;top:1.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { width:10.9375rem;height:1.13671875rem;top:3.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { width:10.9375rem;height:1.13671875rem;top:5.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }