.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2371747a-4ccd-48bc-8a26-1e5edbd35e84/niroperrone_batteria_daccumulo_a_parete_raw_v_7_a3c5a4583f1144af9be839ac5ea7cecf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:19.25rem;width:60rem;overflow:visible;position:relative;display:block; }#WySPnA4QMc83dc5iCGHvw9k5ZCNqir8c { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.49858125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.624466896057rem;left:0rem;display:block; }
#Gcuhu8shVaG88gqUcpNT4utsh1lk8LaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rexS9vwrJPQAlwn5lAJFWmLEpqoUpMTC { background-color:#6a769c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.596590875rem;height:2.345172125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.655539512634rem;left:14.107774734497rem;display:block; }
#G1FmDEMzTqouKDg2STwqgOuB1D9BSyB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmdcOuDvFhuUSeHNrtvlMvI1LbSBCUAx { color:#000000;display:block;width:30rem;position:absolute;font-family:silka;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6818180084229rem;left:0rem;height:4.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRXB3hPgoQXC9USXZdXsTMkwq2ZfdT2h { color:#000000;display:block;width:30rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.776810646057rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5wAZqDhFM3qK6Gh5BVmuDUN5rlxXfu7 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9985795021057rem;left:0rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wpn5N4S7Qc7nxB2H50Xpt74EEGR2Aghu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { background-color: transparent; background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .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); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { border-width: 0; border-radius: 0; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#Q24QxLQH5xMx1Uy3EHHUXkRqQVQ4gNsT { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#6a769c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.3070316314697rem;left:13.435157775879rem;display:block; }
#HTzgm91feb074P5kUwUXcRonksPWZ8Hl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3vLTIpV5ccldIF7puObbZmDHOlL42kF { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#6a769c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.3070316314697rem;left:28.11093711853rem;display:block; }
#qlmESGlhqDdQEM5sTvoL7BFNZPa6kT5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXvzE99unUWfkWOLPtbh9lHsh6SIwAe5 { color:#000000;display:block;width:24.249125rem;position:absolute;font-family:silka;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.806640625rem;left:17.875434875488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gS49GOcGcOf2QL77HhmBJDhf3xDswbNe { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#6a769c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.261176125rem;height:2.386363625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.1757793426514rem;left:0.625rem;display:block; }
#TMCWFKLpvSmXnkHS02eO84bp4a1Zmg7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#so5kkOb5olqm2ZT0XfFHAwFEaDPi7duQ { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#6a769c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.3687496185303rem;left:43.62343788147rem;display:block; }
#ECktdXFrk6h9WS7krCvp5EcBF1AsafK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container { background-color: transparent; background-image: none; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container > .video-iframe-container { display: none; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row > .video-iframe-container { display: none; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .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); }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container { border-width: 0; border-radius: 0; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#EzOrKrSpLGaOHB5SHwyX3ePVqqDw271v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:55.6875rem;top:5.6243524551392rem;left:1.9060325622559rem;overflow:hidden;display:block; }
#MXsrNQ2d6uV56mCLSTmVyU3GX2XHvqWS { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.284724235534rem;left:40.0390625rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2yciwo4H9myBGt6eRc9fxKOIirzcG4v { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:2.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.347874641419rem;left:17.540363311767rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulfuN5cXaIE6q1AegK38MFhBR6sA6yLK { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.90993976593rem;left:35.977645874024rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0BIVJdKMBETiSALtSGkJeS0LTiHHO7m { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.09743976593rem;left:21.2265625rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzufwOtZypluxW3CTVZUlfDfJUTLMDfk { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.22243976593rem;left:34.165145874024rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHsDHSHDbzKoZHJMfcoZMPpOZ8zlAfl9 { color:#000000;display:block;width:3.06206875rem;position:absolute;font-family:silka;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.920573711395rem;left:23.103080749512rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gog8PfEITtTpLOf1pmTnVLuotbLT94aT { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:silka;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0616321563721rem;left:21.187065124512rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container { background-color: transparent; background-image: none; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container > .video-iframe-container { display: none; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row > .video-iframe-container { display: none; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .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); }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container { border-width: 0; border-radius: 0; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#pWQK3nexZ7AGkTlrrs9RdxwpkRtNgIeL { color:#fafafa;display:block;width:22.686625rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.625rem;left:6.5625rem;height:19.5918125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LT7CwLmaPQLqR2H6nzhfDoE6gMZLanb5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:18.3745625rem;top:4.6223964691162rem;left:6.5625rem;overflow:hidden;display:block; }
#TWFDcboo0Q3pZ0LTGsB3TiQVJxgVpkmf { position:absolute;display:block;z-index:15010;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:24.375rem;width:30.4375rem;top:3.935546875rem;left:27.497829437256rem;overflow:hidden;display:block; }
#QU0ocsLQ3N3hRUwR9f46c92IaKgw9mBg { box-sizing:content-box;height:30rem;width:23.0625rem;position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;top:1.5625rem;left:30.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #2b2d42;border-left:0.0625rem solid #2b2d42;border-right:0.0625rem solid #2b2d42;border-bottom:0.0625rem solid #2b2d42;display:block; }
#k4Zaqr6nEWFGLOvC8movxEqwFcHsrTzu { box-sizing:content-box;height:28.75rem;width:51.625rem;position:absolute;display:block;z-index:15004;background-color:#050505;background-image:none;top:0.52978515625rem;left:4.18701171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { background-color: transparent; background-image: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container > .video-iframe-container { display: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container { display: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .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); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { border-width: 0; border-radius: 0; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl { color:#000000;display:block;width:26.25rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.247395753861rem;left:2rem;height:9.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl li:before{  }
#sZbooa8vdsNdXoAKUh4O5WuoOrvySnLK { color:#000000;display:block;width:21.74825rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5598957538606rem;left:2rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ql5QuGrKtwEsUF8rWh8VIxyZAkFb7N7e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:30.625rem;top:3.2491319179535rem;left:28.250001907349rem;overflow:hidden;display:block; }
#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container { background-color: transparent; background-image: none; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container > .video-iframe-container { display: none; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row > .video-iframe-container { display: none; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .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); }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container { border-width: 0; border-radius: 0; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#irH6sshMGF1hVmoGROPTVR5nat4rZNF8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:57.8125rem;top:4.4375rem;left:1.09375rem;overflow:hidden;display:block; }
#vNQrNGPBXdBoafaodiAzKT4KgC98DNDa { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0408020019531rem;left:14.218751907349rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container { background-color: transparent; background-image: none; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container > .video-iframe-container { display: none; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row > .video-iframe-container { display: none; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .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); }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container { border-width: 0; border-radius: 0; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#mbwUdzoFkKtaekfICCax529xAluVqKAE { box-sizing:content-box;height:13.75rem;width:13.5625rem;position:absolute;display:block;z-index:15009;background-color:#eef2f1;background-image:none;top:8.375rem;left:0.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#RmOg1mmkiw45WyqV7TUPs9g7mTbksCle { box-sizing:content-box;height:13.875rem;width:13.5625rem;position:absolute;display:block;z-index:15010;background-color:#eef2f1;background-image:none;top:8.375rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#sKO2UbvP9BEeJiuLh52Ub0wTQtWZR8nR { box-sizing:content-box;height:13.75rem;width:13.5625rem;position:absolute;display:block;z-index:15011;background-color:#eef2f1;background-image:none;top:8.375rem;left:30.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#VQ03mlaXUpMwMCvLGDPyZc9sis8xKSb8 { box-sizing:content-box;height:13.8125rem;width:13.5625rem;position:absolute;display:block;z-index:15012;background-color:#eef2f1;background-image:none;top:8.375rem;left:45.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#UqxGZ8LokoM5smP6LW4DEdvRhVlFnoXq { color:#000000;display:block;width:11.874rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.625rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAvMm0Jmgmb9JL6tu7mKpzzhRVnhGgrG { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:16.4375rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAR9tFwH0SsJQ7oAhnAcSh67yHGS5iu5 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.875rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tD5UOfWTmawm4DkHpruTiax4huPCT9sc { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:46.625rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sy31hdiBFfbT6R4k5OqAIslcbMazeiwK { color:#2b2d42;display:block;width:3.49935rem;position:absolute;font-family:silka;font-size:2.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9rem;left:1.625rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7pbAJZpBnn9NSNR52kC1IMGUe488Sat { color:#a3bbf9;display:block;width:3.4995125rem;position:absolute;font-family:silka;font-size:2.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9rem;left:16.4375rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMVhCLb0VZmKb8VvcOqoUiNoGCuB6dIu { color:#6a769c;display:block;width:3.4995125rem;position:absolute;font-family:silka;font-size:2.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9rem;left:31.3125rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLuQMPrJcCUXu9G6d9gtzzfVegUzmsF9 { color:#c1c1c1;display:block;width:3.4995125rem;position:absolute;font-family:silka;font-size:2.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9rem;left:46.625rem;height:3.81875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycOSC008ikt7cUo5Goc58ZRG59b8fNC0 { color:#000000;display:block;width:31.997625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:12.6875rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwMcTHJyNEbedxzEzV3IwLhEHPZSQW0B { color:#000000;display:block;width:38.811875rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:11rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrdSyZ4kXAbq6oVZiipocoMQ6nNTTLo7 { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:2.49783125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.154731750488rem;left:22.309028625488rem;display:block; }
#U19S5TZ6Tt9LG7Wz6SzJ1ZWwTryUciIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container { background-color: transparent; background-image: none; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container > .video-iframe-container { display: none; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row > .video-iframe-container { display: none; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .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); }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container { border-width: 0; border-radius: 0; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#kOgyePme6xqcaLcTpogRwpbcgdRpRWzW { box-sizing:content-box;height:8.1875rem;width:13.5625rem;position:absolute;display:block;z-index:15009;background-color:#eef2f1;background-image:none;top:15rem;left:28.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#reBReEEkvsOXchdTJD7uleJyD1k5vHM3 { box-sizing:content-box;height:8.1875rem;width:13.5625rem;position:absolute;display:block;z-index:15010;background-color:#eef2f1;background-image:none;top:15rem;left:43.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#ue7uMpsoS97BzWQZvr9ZmhLN9NG2B481 { color:#000000;display:block;width:11.874rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20rem;left:29.375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtQkTmloPAlAcDsbm4K96RgTgG6eQlf9 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:44.1875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pA0FsacQKt3tgWE4dLgrKHkg0gAUX4gg { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3742189407349rem;left:12.84375rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCeraJUi6hKLgbSzpsbf8STPcNvImXwo { color:#000000;display:block;width:25.499125rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.164280414581rem;left:1.9357643127441rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aShiXRciFusJJ8IiV0zk09G1DE1ziF8N { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7485rem;height:2.49783125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.217449665069rem;left:1.9357643127441rem;display:block; }
#RvS9tCsnVqAz6M2tfieQEmCuvXABW7er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T92g6htdsm79wKBw96gZuUGEGD4pHWdL { box-sizing:content-box;height:13rem;width:25.25rem;position:absolute;display:block;z-index:15005;background-color:#eef2f1;background-image:none;top:9.125rem;left:30.25rem;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#A3bxBb3T2xb5iG6V9zAy8fluTTbnIrk3 { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.3125rem;left:37rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IX0puTKGqlEVWf1Bm0F14iVVwure9NR3 { 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:15016;opacity:1;top:16.125rem;left:33.6875rem; }
#oTavBggq83a4woBZk3oue6hfPrqwC4E9 { 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:15017;opacity:1;top:9.6875rem;left:41.25rem; }
#RSFBgus3SVcS22vaO246Hh5Q83gRHwqQ { 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:15018;opacity:1;top:16.125rem;left:48.5625rem; }
#sS9OQK0T8GAp701Qr1rIsTRFJKTwT6Tn { color:#000000;display:block;width:12.061625rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuOu7MLwqeNmT7FfErcxrwTNipxTq79h { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:silka;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.1875rem;left:29.25rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtCmwV1b0AipPh7666GeUpTs6ZhShqky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container { background-color: transparent; background-image: none; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container > .video-iframe-container { display: none; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row > .video-iframe-container { display: none; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .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); }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container { border-width: 0; border-radius: 0; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#PmWT53UqDUOg0c52ihR01I6AClhkBF4p { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4995651245118rem;left:12.686630249024rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGNOqxTOrlTpGghr2R1PpHKd5EPfvT3r { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6835942268372rem;left:1.9314231872559rem;height:31.828125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nFNWtnHegOLuHoLUdmZhMv0F1rEogSpK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.25) ;height:25.9375rem;width:29.561625rem;top:6.2380647659302rem;left:29.114585876465rem;overflow:hidden;display:block; }
#LMVr6TIKxFUZk4JSLezoeO503dMWTrul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container { background-color: transparent; background-image: none; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container > .video-iframe-container { display: none; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row > .video-iframe-container { display: none; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .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); }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container { border-width: 0; border-radius: 0; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#qK8l2Xdw7UAtGeI8DBf35QDIH3DpP2zl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:0.12347984313965rem;left:0rem;overflow:hidden;display:block; }
#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container { background-color: transparent; background-image: none; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container > .video-iframe-container { display: none; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row > .video-iframe-container { display: none; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .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); }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container { border-width: 0; border-radius: 0; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#V18L3eh09ZVbgP571F8JbLcuu1rTAhtB { color:#000000;display:block;width:31.997625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.209846496582rem;left:13.439670562744rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ { color:#000000;display:block;width:45.999375rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1779518127441rem;left:7.744140625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ li:before{  }
#Z7fSpa5uyTfTrka8iahFiH9K96ote5Rs { position:absolute;display:block;z-index:15011;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:14.3120625rem;width:25.811625rem;top:14.844836235046rem;left:2.2482643127441rem;overflow:hidden;display:block; }
#SLSlH4kHfuy3vs904B7GAqsX0JNZ59FC { position:absolute;display:block;z-index:15012;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:14.5rem;width:26rem;top:14.75rem;left:29.4375rem;overflow:hidden;display:block; }
#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container { background-color: transparent; background-image: none; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container > .video-iframe-container { display: none; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row > .video-iframe-container { display: none; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .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); }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container { border-width: 0; border-radius: 0; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#ZBRPPN1AdLxKv5y9hCq9n5MVrQkCBaTM { color:#000000;display:block;width:26.5605625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0595703125rem;left:15.40576171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Taome9ED28cfkV92y0uEFy8WIx57Gg89 { box-sizing:content-box;height:3.5rem;width:39.3125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:8.4404296875rem;left:10.294921875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #def8d9;border-left:0.1875rem solid #def8d9;border-right:0.1875rem solid #def8d9;border-bottom:0.1875rem solid #def8d9;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MNx2mQUK4dfTs1GKT6q6NXSCvAz752fv { color:#000000;display:block;width:43.622375rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1171875rem;left:6.8739128112794rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WrnfyQtHsy3M04VSiCssdWZgEPUJ1fHR { box-sizing:content-box;height:3.4995125rem;width:39.312rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.4091796875rem;left:10.34326171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #def8d9;border-left:0.1875rem solid #def8d9;border-right:0.1875rem solid #def8d9;border-bottom:0.1875rem solid #def8d9;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ykRwyCfFVB4af9GLQ4AmgdVXNW85VqlE { box-sizing:content-box;height:3.5rem;width:39.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:18.1875rem;left:10.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #def8d9;border-left:0.1875rem solid #def8d9;border-right:0.1875rem solid #def8d9;border-bottom:0.1875rem solid #def8d9;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EMi8khTn79GRpSzR61qJhrxCrxtie07Z { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6215362548825rem;left:11.312501907349rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGvLM2T3TTZeTpE5GLXEtr9Cqe4DmLwh { color:#000000;display:block;width:36.687rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.590286254882rem;left:11.312501907349rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUTlmNOOx2oC32mWGlgpvz51D3FeF3zV { color:#000000;display:block;width:36.6855625rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.368057250976rem;left:11.314237594604rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsdVncFTFWTWdOrtIhH7eV5FQDNt46on { color:#000000;display:block;width:40.186625rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.115669250488rem;left:10.341796875rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container { background-color: transparent; background-image: none; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container > .video-iframe-container { display: none; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row > .video-iframe-container { display: none; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .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); }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container { border-width: 0; border-radius: 0; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#IMB4FnnyTmoB6zgJh3rtmQa67BMZ1cVr { color:#000000;display:block;width:26.5605625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0595703125rem;left:15.40576171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8lC4NhI7lTtrnlwdzr2VQeHIb1wCUyy { color:#000000;display:block;width:43.622375rem;position:absolute;font-family:silka;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1171875rem;left:6.8739128112794rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-heading-text { display:block;position:relative;width:100%;font-family:silka;font-weight:700;font-size:1.25rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:silka; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-trigger.adaptive-delivery-prevent-bg, #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-trigger.lazyload, #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-trigger.lazyloading { background-image: none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG { box-sizing:content-box;height:auto;width:40.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.26541697979rem;left:6.9650611877444rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NzPn5cGoy9wghy4nRnPLvGnBUEPX12il { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dzT1yN8l16tgHB03KTcnq2bg4MCJQ20u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #rPbG1s4iDQq4KMoFhmk1rLkNyUfm7zFg { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #daXBnD8Ds6xLRqx9xTz5EQKNrE27BZGV {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Lfz9ax4h18EXsfhOXzriMLnKkyJNsFl7 {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #cg6WnGubxdeZUp3s7zaS7UqTTzxHQHEf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #TLRyOdtmZ8burpbugzai6FMsSu3tz1y6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NEFJn62L4GslbtPw82RCybDd3J7O67fQ { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #SkoUD3MfCF4o4sRK2vX10mxIN14squHO {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ahFxzEWJzAGDrD8sl1HRVnaZJFnT48Vc { display:none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #oXFB70OOr63QcK45JVZsUMbvVmPHTrfe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #y1DWdGegxXTx1UvfMXUOmo8tcZPc49sZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #JHwNBNclJGGKRuTMftM1r4LT5S0ykka6 { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ItRaJqdqmmMApPVvIiJ59uaRT9lo0e0O {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dR9At7ngzwvDmUcbqGk0Al4Lftva0POf { display:none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ziXB9hRFUOQ9vA3XcilwAUXMvRRZnLDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #n1WS56Aws8VrgI2QUCfRKB61GmmtO7wv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ozsAHTBnQafrEnsaGaVFqJfbStsIgKNw { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #zF7ugDb1EfdBcHHG27leHkw1pFTId8mv {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tELT2SWTAhiy9ro2Wdt5IgHixHyAB52d { display:none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #udpqq0HslyDnpNGH9ea75PkiCuwzSSbZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #XxWTSohJ3brcDBOONekTUqOACo0DzD2x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pR7OxUBcVrqzryLKsagXJUwxdhK0tBnS { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #RTkusudOo7TG9hdXzb7ZLV7cEGCXQstn {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tZVs8QspDizRbMehlzwoi4FifN7N44I5 { display:none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #yOrJRcHiFNdAuFiW53MmxPvL90kSTFPT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #E0JnabkqdrD8Tfs6UTkTQHykNJrRJtAL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xdCKLTOTBziPShqRsO6B8HzIW0cfNWFT { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tcO3CBvJTgTkzmZo4TX4Zli2Sh1EUT7M {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Qc6H14MJNhzr7UXA9e5fAdquLqFS3DOV { display:none; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #hLrD0ILeRqirdw2OlXpT9y3gO2XQBAyh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pSuLmiEoHg01i3CRgEwqwCapcz9FBU9F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #qoa3OCAbPyaowzdTEqN6BuSDm5VKkqZ1 { display:block;position:relative; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xPeWfbG5md6PZNhVnA1dXC1W7nEcfTnr {  }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #bOsEamyWgJZOKJ1ETKogsfLmZ9VGEhuZ { display:none; }
#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container { background-color: transparent; background-image: none; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container > .video-iframe-container { display: none; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row > .video-iframe-container { display: none; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .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); }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container { border-width: 0; border-radius: 0; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#GkOho1A3xHIHpybVFTtIpgHwVu0HeGBQ { color:#000000;display:block;width:60rem;position:absolute;font-family:silka;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkUzrAfpbXogaJV5EyvXKsO27LoGGeo0 { color:#000000;display:block;width:46.875rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:9.0625rem;left:6.5625rem;height:5.09765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#munlPIIaEXGsGEOUbr5QTTEaDa3SrsSo { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:20.6875rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wJv5u6kqkF3mZgfzOpZ9NULZR305uZ34 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:21.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIlQoCplKMF77HmE2F22KnOTyc894l6J { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:10.3125rem;top:20.311419486999rem;left:24.84375rem;overflow:hidden;display:block; }
#rVm7vKdZ6XS0dFHs1biDEwKQXlV8Pl1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.62744140625rem;left:28.43701171875rem; }
#gM3B25m8P7nhAiSR4ySwK6fyZOwytuoI { box-sizing:content-box;height:23.25rem;width:58.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.75303268432619rem;left:0.4774284362793rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 1rem rgba(0,0,0,0.25) ;display:block; }
#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container { background-color: transparent; background-image: none; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container > .video-iframe-container { display: none; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row > .video-iframe-container { display: none; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .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); }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container { border-width: 0; border-radius: 0; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#aS0P405GvwrVCqW9R2TCcLq7NVEv1WUi { color:#050505;display:block;width:12.0625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.336727142334rem;left:5.3125rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJxKZKpSwTrha87IsAXMJ8dh5JWQCaek { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5rem;left:5.875rem;height:8.496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TJRHbdR895kcakzJwRQMGh1zTzoKdrcD { box-sizing:content-box;height:0.25rem;width:34.875rem;position:absolute;display:block;z-index:15011;background-color:#a3bbf9;background-image:none;top:3.1875rem;left:18.4375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#x2Sgxmqu33P1NxIba6TcrQ91thse5CUC { box-sizing:content-box;height:0.25rem;width:34.875rem;position:absolute;display:block;z-index:15011;background-color:#a3bbf9;background-image:none;top:3.1875rem;left:18.4375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV { position:relative;display:block; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV { background-color: transparent; background-image: none; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container > .video-iframe-container { display: none; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row > .video-iframe-container { display: none; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .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); }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV { border-width: 0; border-radius: 0; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCWThe3cLHtTuAdd0p7FGIws79OEl4HG { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:13.25rem;width:23.6875rem;top:2.625rem;left:3.03125rem;overflow:hidden;display:block; }
#AHNye478bNPFTMOOkSLS2XImxNqkZkrn { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8749990463257rem;left:31.78750038147rem;height:2.923825rem;display:block; }
#oGN9CWaEuPbH3XSJQ1RyPGW5tCUEfboq { color:#000000;display:block;width:21.875rem;position:absolute;font-family:silka;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.875001907349rem;height:3.9rem;display:block; }
#cvh1PSlFHEczsGIaWqToLr4of4BFXz7m { background-color:#a3bbf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:silka;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.875001907349rem;left:36.250001907349rem;display:block; }
#VDKfqnnHyOTXhv1HMUasTobU4ftAS37A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQpLgC8127ttBivTGu2J63J7TQL1hA61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,5,5,0.88);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; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container { background-color: transparent; background-image: none; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container > .video-iframe-container { display: none; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row > .video-iframe-container { display: none; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .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); }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container { border-width: 0; border-radius: 0; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#nhoCRwJeREJ8Ia9JOu52rX6Nv5eQ3HcQ { color:#ffffff;display:block;width:24.312rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.85546875rem;left:29rem;height:27rem;font-style:normal;display:block; }
#iITqZL817x74QuJIBMwayrr3TbUZlTuW { position:absolute;display:block;z-index:15003;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:27.9975625rem;width:24rem;top:3.13916015625rem;left:2rem;overflow:hidden;display:block; }
#iTbkrPqzllJn4SR2yMuM3w9vtPiT563W { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.63720703125rem;left:5rem;display:block; }
#s3yy3DnOwexg1JhKwVbohLNdM5rnD9FG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkW34fseScWRm8TZqP4Tlme2OirEU30q { color:#fafafa;display:block;width:23.8125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.701171875rem;left:29rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container { background-color: transparent; background-image: none; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container > .video-iframe-container { display: none; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row > .video-iframe-container { display: none; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .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); }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container { border-width: 0; border-radius: 0; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#WgkHrD0ooV5Z2oiIuR8sGUt05S5MVMGU { background-color:#a3bbf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.312rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.6875rem;left:22.3125rem;display:block; }
#EZ3ItWkoJ5OMvrGwiIuAHUgX7dllkiHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfvfZurlXwtzsFpUO0PaBe7V4gtAoifP { color:#fafafa;display:block;width:44.0625rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:8rem;height:3.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF7AhS49SgUT1y4ha4xRG2I5U4kiI9sQ { color:#fafafa;display:block;width:34.3125rem;position:absolute;font-family:silka;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7rem;left:14.6875rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyFkyzNhFwQ1wbqDJKxzpNsKgb0l8et0 { background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fafafa;border-left:0.0625rem solid #fafafa;border-right:0.0625rem solid #fafafa;border-bottom:0.0625rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:silka;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3105625rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.3125rem;left:22.3125rem;display:block; }
#pviBhuRqUvlHtLMOnSbnqVnyKSrGJWE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WySPnA4QMc83dc5iCGHvw9k5ZCNqir8c { width:12.75rem;height:2.4375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcuhu8shVaG88gqUcpNT4utsh1lk8LaT { display:block; }
 }@media only screen and (max-width: 763px) { #rexS9vwrJPQAlwn5lAJFWmLEpqoUpMTC { width:12.5625rem;height:2.3125rem;top:14.625rem;left:7.9827747344969rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FmDEMzTqouKDg2STwqgOuB1D9BSyB8 { display:block; }
 }@media only screen and (max-width: 763px) { #OmdcOuDvFhuUSeHNrtvlMvI1LbSBCUAx { width:30rem;height:;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXB3hPgoQXC9USXZdXsTMkwq2ZfdT2h { width:30rem;height:1.3125rem;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5wAZqDhFM3qK6Gh5BVmuDUN5rlxXfu7 { width:8.875rem;height:1.125rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpn5N4S7Qc7nxB2H50Xpt74EEGR2Aghu { display:none; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q24QxLQH5xMx1Uy3EHHUXkRqQVQ4gNsT { width:13.75rem;height:2.25rem;top:5.25rem;left:7.3101577758787rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTzgm91feb074P5kUwUXcRonksPWZ8Hl { display:block; }
 }@media only screen and (max-width: 763px) { #f3vLTIpV5ccldIF7puObbZmDHOlL42kF { width:14.6875rem;height:2.25rem;top:5.25rem;left:21.98593711853rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlmESGlhqDdQEM5sTvoL7BFNZPa6kT5a { display:block; }
 }@media only screen and (max-width: 763px) { #ZXvzE99unUWfkWOLPtbh9lHsh6SIwAe5 { width:24.1875rem;height:;top:1.75rem;left:11.750001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS49GOcGcOf2QL77HhmBJDhf3xDswbNe { width:12.25rem;height:2.375rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCWFKLpvSmXnkHS02eO84bp4a1Zmg7Z { display:block; }
 }@media only screen and (max-width: 763px) { #so5kkOb5olqm2ZT0XfFHAwFEaDPi7duQ { width:15.375rem;height:2.125rem;top:5.3125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECktdXFrk6h9WS7krCvp5EcBF1AsafK1 { display:block; }
 }@media only screen and (max-width: 763px) { #QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ { display:block; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzOrKrSpLGaOHB5SHwyX3ePVqqDw271v { top:5.5625rem;left:0rem;width:47.75rem;height:30.547138047138rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXsrNQ2d6uV56mCLSTmVyU3GX2XHvqWS { width:3rem;height:3.375rem;top:32.25rem;left:33.9140625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2yciwo4H9myBGt6eRc9fxKOIirzcG4v { width:3rem;height:;top:26.3125rem;left:11.415363311767rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfuN5cXaIE6q1AegK38MFhBR6sA6yLK { width:3rem;height:2.875rem;top:19.875rem;left:29.852645874024rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BIVJdKMBETiSALtSGkJeS0LTiHHO7m { width:3rem;height:;top:17.0625rem;left:15.1015625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzufwOtZypluxW3CTVZUlfDfJUTLMDfk { width:3rem;height:;top:15.1875rem;left:28.040145874024rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHsDHSHDbzKoZHJMfcoZMPpOZ8zlAfl9 { width:3rem;height:;top:12.875rem;left:16.978080749512rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gog8PfEITtTpLOf1pmTnVLuotbLT94aT { width:17.5625rem;height:;top:2rem;left:15.061719894409rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBHARxFC8brmPPyspNbLz7CS6qgI3OnL { display:block; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWQK3nexZ7AGkTlrrs9RdxwpkRtNgIeL { width:22.625rem;height:19.5625rem;top:7.625rem;left:0.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7CwLmaPQLqR2H6nzhfDoE6gMZLanb5 { top:4.5625rem;left:0.4375rem;width:18.3125rem;height:1.8686669410496rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWFDcboo0Q3pZ0LTGsB3TiQVJxgVpkmf { top:3.875rem;left:17.3125rem;width:30.4375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU0ocsLQ3N3hRUwR9f46c92IaKgw9mBg { top:1.5625rem;left:24.25rem;width:23.0625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Zaqr6nEWFGLOvC8movxEqwFcHsrTzu { top:0.5rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { display:block; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl { width:26.25rem;height:9.0625rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }#c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl li:before{  }
 }@media only screen and (max-width: 763px) { #sZbooa8vdsNdXoAKUh4O5WuoOrvySnLK { width:21.6875rem;height:1.9375rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql5QuGrKtwEsUF8rWh8VIxyZAkFb7N7e { top:3.1875rem;left:17.125rem;width:30.625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk { display:block; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irH6sshMGF1hVmoGROPTVR5nat4rZNF8 { top:4.4375rem;left:0rem;width:47.75rem;height:18.377297297297rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNQrNGPBXdBoafaodiAzKT4KgC98DNDa { width:31.5625rem;height:1.9375rem;top:2rem;left:8.0937519073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfpPSTORgTTzfIIn5ueqcM3TULTe7huM { display:block; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbwUdzoFkKtaekfICCax529xAluVqKAE { top:8.375rem;left:0rem;width:13.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOg1mmkiw45WyqV7TUPs9g7mTbksCle { top:8.375rem;left:9.5rem;width:13.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKO2UbvP9BEeJiuLh52Ub0wTQtWZR8nR { top:8.375rem;left:24.5rem;width:13.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ03mlaXUpMwMCvLGDPyZc9sis8xKSb8 { top:8.375rem;left:34.1875rem;width:13.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqxGZ8LokoM5smP6LW4DEdvRhVlFnoXq { width:11.8125rem;height:6.0625rem;top:13.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvMm0Jmgmb9JL6tu7mKpzzhRVnhGgrG { width:11.4375rem;height:6.0625rem;top:13.375rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAR9tFwH0SsJQ7oAhnAcSh67yHGS5iu5 { width:10.6875rem;height:6.0625rem;top:13.375rem;left:25.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD5UOfWTmawm4DkHpruTiax4huPCT9sc { width:11.8125rem;height:7.25rem;top:13.375rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy31hdiBFfbT6R4k5OqAIslcbMazeiwK { width:3.4375rem;height:3.8125rem;top:9rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7pbAJZpBnn9NSNR52kC1IMGUe488Sat { width:3.4375rem;height:3.8125rem;top:9rem;left:10.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMVhCLb0VZmKb8VvcOqoUiNoGCuB6dIu { width:3.4375rem;height:3.8125rem;top:9rem;left:25.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuQMPrJcCUXu9G6d9gtzzfVegUzmsF9 { width:3.4375rem;height:3.8125rem;top:9rem;left:40.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycOSC008ikt7cUo5Goc58ZRG59b8fNC0 { width:31.9375rem;height:1.9375rem;top:1.5rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwMcTHJyNEbedxzEzV3IwLhEHPZSQW0B { width:38.75rem;height:2.25rem;top:4.375rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrdSyZ4kXAbq6oVZiipocoMQ6nNTTLo7 { width:12.6875rem;height:2.4375rem;top:24.125rem;left:16.184028625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #U19S5TZ6Tt9LG7Wz6SzJ1ZWwTryUciIS { display:block; }
 }@media only screen and (max-width: 763px) { #lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ { display:block; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOgyePme6xqcaLcTpogRwpbcgdRpRWzW { top:15rem;left:22.375rem;width:13.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBReEEkvsOXchdTJD7uleJyD1k5vHM3 { top:15rem;left:34.25rem;width:13.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7uMpsoS97BzWQZvr9ZmhLN9NG2B481 { width:11.8125rem;height:1.1875rem;top:20rem;left:23.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQkTmloPAlAcDsbm4K96RgTgG6eQlf9 { width:12rem;height:1.1875rem;top:20rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0FsacQKt3tgWE4dLgrKHkg0gAUX4gg { width:34.3125rem;height:1.9375rem;top:3.3125rem;left:6.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCeraJUi6hKLgbSzpsbf8STPcNvImXwo { width:25.4375rem;height:;top:11.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aShiXRciFusJJ8IiV0zk09G1DE1ziF8N { width:12.6875rem;height:2.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvS9tCsnVqAz6M2tfieQEmCuvXABW7er { display:block; }
 }@media only screen and (max-width: 763px) { #T92g6htdsm79wKBw96gZuUGEGD4pHWdL { top:9.125rem;left:22.5625rem;width:25.1875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3bxBb3T2xb5iG6V9zAy8fluTTbnIrk3 { width:13.4375rem;height:1.1875rem;top:13.3125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX0puTKGqlEVWf1Bm0F14iVVwure9NR3 { top:16.125rem;left:27.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTavBggq83a4woBZk3oue6hfPrqwC4E9 { top:9.6875rem;left:35.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSFBgus3SVcS22vaO246Hh5Q83gRHwqQ { top:16.125rem;left:42.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS9OQK0T8GAp701Qr1rIsTRFJKTwT6Tn { width:12rem;height:1.1875rem;top:24.1875rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOu7MLwqeNmT7FfErcxrwTNipxTq79h { width:12rem;height:1.1875rem;top:24.1875rem;left:23.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCmwV1b0AipPh7666GeUpTs6ZhShqky { display:block; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmWT53UqDUOg0c52ihR01I6AClhkBF4p { width:34.25rem;height:;top:1.4375rem;left:6.560546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGNOqxTOrlTpGghr2R1PpHKd5EPfvT3r { width:26.4375rem;height:31.8125rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNWtnHegOLuHoLUdmZhMv0F1rEogSpK { top:6.1875rem;left:18.25rem;width:29.5rem;height:25.883429953529rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMVr6TIKxFUZk4JSLezoeO503dMWTrul { display:block; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK8l2Xdw7UAtGeI8DBf35QDIH3DpP2zl { top:0.0625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7uJuEBDagTJw29oyGktnZPo9PbbCuL { display:block; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V18L3eh09ZVbgP571F8JbLcuu1rTAhtB { width:31.9375rem;height:;top:1.1875rem;left:7.3146705627444rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ { width:45.9375rem;height:;top:5.125rem;left:1.6187515258789rem;font-size:1.0625rem;display:block; }#pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ li:before{  }
 }@media only screen and (max-width: 763px) { #Z7fSpa5uyTfTrka8iahFiH9K96ote5Rs { top:14.8125rem;left:0rem;width:25.75rem;height:14.277892592001rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSlH4kHfuy3vs904B7GAqsX0JNZ59FC { top:14.75rem;left:21.75rem;width:25.9375rem;height:14.465304905166rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI { display:block; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBRPPN1AdLxKv5y9hCq9n5MVrQkCBaTM { width:26.5rem;height:;top:2rem;left:9.2803821563719rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taome9ED28cfkV92y0uEFy8WIx57Gg89 { top:8.4375rem;left:4.169921875rem;width:39.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNx2mQUK4dfTs1GKT6q6NXSCvAz752fv { width:43.5625rem;height:;top:5.0625rem;left:0.74891281127931rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrnfyQtHsy3M04VSiCssdWZgEPUJ1fHR { top:13.375rem;left:4.21826171875rem;width:39.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykRwyCfFVB4af9GLQ4AmgdVXNW85VqlE { top:18.1875rem;left:4.1875rem;width:39.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMi8khTn79GRpSzR61qJhrxCrxtie07Z { width:36.6875rem;height:;top:9.5625rem;left:5.1875019073486rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvLM2T3TTZeTpE5GLXEtr9Cqe4DmLwh { width:36.625rem;height:;top:14.5625rem;left:5.1875019073486rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTlmNOOx2oC32mWGlgpvz51D3FeF3zV { width:36.625rem;height:;top:19.3125rem;left:5.1892375946045rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdVncFTFWTWdOrtIhH7eV5FQDNt46on { width:40.125rem;height:2.75rem;top:24.0625rem;left:4.216796875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clEFbL4zqUoCevOXKCEbzb4U6PFev0aO { display:block; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMB4FnnyTmoB6zgJh3rtmQa67BMZ1cVr { width:26.5rem;height:;top:2rem;left:9.2797317504881rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8lC4NhI7lTtrnlwdzr2VQeHIb1wCUyy { width:43.5625rem;height:;top:5.0625rem;left:0.74891281127931rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG { display:flex;height:auto;width:40.9375rem;top:9.25rem;left:0.21875rem; }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NzPn5cGoy9wghy4nRnPLvGnBUEPX12il {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dzT1yN8l16tgHB03KTcnq2bg4MCJQ20u {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #rPbG1s4iDQq4KMoFhmk1rLkNyUfm7zFg {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #daXBnD8Ds6xLRqx9xTz5EQKNrE27BZGV {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Lfz9ax4h18EXsfhOXzriMLnKkyJNsFl7 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #cg6WnGubxdeZUp3s7zaS7UqTTzxHQHEf {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #TLRyOdtmZ8burpbugzai6FMsSu3tz1y6 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NEFJn62L4GslbtPw82RCybDd3J7O67fQ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #SkoUD3MfCF4o4sRK2vX10mxIN14squHO {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ahFxzEWJzAGDrD8sl1HRVnaZJFnT48Vc {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #oXFB70OOr63QcK45JVZsUMbvVmPHTrfe {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #y1DWdGegxXTx1UvfMXUOmo8tcZPc49sZ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #JHwNBNclJGGKRuTMftM1r4LT5S0ykka6 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ItRaJqdqmmMApPVvIiJ59uaRT9lo0e0O {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dR9At7ngzwvDmUcbqGk0Al4Lftva0POf {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ziXB9hRFUOQ9vA3XcilwAUXMvRRZnLDX {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #n1WS56Aws8VrgI2QUCfRKB61GmmtO7wv {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ozsAHTBnQafrEnsaGaVFqJfbStsIgKNw {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #zF7ugDb1EfdBcHHG27leHkw1pFTId8mv {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tELT2SWTAhiy9ro2Wdt5IgHixHyAB52d {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #udpqq0HslyDnpNGH9ea75PkiCuwzSSbZ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #XxWTSohJ3brcDBOONekTUqOACo0DzD2x {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pR7OxUBcVrqzryLKsagXJUwxdhK0tBnS {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #RTkusudOo7TG9hdXzb7ZLV7cEGCXQstn {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tZVs8QspDizRbMehlzwoi4FifN7N44I5 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #yOrJRcHiFNdAuFiW53MmxPvL90kSTFPT {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #E0JnabkqdrD8Tfs6UTkTQHykNJrRJtAL {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xdCKLTOTBziPShqRsO6B8HzIW0cfNWFT {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tcO3CBvJTgTkzmZo4TX4Zli2Sh1EUT7M {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Qc6H14MJNhzr7UXA9e5fAdquLqFS3DOV {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #hLrD0ILeRqirdw2OlXpT9y3gO2XQBAyh {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pSuLmiEoHg01i3CRgEwqwCapcz9FBU9F {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #qoa3OCAbPyaowzdTEqN6BuSDm5VKkqZ1 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xPeWfbG5md6PZNhVnA1dXC1W7nEcfTnr {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #bOsEamyWgJZOKJ1ETKogsfLmZ9VGEhuZ {  }
 }@media only screen and (max-width: 763px) { #tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH { display:block; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkOho1A3xHIHpybVFTtIpgHwVu0HeGBQ { width:47.75rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUzrAfpbXogaJV5EyvXKsO27LoGGeo0 { width:46.875rem;height:5.0625rem;top:9.0625rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #munlPIIaEXGsGEOUbr5QTTEaDa3SrsSo { width:18.625rem;height:;top:16.0625rem;left:14.561847686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJv5u6kqkF3mZgfzOpZ9NULZR305uZ34 { width:16.5625rem;height:;top:17.8125rem;left:15.562282562256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlQoCplKMF77HmE2F22KnOTyc894l6J { top:20.25rem;left:18.71875rem;width:10.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVm7vKdZ6XS0dFHs1biDEwKQXlV8Pl1k { top:1.625rem;left:22.31201171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3B25m8P7nhAiSR4ySwK6fyZOwytuoI { top:0.75rem;left:0rem;width:47.75rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ { display:block; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS0P405GvwrVCqW9R2TCcLq7NVEv1WUi { width:12.0625rem;height:1.9375rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxKZKpSwTrha87IsAXMJ8dh5JWQCaek { width:47.75rem;height:8.5rem;top:5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRHbdR895kcakzJwRQMGh1zTzoKdrcD { top:3.1875rem;left:12.3125rem;width:34.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Sgxmqu33P1NxIba6TcrQ91thse5CUC { top:3.1875rem;left:12.3125rem;width:34.8125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV { display:block; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCWThe3cLHtTuAdd0p7FGIws79OEl4HG { top:2.625rem;left:0rem;width:23.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHNye478bNPFTMOOkSLS2XImxNqkZkrn { top:2.8125rem;left:23.875rem;width:22.0625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGN9CWaEuPbH3XSJQ1RyPGW5tCUEfboq { top:6.625rem;left:23.875rem;width:21.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvh1PSlFHEczsGIaWqToLr4of4BFXz7m { width:12.375rem;height:3rem;top:12.875rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDKfqnnHyOTXhv1HMUasTobU4ftAS37A { display:block; }
 }@media only screen and (max-width: 763px) { #sQpLgC8127ttBivTGu2J63J7TQL1hA61 { display:block; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhoCRwJeREJ8Ia9JOu52rX6Nv5eQ3HcQ { width:24.25rem;height:27rem;top:9.8125rem;left:22.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITqZL817x74QuJIBMwayrr3TbUZlTuW { width:24rem;height:27.996875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbkrPqzllJn4SR2yMuM3w9vtPiT563W { width:17.125rem;height:3.125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3yy3DnOwexg1JhKwVbohLNdM5rnD9FG { display:block; }
 }@media only screen and (max-width: 763px) { #QkW34fseScWRm8TZqP4Tlme2OirEU30q { top:5.6875rem;left:22.875rem;width:23.8125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT { display:block; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgkHrD0ooV5Z2oiIuR8sGUt05S5MVMGU { width:15.25rem;height:2.8125rem;top:10.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3ItWkoJ5OMvrGwiIuAHUgX7dllkiHq { display:block; }
 }@media only screen and (max-width: 763px) { #LfvfZurlXwtzsFpUO0PaBe7V4gtAoifP { width:44.0625rem;height:3.875rem;top:2.25rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7AhS49SgUT1y4ha4xRG2I5U4kiI9sQ { width:34.3125rem;height:1.125rem;top:7rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFkyzNhFwQ1wbqDJKxzpNsKgb0l8et0 { width:15.1875rem;height:2.75rem;top:14.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pviBhuRqUvlHtLMOnSbnqVnyKSrGJWE4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/2371747a-4ccd-48bc-8a26-1e5edbd35e84/niroperrone_batteria_daccumulo_a_parete_raw_v_7_a3c5a4583f1144af9be839ac5ea7cecf.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WySPnA4QMc83dc5iCGHvw9k5ZCNqir8c { width:12.7495625rem;height:2.43706875rem;top:16.435302734375rem;left:3.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcuhu8shVaG88gqUcpNT4utsh1lk8LaT { display:block; }
 }@media only screen and (max-width: 763px) { #rexS9vwrJPQAlwn5lAJFWmLEpqoUpMTC { width:12.7495625rem;height:2.43706875rem;top:20.373046875rem;left:3.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FmDEMzTqouKDg2STwqgOuB1D9BSyB8 { display:block; }
 }@media only screen and (max-width: 763px) { #OmdcOuDvFhuUSeHNrtvlMvI1LbSBCUAx { width:15.625rem;height:5.84765625rem;top:5.007595539093rem;left:2.8103299736977rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pRXB3hPgoQXC9USXZdXsTMkwq2ZfdT2h { width:12.561875rem;height:1.95rem;top:12.271051406861rem;left:3.7185333371162rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p5wAZqDhFM3qK6Gh5BVmuDUN5rlxXfu7 { width:8.8748125rem;height:1.13769375rem;top:1.8098958730698rem;left:6.1859810948372rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wpn5N4S7Qc7nxB2H50Xpt74EEGR2Aghu { top:0rem;left:0rem;width:20rem;height:23.9375rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fafafa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fafafa, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q24QxLQH5xMx1Uy3EHHUXkRqQVQ4gNsT { width:9.6875rem;height:2.1875rem;top:3.9364151954651rem;left:9.4353306889531rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTzgm91feb074P5kUwUXcRonksPWZ8Hl { display:block; }
 }@media only screen and (max-width: 763px) { #f3vLTIpV5ccldIF7puObbZmDHOlL42kF { width:9.0625rem;height:2.25rem;top:6.625rem;left:1.25rem;font-size:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qlmESGlhqDdQEM5sTvoL7BFNZPa6kT5a { display:block; }
 }@media only screen and (max-width: 763px) { #ZXvzE99unUWfkWOLPtbh9lHsh6SIwAe5 { width:19.9995rem;height:1.38125rem;top:0.77197265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS49GOcGcOf2QL77HhmBJDhf3xDswbNe { width:8.9375rem;height:2.25rem;top:2.75rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCWFKLpvSmXnkHS02eO84bp4a1Zmg7Z { display:block; }
 }@media only screen and (max-width: 763px) { #so5kkOb5olqm2ZT0XfFHAwFEaDPi7duQ { width:9.625rem;height:2.25rem;top:8rem;left:9.1875rem;font-size:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ECktdXFrk6h9WS7krCvp5EcBF1AsafK1 { display:block; }
 }@media only screen and (max-width: 763px) { #QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ { display:block; }#QQUV1uxeC2ReHTrSW0XAnbH0QNTFaeBZ > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzOrKrSpLGaOHB5SHwyX3ePVqqDw271v { width:20rem;height:12.749rem;top:3.875732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXsrNQ2d6uV56mCLSTmVyU3GX2XHvqWS { width:3rem;height:auto;top:32.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2yciwo4H9myBGt6eRc9fxKOIirzcG4v { width:2.99913125rem;height:0;top:30.638038406372rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulfuN5cXaIE6q1AegK38MFhBR6sA6yLK { width:2.99913125rem;height:0;top:26.789294656372rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0BIVJdKMBETiSALtSGkJeS0LTiHHO7m { width:2.99913125rem;height:0;top:19.577919656372rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzufwOtZypluxW3CTVZUlfDfJUTLMDfk { width:2.99913125rem;height:0;top:23.426663406372rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHsDHSHDbzKoZHJMfcoZMPpOZ8zlAfl9 { width:2.99913125rem;height:0;top:16.215288406372rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gog8PfEITtTpLOf1pmTnVLuotbLT94aT { width:17.5610625rem;height:1.38125rem;top:0.74951171875rem;left:1.219482421875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBHARxFC8brmPPyspNbLz7CS6qgI3OnL { display:block; }#xBHARxFC8brmPPyspNbLz7CS6qgI3OnL > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWQK3nexZ7AGkTlrrs9RdxwpkRtNgIeL { width:18.186875rem;height:14rem;top:4.8203125rem;left:0.90576171875rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7CwLmaPQLqR2H6nzhfDoE6gMZLanb5 { width:14.874125rem;height:1.74913125rem;top:1.374783039093rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWFDcboo0Q3pZ0LTGsB3TiQVJxgVpkmf { width:18.125rem;height:14.4995rem;top:20.931396484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU0ocsLQ3N3hRUwR9f46c92IaKgw9mBg { width:18.4375rem;height:16.062rem;top:20.0732421875rem;left:0.733642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Zaqr6nEWFGLOvC8movxEqwFcHsrTzu { width:20rem;height:25rem;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { display:block; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl { width:18.687rem;height:12.50390625rem;top:4.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#c6ZAnkdFgXJLCyRKEyPO6lo0ueaS4Lfl li:before{  }
 }@media only screen and (max-width: 763px) { #sZbooa8vdsNdXoAKUh4O5WuoOrvySnLK { width:13.8105625rem;height:1.4625rem;top:1.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql5QuGrKtwEsUF8rWh8VIxyZAkFb7N7e { width:20rem;height:14.979591836735rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk { display:block; }#d7ot73TIxFHkWzCBNDaT6CIavmr3Weyk > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irH6sshMGF1hVmoGROPTVR5nat4rZNF8 { width:20rem;height:7.6972972972973rem;top:2.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNQrNGPBXdBoafaodiAzKT4KgC98DNDa { width:20rem;height:1.3rem;top:0.74951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfpPSTORgTTzfIIn5ueqcM3TULTe7huM { display:block; }#vfpPSTORgTTzfIIn5ueqcM3TULTe7huM > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbwUdzoFkKtaekfICCax529xAluVqKAE { width:13.499375rem;height:9.6875rem;top:9.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOg1mmkiw45WyqV7TUPs9g7mTbksCle { width:13.499375rem;height:11.3748125rem;top:19.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKO2UbvP9BEeJiuLh52Ub0wTQtWZR8nR { width:13.499375rem;height:10.4373125rem;top:31.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ03mlaXUpMwMCvLGDPyZc9sis8xKSb8 { width:13.499375rem;height:9.4998125rem;top:42.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqxGZ8LokoM5smP6LW4DEdvRhVlFnoXq { width:11.8120625rem;height:3.8984375rem;top:13.3125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvMm0Jmgmb9JL6tu7mKpzzhRVnhGgrG { width:10.3721875rem;height:3.8984375rem;top:24.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAR9tFwH0SsJQ7oAhnAcSh67yHGS5iu5 { width:10.686875rem;height:2.923825rem;top:36.25rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD5UOfWTmawm4DkHpruTiax4huPCT9sc { width:11.8120625rem;height:3.8984375rem;top:47.125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy31hdiBFfbT6R4k5OqAIslcbMazeiwK { width:3.4364125rem;height:2.6rem;top:9.875rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7pbAJZpBnn9NSNR52kC1IMGUe488Sat { width:3.4364125rem;height:2.6rem;top:20.8125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMVhCLb0VZmKb8VvcOqoUiNoGCuB6dIu { width:3.4364125rem;height:2.6rem;top:33.0625rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuQMPrJcCUXu9G6d9gtzzfVegUzmsF9 { width:3.4364125rem;height:2.6rem;top:43.5rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycOSC008ikt7cUo5Goc58ZRG59b8fNC0 { width:19.9989375rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwMcTHJyNEbedxzEzV3IwLhEHPZSQW0B { width:18.811875rem;height:3.8984375rem;top:4.0874557495117rem;left:0.59353297948838rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrdSyZ4kXAbq6oVZiipocoMQ6nNTTLo7 { width:12.6875rem;height:2.4375rem;top:53.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U19S5TZ6Tt9LG7Wz6SzJ1ZWwTryUciIS { display:block; }
 }@media only screen and (max-width: 763px) { #lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ { display:block; }#lg6AdkWBuckFgtuiDmK8BCt96ycGSCkQ > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOgyePme6xqcaLcTpogRwpbcgdRpRWzW { width:13.499375rem;height:9.6875rem;top:25.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBReEEkvsOXchdTJD7uleJyD1k5vHM3 { width:13.499375rem;height:11.3748125rem;top:35.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7uMpsoS97BzWQZvr9ZmhLN9NG2B481 { width:11.8120625rem;height:1.21875rem;top:30.0625rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQkTmloPAlAcDsbm4K96RgTgG6eQlf9 { width:10.3721875rem;height:2.4375rem;top:40.4375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0FsacQKt3tgWE4dLgrKHkg0gAUX4gg { width:19.9989375rem;height:2.923825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCeraJUi6hKLgbSzpsbf8STPcNvImXwo { width:17.7495625rem;height:8.7715rem;top:6.1121892929077rem;left:1.1263021826744rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aShiXRciFusJJ8IiV0zk09G1DE1ziF8N { width:12.6875rem;height:2.4375rem;top:48.452694892883rem;left:3.6555989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvS9tCsnVqAz6M2tfieQEmCuvXABW7er { display:block; }
 }@media only screen and (max-width: 763px) { #T92g6htdsm79wKBw96gZuUGEGD4pHWdL { width:20rem;height:12.9375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3bxBb3T2xb5iG6V9zAy8fluTTbnIrk3 { width:13.4375rem;height:1.21875rem;top:22.875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX0puTKGqlEVWf1Bm0F14iVVwure9NR3 { display:flex;width:3.125rem;height:3.125rem;top:26.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oTavBggq83a4woBZk3oue6hfPrqwC4E9 { display:flex;width:3.125rem;height:3.125rem;top:19.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RSFBgus3SVcS22vaO246Hh5Q83gRHwqQ { display:flex;width:3.125rem;height:3.125rem;top:36.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #sS9OQK0T8GAp701Qr1rIsTRFJKTwT6Tn { width:11.9998125rem;height:1.21875rem;top:44.625rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOu7MLwqeNmT7FfErcxrwTNipxTq79h { width:11.9998125rem;height:1.21875rem;top:32.5rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCmwV1b0AipPh7666GeUpTs6ZhShqky { display:block; }#CtCmwV1b0AipPh7666GeUpTs6ZhShqky > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmWT53UqDUOg0c52ihR01I6AClhkBF4p { width:19.9995rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGNOqxTOrlTpGghr2R1PpHKd5EPfvT3r { width:18.8748125rem;height:29.23825rem;top:24.674480199814rem;left:0.56206601858139rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNWtnHegOLuHoLUdmZhMv0F1rEogSpK { width:20rem;height:17.548088104088rem;top:5.8854246139526rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMVr6TIKxFUZk4JSLezoeO503dMWTrul { display:block; }#LMVr6TIKxFUZk4JSLezoeO503dMWTrul > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK8l2Xdw7UAtGeI8DBf35QDIH3DpP2zl { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7uJuEBDagTJw29oyGktnZPo9PbbCuL { display:block; }#WU7uJuEBDagTJw29oyGktnZPo9PbbCuL > .row .container { width:20rem;height:41.3300703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V18L3eh09ZVbgP571F8JbLcuu1rTAhtB { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ { width:20rem;height:11.168rem;top:5.42535rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#pMu3w4IUJOGI5dyyog50fieBPUFxZBgZ li:before{  }
 }@media only screen and (max-width: 763px) { #Z7fSpa5uyTfTrka8iahFiH9K96ote5Rs { width:20rem;height:11.089625314175rem;top:17.837475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSlH4kHfuy3vs904B7GAqsX0JNZ59FC { width:20rem;height:11.153970047357rem;top:30.1769125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI { display:block; }#ItLLhKb4eRhJaenvDzn4Ow2XrxdsDPCI > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBRPPN1AdLxKv5y9hCq9n5MVrQkCBaTM { width:19.9978125rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taome9ED28cfkV92y0uEFy8WIx57Gg89 { width:14.0625rem;height:2.9375rem;top:8.61979375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNx2mQUK4dfTs1GKT6q6NXSCvAz752fv { width:18.6230625rem;height:3.41015625rem;top:3.962675rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrnfyQtHsy3M04VSiCssdWZgEPUJ1fHR { width:13.875rem;height:3.4375rem;top:13.08377125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykRwyCfFVB4af9GLQ4AmgdVXNW85VqlE { width:13.875rem;height:3.4375rem;top:18.04904875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMi8khTn79GRpSzR61qJhrxCrxtie07Z { width:8.936625rem;height:1.95rem;top:9.2393665313719rem;left:5.5316842198372rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvLM2T3TTZeTpE5GLXEtr9Cqe4DmLwh { width:10.5620625rem;height:1.95rem;top:13.955080032349rem;left:4.7189672589302rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTlmNOOx2oC32mWGlgpvz51D3FeF3zV { width:10.4373125rem;height:1.95rem;top:18.920358657837rem;left:4.7808163762093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdVncFTFWTWdOrtIhH7eV5FQDNt46on { width:20rem;height:2.923825rem;top:23.701173782349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clEFbL4zqUoCevOXKCEbzb4U6PFev0aO { display:block; }#clEFbL4zqUoCevOXKCEbzb4U6PFev0aO > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMB4FnnyTmoB6zgJh3rtmQa67BMZ1cVr { width:19.9980625rem;height:1.462675rem;top:1.1865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8lC4NhI7lTtrnlwdzr2VQeHIb1wCUyy { width:18.936625rem;height:2.2734375rem;top:3.9203548431396rem;left:0.5316841006279rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-heading-text { font-size:0.875rem;height:auto; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG .accordion-desc-text { font-size:0.75rem;height:auto; }
#AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG { display:flex;height:auto;width:17.5rem;top:6.8565540313719rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NzPn5cGoy9wghy4nRnPLvGnBUEPX12il {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dzT1yN8l16tgHB03KTcnq2bg4MCJQ20u {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #rPbG1s4iDQq4KMoFhmk1rLkNyUfm7zFg {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #daXBnD8Ds6xLRqx9xTz5EQKNrE27BZGV {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Lfz9ax4h18EXsfhOXzriMLnKkyJNsFl7 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #cg6WnGubxdeZUp3s7zaS7UqTTzxHQHEf {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #TLRyOdtmZ8burpbugzai6FMsSu3tz1y6 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #NEFJn62L4GslbtPw82RCybDd3J7O67fQ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #SkoUD3MfCF4o4sRK2vX10mxIN14squHO {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ahFxzEWJzAGDrD8sl1HRVnaZJFnT48Vc {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #oXFB70OOr63QcK45JVZsUMbvVmPHTrfe {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #y1DWdGegxXTx1UvfMXUOmo8tcZPc49sZ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #JHwNBNclJGGKRuTMftM1r4LT5S0ykka6 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ItRaJqdqmmMApPVvIiJ59uaRT9lo0e0O {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #dR9At7ngzwvDmUcbqGk0Al4Lftva0POf {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ziXB9hRFUOQ9vA3XcilwAUXMvRRZnLDX {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #n1WS56Aws8VrgI2QUCfRKB61GmmtO7wv {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #ozsAHTBnQafrEnsaGaVFqJfbStsIgKNw {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #zF7ugDb1EfdBcHHG27leHkw1pFTId8mv {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tELT2SWTAhiy9ro2Wdt5IgHixHyAB52d {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #udpqq0HslyDnpNGH9ea75PkiCuwzSSbZ {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #XxWTSohJ3brcDBOONekTUqOACo0DzD2x {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pR7OxUBcVrqzryLKsagXJUwxdhK0tBnS {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #RTkusudOo7TG9hdXzb7ZLV7cEGCXQstn {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tZVs8QspDizRbMehlzwoi4FifN7N44I5 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #yOrJRcHiFNdAuFiW53MmxPvL90kSTFPT {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #E0JnabkqdrD8Tfs6UTkTQHykNJrRJtAL {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xdCKLTOTBziPShqRsO6B8HzIW0cfNWFT {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #tcO3CBvJTgTkzmZo4TX4Zli2Sh1EUT7M {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #Qc6H14MJNhzr7UXA9e5fAdquLqFS3DOV {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #hLrD0ILeRqirdw2OlXpT9y3gO2XQBAyh {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #pSuLmiEoHg01i3CRgEwqwCapcz9FBU9F {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #qoa3OCAbPyaowzdTEqN6BuSDm5VKkqZ1 {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #xPeWfbG5md6PZNhVnA1dXC1W7nEcfTnr {  }
 }@media only screen and (max-width: 763px) { #AcuQQJVcqaIxlUxpoD8pVULtvTRCVCvG #bOsEamyWgJZOKJ1ETKogsfLmZ9VGEhuZ {  }
 }@media only screen and (max-width: 763px) { #tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH { display:block; }#tAG8TmW4hU4yFhUMJTpmc2C6oAOKcTbH > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkOho1A3xHIHpybVFTtIpgHwVu0HeGBQ { width:19.9989375rem;height:1.3rem;top:5.9841585159302rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUzrAfpbXogaJV5EyvXKsO27LoGGeo0 { width:18.9995625rem;height:7.6465rem;top:8.1689453125rem;left:0.499267578125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #munlPIIaEXGsGEOUbr5QTTEaDa3SrsSo { width:18.6219375rem;height:1.3rem;top:17.482421875rem;left:0.692138671875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJv5u6kqkF3mZgfzOpZ9NULZR305uZ34 { width:16.5614375rem;height:1.13769375rem;top:19.170357704163rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlQoCplKMF77HmE2F22KnOTyc894l6J { width:11.875rem;height:1.25rem;top:21.41796875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVm7vKdZ6XS0dFHs1biDEwKQXlV8Pl1k { display:flex;width:3.06206875rem;height:3.06206875rem;top:2.0464410781861rem;left:8.467882454395rem; }
 }@media only screen and (max-width: 763px) { #gM3B25m8P7nhAiSR4ySwK6fyZOwytuoI { width:20rem;height:23.25rem;top:0.67816925048825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ { display:block; }#p5xUov9MSuIdP8DDZ9Q4l6m5CrNqX4pQ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS0P405GvwrVCqW9R2TCcLq7NVEv1WUi { width:19.9978125rem;height:1.462675rem;top:1.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxKZKpSwTrha87IsAXMJ8dh5JWQCaek { width:20rem;height:11.46975rem;top:4.5844192504883rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRHbdR895kcakzJwRQMGh1zTzoKdrcD { width:20rem;height:0.1875rem;top:3.5850715637207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Sgxmqu33P1NxIba6TcrQ91thse5CUC { width:20rem;height:0.1875rem;top:17rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV { display:block; }#U0aCu3aGNJ1WzpWhKl6aBFGBTuHXOrUV > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCWThe3cLHtTuAdd0p7FGIws79OEl4HG { width:19.75rem;height:11.046875rem;top:5.2328124046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHNye478bNPFTMOOkSLS2XImxNqkZkrn { width:20rem;height:2.76171875rem;top:1.4820313453674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGN9CWaEuPbH3XSJQ1RyPGW5tCUEfboq { width:20rem;height:3.41015625rem;top:17.732812404633rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvh1PSlFHEczsGIaWqToLr4of4BFXz7m { width:12.375rem;height:3rem;top:22.732812404633rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDKfqnnHyOTXhv1HMUasTobU4ftAS37A { display:block; }
 }@media only screen and (max-width: 763px) { #sQpLgC8127ttBivTGu2J63J7TQL1hA61 { display:block; }#sQpLgC8127ttBivTGu2J63J7TQL1hA61 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhoCRwJeREJ8Ia9JOu52rX6Nv5eQ3HcQ { width:18.875rem;height:21.9375rem;top:19.5615234375rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iITqZL817x74QuJIBMwayrr3TbUZlTuW { width:10.5rem;height:12.2475625rem;top:1.87353515625rem;left:4.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbkrPqzllJn4SR2yMuM3w9vtPiT563W { width:18.0539375rem;height:3.1140625rem;top:43.181250572204rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3yy3DnOwexg1JhKwVbohLNdM5rnD9FG { display:block; }
 }@media only screen and (max-width: 763px) { #QkW34fseScWRm8TZqP4Tlme2OirEU30q { width:19.9980625rem;height:2.275rem;top:16.060546875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT { display:block; }#fgrcg02JAm6NqrwgeeG6JlJ2rzwGtbMT > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgkHrD0ooV5Z2oiIuR8sGUt05S5MVMGU { width:16.437rem;height:2.4375rem;top:11.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3ItWkoJ5OMvrGwiIuAHUgX7dllkiHq { display:block; }
 }@media only screen and (max-width: 763px) { #LfvfZurlXwtzsFpUO0PaBe7V4gtAoifP { width:18.312rem;height:4.875rem;top:1.62451171875rem;left:0.84228515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7AhS49SgUT1y4ha4xRG2I5U4kiI9sQ { width:14.25rem;height:3.41015625rem;top:6.8115234375rem;left:2.8740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFkyzNhFwQ1wbqDJKxzpNsKgb0l8et0 { width:16.4375rem;height:2.8125rem;top:14.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pviBhuRqUvlHtLMOnSbnqVnyKSrGJWE4 { display:block; }
 }