.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:208,214,254;--color-primary-1:115,131,252;--color-primary-2:22,49,250;--color-primary-3:0,112,225;--color-primary-4:0,62,164;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:51,34,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:251,248,248;--color-tertiary-3:151,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/674d916b-a256-46f1-9787-0b68ffd3d1b1/zakadbezpiecznyDESKTOPAPLALP.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:arial;height:49.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { 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:4.875rem;width:4.875rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:4.8529410625rem;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;display:block; }
#pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { position:absolute;display:block;z-index:15007;height:3.1875rem;width:3rem;top:40.28125rem;left:30.59375rem;display:block; }
#eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { background-color:rgba(var(--color-secondary-2),1);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:block; }
#zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.125rem;left:15.1875rem;display:block; }
#KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SstW76AfugkzoPVPFIJ1ZI2zXQq517aD { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:4.875rem;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;display:none; }
#EmlV79BNqEmM4wXFAVXTlu9AvG4mv5bT { color:rgba(var(--color-tertiary-1),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:33.1875rem;left:0rem;height:4.04980625rem;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:none; }
#RvCbIyi5Jp7J3ltcFF1vNHMeheIySbA7 { 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:8.125rem;width:35rem;top:17.03125rem;left:0rem;overflow:hidden;display:block; }
#kruImgA43wVw8IVZUTt4iFv88gvsdyTk { 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:1.25rem;width:6.5rem;top:3.25rem;left:0rem;overflow:hidden;display:none; }
#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { color:rgba(var(--color-tertiary-0),0.84);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.42578125rem;left:37.9375rem;height:10.294117rem;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; }
#NrFrU3KZTb4BMfR5NcJQspluWiAlBwEN { 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.875rem;width:29.625rem;top:3.9873046875rem;left:37.9375rem;overflow:hidden;display:block; }
#TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { background-color:rgba(var(--color-secondary-2),1);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.3125rem;left:37.9375rem;display:block; }
#mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.3125rem;left:53.25rem;display:block; }
#GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RM9it8rdvvSf4RaC9nOMpsMPWmDlHLzu { position:absolute;display:block;z-index:15002;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:32.25rem;width:22.5rem;top:1.75rem;left:8.59375rem;overflow:hidden;display:block; }
#akDBcyAXl8LGeV1676lKIB0QTFcQ0HxZ { 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:4.875rem;width:3.375rem;top:3.25rem;left:0rem;overflow:hidden;display:none; }
#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:none; }#zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { 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:88.1875rem;width:18.75rem;display:none; }
#ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#apZT739xm0TxNng4ByxAffDSFF4wQqn2 { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;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:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#HPcL44lePaX69GyoEDfpR4wrc6F1Toza { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#aTTerPbB86eTzsA57mXSmIAVeNoAVRln { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#ld567APL9IwPUb4d4NpO8BURxskqGTG5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#DKJR2457iu9pEQTqepyN5gdxpzaulvvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VzqSedhgrioTAZm5GVLsqlmMekCEle4N { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#kXMh4rBCngz72e4xSrzedh8TqxBSspHW { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#glfhhTITTEQ72q9KxChtJTnE1Gonamrv { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;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:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#USZIT659mfT03zGfEMss6QyunHiKTuZP { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#As155WmTG9nI81vN4XGMPL7A2XmsBIDX { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#thDFubQx6wmznFsGCi832S6lH2JMbLa5 { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#FEdGmctNev7PdydkTTd0KRnPd7sUXpah { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#gApfoBdi81E0518qoKfFxGZlNiiXwaNa { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#AKyEk6mNus6v959KMJtny1t5e9B7zR7z { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#ekvov0croctB5nqmTt6AaBmGyTpDoiUk { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#PiImFOWb5cLgv1upEgBbdDbapGO1te28 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#TabphnShGdpgSdzDHMTry159Ary0eLiW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#fXvGS95cbeXFZySlTU7J273d9zcTda8Q { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#ScP16UISHn1est8FqL05IfBiXLiaFHMs { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#PccTueg6ZmFeT67oVVpoW5smmMvOck3X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.03125rem;height:3.3823528125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:12.34375rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:29.0625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:29.125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LAHZweZVsO6N85FZN5TwBWtHamETuhht { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZGTulC0S613ifnI1p2PJgloar6c2BVLF { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:32.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:58.84375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Smce5gML30ThcGvVpg84V2wO9E41Wd2u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;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:none; }
#nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height:0;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:none; }
#dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.4375rem;height:1.83823525rem;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; }
#bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.4375rem;height:0;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; }
#pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.8125rem;left:3.5rem;height:1.83823525rem;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; }
#HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5rem;height:0;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; }
#CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:34.8125rem;left:39.5625rem;height:1.83823525rem;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; }
#iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:51.375rem;left:3.5rem;height:1.83823525rem;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; }
#GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:3.5rem;height:2.5rem;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; }
#POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.5rem;left:32.8125rem;height:1.83823525rem;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; }
#HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.1875rem;left:32.8125rem;height:2.5rem;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; }
#GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:51.375rem;left:58.75rem;height:1.83823525rem;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; }
#nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:58.75rem;height:2.5rem;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; }
#vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.0625rem;top:13.15625rem;left:39.90625rem;overflow:hidden;display:block; }
#svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:29.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { position:absolute;display:block;z-index:15062;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.6875rem;width:2.625rem;top:46.8125rem;left:33.46875rem;overflow:hidden;display:block; }
#DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5625rem;top:46.46875rem;left:59.4375rem;overflow:hidden;display:block; }
#SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { position:absolute;display:block;z-index:14994;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.375rem;width:34.0625rem;top:11rem;left:38.25rem;overflow:hidden;display:block; }
#rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { position:absolute;display:block;z-index:14993;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.375rem;width:34.0625rem;top:27.6875rem;left:2.25rem;overflow:hidden;display:block; }
#QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { position:absolute;display:block;z-index:14994;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.375rem;width:27.4375rem;top:44.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { position:absolute;display:block;z-index:15055;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.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { position:absolute;display:block;z-index:15055;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.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#XW6focT560rvRPRz6eOiVpqQmLzIxfqr { position:absolute;display:block;z-index:15055;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:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { position:absolute;display:block;z-index:15055;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:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;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:none; }
#BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;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:none; }
#sMo8M6QSxTu9791QhEHqbruaKWXV68oN { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;height:1.875rem;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:none; }
#Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;height:2.5996125rem;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:none; }
#ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { position:absolute;display:block;z-index:15055;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.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { position:absolute;display:block;z-index:14993;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:7.9375rem;width:18.75rem;top:25.875rem;left:2.25rem;overflow:hidden;display:none; }
#KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#THTU73DztCMmulnrTVRHy3uWpyHlAq8X { position:absolute;display:block;z-index:15055;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.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:3.5rem;height:1.875rem;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:none; }
#VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:3.5rem;height:2.5996125rem;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:none; }
#e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;height:1.875rem;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:none; }
#CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:49.5625rem;left:3.5rem;height:1.875rem;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:none; }
#uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:52.25rem;left:3.5rem;height:2.5996125rem;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:none; }
#cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { position:absolute;display:block;z-index:15055;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:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#AnxymG81QsLQCiq7miHMBL9qgahTOtko { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;height:1.875rem;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:none; }
#Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:2.5996125rem;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:none; }
#qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { position:absolute;display:block;z-index:15055;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:1.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;height:1.875rem;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:none; }
#heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;height:2.5996125rem;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:none; }
#KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { position:absolute;display:block;z-index:14995;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.375rem;width:40.5625rem;top:44.3125rem;left:31.625rem;overflow:hidden;display:block; }
#vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:4.0625rem; }
#t79pK576IpIwhr80RTtnml0ibdCGTkXt { position:absolute;display:block;z-index:14992;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.375rem;width:34.0625rem;top:27.6875rem;left:38.25rem;overflow:hidden;display:block; }
#k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:12.375rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.125rem;left:3.625rem;height:1.83823525rem;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; }
#McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.82470703125rem;left:3.625rem;height:2.5rem;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; }
#ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { position:absolute;display:block;z-index:14997;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.375rem;width:34.0625rem;top:11rem;left:2.28125rem;overflow:hidden;display:block; }
#xG4uFuonbAQa7XZzoAquV08497hSZco0 { position:absolute;display:block;z-index:14995;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:7.9375rem;width:18.75rem;top:9.0625rem;left:2.09375rem;overflow:hidden;display:none; }
#HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:0rem;height:1.875rem;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:none; }
#WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:0rem;height:2.5996125rem;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:none; }
#Xd5TVzA6qiLUcnuSiRoxpPS9FMHa5SNf { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.03125rem;left:4.1875rem;overflow:hidden;display:block; }
#AB2ZVpRrpTltaks8mDGneeSOkTTRlJhW { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:29.65625rem;left:40.28125rem;overflow:hidden;display:block; }
#adQszoFcgIZcDMT8qmVaFw7UwgvBCJ9f { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:37.5rem;left:39.5625rem;height:2.5rem;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; }
#Veiu6XvXNteXFiiLfGA1PQrcbwTowLl0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#Hqytc0mJCtXQqsb7qshU05ymHidi50Qv { position:absolute;display:block;z-index:15055;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.6875rem;width:1.5625rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#zVVkt5n0LmiAwZd3gAouWqcooTZTRXnM { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;height:2.5996125rem;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:none; }
#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { background-color: transparent; background-image: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container > .video-iframe-container { display: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container { display: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .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); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { border-width: 0; border-radius: 0; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#xR8lkF9ZXGdeoOVO5vzacJiITxZ1BUwu { 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:88.1875rem;width:18.75rem;display:none; }
#rDRpbJsENOKd0nlQsmeyx2fFgq2xQOZv { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#DXbrQgl1aNUMsqKNTnvCd4C6puJJazQd { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#LVrJS5JuL4wTC9IANeL9vJadB6KyxT5l { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#gNaPmriFywW5SJbWh1BplaUFPTlbzEAf { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#dSa6x2oISczC3vH4gFA0x0vPf2r6L4OT { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#e302geE51QcId6cQtxIVL602aDlRbsfp { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#oEZ5Ipat7ZNrBlpMvya3sAeGirm3sGzs { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#bhTTEm8ZG86BNkzx0wfWhtG1mhusunfB { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#VOfzR2eM1U1cHNKwEWsddrKVwDCTfNC3 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;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:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#iATm9zKfafc49l5L4MNNPABEElTspi2L { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#uTHOIsbhCpwo57g15OoBwN4Nn7WrlHpw { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#dfgZDf8Sciolw64M768QZrNxA2whdX7o { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#LpmFC1gaJkRLFwMi4RAWAAvf8xvPgRcf { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#VTwSzD9A0U2L3i8As3v6BH206lFuLhym { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#kIJNZoUeQCBWCsrbmJd6ZOTsrPrulkIk { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#Kf8QcMzsEiqXFxSnhEzyXJo0dZL7Xxqf { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#RwOgKptaCnZnfJSVm4bSzD9QZBdB1ww9 { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#osXX7dIQOTvkuqubEJWFshAuFR1EmZ9O { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#JqTBVFdtwkMdFGc6tXzE2HtDqFdn5GgD { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#wCQ8TTFiwH6nMC3qkCqNOtDT9iVkheps { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#y2qQK6K3dwP6bsIfBVcgDnSyfnZog9Ub { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#c6Ifrb9qUPNJtE9EfSmbdQekTNE2WVF0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#a8Dnlslp4KULBL0ER1hnuw6yuDddevHn { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#Ck7gvQAFet4yTVvDV1HIHfo0RbG7LRE6 { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#ZQpHXWDn8XmaUcRZeXIBROCSAx1qAgPl { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#npQMD6kDa97F3z6qrTwCT4n0AnEEJfSf { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#HKwNdQtVkZwPBxQlPUSlN3ycBp9k7zA3 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#WmLKIbOILvQsebzzSSWtAM33RrV0kklE { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#JSZ86xpCyCgbhTAQPFcB3S4AVTi8EOsC { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#fIm0TNNm9Lf30WlpIpqho7kpoqWooN6m { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#zgtr6uiU5qyUWNyoyrVuOVmtUEPhDzAW { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#gyCDyt8Bb0liiNt5A9xxgqdiT4uNEQzL { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#UcfakqRbvx4Q1QLKrhFW3bNrrZ5a4tP8 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#r6fpPtydU33hSJEnqUPKTfNo7I5vN6WO { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ZyEnrRuMdeq2Pf3XvdbdpyA4tnn8M3Qz { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#t0TRmoiPLC5PGyu76LcWT3XuNiE1BPQL { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#shzaM7ZO7QUUpup72eJFGPbCScxpurMZ { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VAQuZMkr1A5BO3hZaxqIUJFK78sUuZfT { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VRZ0DQtWRTdCrhi2Tm6tkTrcUJ1M7Ex5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#wAGu30UXk5ahZwT7rqTPZFLwrXgtoc2a { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#yv7KXJgSfBhe8iI54kP4Xf0ERSCBXksI { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#MGXCJDJTGWXagTnL5LhTRfnpSHhsVTml { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#DZLBN4cerA0Zq5R0LwNJdvVm4Tfrmr76 { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#WpQAZGcxCcSgDKKlkRr9HS3eUlq2bl09 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;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:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#lQ4CiiPJXU0r2OPoxD30dTMee46quvDQ { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#LcGt1IiRPmMm1X2GDnKUoWZZTR2s5Q27 { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#t0gMwGGRX9ZycTQbUpfyoc6XaM2Qrr4G { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#eNv4G4A8qC1sELWTBfKQJkApguUPLtMp { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#eDm9yvFOZfxo6giGqEKfxBQxnU19SUlU { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#RMZ2AfEFxzSaqStfSrnnPmBNhgce6XRA { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#KGgf9yVQI3Rrw22zJfcSuedf0gyWEg5q { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#I8z8ymfCTytHEySuLpZ2zzCCgTEcSoZW { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#GPDO8kes8J8OtvdHaw2mQhc76FINzlW2 { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#PGoTsiPD1CGWTeemMbnzZ8D1g5GyI5Dv { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#TkzCJGAuVLVTPT5dAShUTsUJcDAwOk73 { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#tKbreBvtAPEqv8ERVZJMKh6pTu9Pit0F { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#u392DawKcd9Gl5RmJ7hg4EIwygiggRmx { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#rUTlmi9it8BO37bhUNR8QXQdVvM5d9TB { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#ifMTdPJe1iOhiA2rZsW2NlyJ8IMcVnIk { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#Ufa3RnJ0GCqVN3r5pcwtRmHTf5ES62dX { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#gdAQOoGQnvi3AGCthnR1uwuEp19hbvXR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#TongE9EyZMN7OlfnSecekFuMvJxDzHUh { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#gLAZiBdoKacda4NDHITgTD0DWJK5ne07 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#WBTkAzN0il4c4Ax0Wyb0qT92TbO5eUD3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#n7EIlskE2eLRPQe36knU85zsDU2lTvlu { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#XVDgveinuTudIzgg05dEA3RurcT9IDc4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#okw6hvgXhoR94Omp1GwaFPJ0OmtQ6B7R { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#LSedTiHV45a7yUBbe6f9t5VxqUOXcJoX { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#EamO7hGuJC80PCCVbb4PCapPz42TTQFQ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#CF6D8x0HsCh5h4oi2JuoghiddHiaHWAo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#uNnnpoF4ZOIuve1SKGsOEMrOMTcec9km { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#TIuLbC3MTn9Rvf5fa3rCFkpJIShMJaXt { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#vxyKTQE9uhx0X3Pu2Tex1WUNtIiJqqp5 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#UdTBmEcg0lNZOnUoQEDp79pOrQA3yGUz { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#X24o7BsCwhOQAlUduunklGzMubJpof0P { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#T39eU075ztgH0XNLRwE5XRSwcMkdqtZg { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#c4Ho6L8nbZAU34Pz61t6SVGh2Fl3Pzz1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#CvguAcd1kREE8CkQC6nH4XZrN1BEPDGS { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#Cecf05zaPUy35vaTdXMF506dJrwr02bb { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#zPHwxFXCXkSo4faSvu7W4MKEJzS0TZMG { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#pOVD6GTd1SL2aocA9yUFs6rMtqxci8k9 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#to98ToLm525Ir84XHsIqxQF3viQLJBdU { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#ukredGIAGXSF3TSmlAhauKnvgqLSrlMk { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#sT9qttO8idHb26T9FMGS1BvrmDcbQg9i { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#Fk8DXT3LJwCS09y5tD54TFk9MB0MABvB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#akFCvlmSUVqoHmmFaRyzxFMSPc3pOdow { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#JTQSTXlrJ99dGTQLcTM5X7KZFTGFHhxl { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#Rf4zEWTzWyIDOdXmJO4ICTNT5TAmHTTE { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#ZsEC2NskTRdCm3wPs0ZLB0fltXmkBknv { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#RKmLTCpBoER9AI5mhSlrpIZ4qMuKzqRi { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#UDFdeVUpHaNOi96kXa5IzfHlRUGiN4Ot { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#MQkTbhlJkOTeAmPRVf4Ah3TsMVPfnuh7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#P0LoQ0ZusH7oJS3IdeBZd3LJIegu6Oeo { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#bL7iPSqugJRWR3PitpFfPnOgyXQi9J0C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;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:none; }
#IhzPCmBOGPd9qexOfrMlntAFSyMzWGIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height:0;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:none; }
#zE5pRtXoUVlB7vtFCUz0Qd7xVKuvaJRX { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#mNB2GDelcPl9GdonwukTTp8BMP2avBOT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#GrdgoM2G5gcQASQRXLhX1wRmMsBRmQq4 { position:absolute;display:block;z-index:15055;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.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#ITfQ4ivVHir06x4eSItuqgdy4bXJNGS5 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#CQ24igFJuQDeWP7pcauiLOMxB3rZepiQ { position:absolute;display:block;z-index:15055;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.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#u4mCHdfAsOixvPWZ6EqrtIThM4aXcT8S { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#ekLIKVHNltu7195JCrtLdR5dUTZ4EzJO { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#cEOZz2O2CFg4JLvuGFJHKMqdc1miacIq { position:absolute;display:block;z-index:14994;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:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#hpldFOoeqwVcIDr3OQfpW9tafWXnviJM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#LwrOIJ7r8vo1TcsCwdtrnEDGbuVCACJ3 { position:absolute;display:block;z-index:15055;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:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#vGdFX9h1lorBEgwoFStMC3R5O3dTWfSy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#D2pW5wENonDcESZUOXp3Vhr1J7ZVThQT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#lgwpZtWIP6SaMJinbezCyqVvC4CrQRMm { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#boG95I6ToCFX3Z7vIrCkh8v7M6QEXsem { position:absolute;display:block;z-index:15055;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:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#eeOOXLOm6mB1t6s1rTTV1InFMRox3q60 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#BFLwTsCqquiK6oTWGsTyzmq31M6kelgP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#k3Z3xrOX8Zencx1Cxz5Mkit06b3GJbCm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;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:none; }
#ExhF1alHuslsihvfZWd2UtErWNNuQfd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;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:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .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; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .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; }#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-trigger.adaptive-delivery-prevent-bg, #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-trigger.lazyload, #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-trigger.lazyloading { background-image: none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fcs33L2CCs9ylZmrZcwCNZJWIcugFF2U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qa8wk3oq3xCE3oAIhOM0Rr5xqKG601SZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VKoJxvBgRRha1wilmNuKRVC61aeTSpIm { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #q44ooskXOZhaH7GxyJcJ4ThQe28x0wg1 {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rsVtMZKN1wBAFmSnbpqVLZT9MhIEtvBI {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rvHgs41H6KhgaW6JeKTT6OMl6c6VW0bO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qyi7WiURXGbgQnvZT0CSONBzdlDf1btl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZI6IPHtlSWaKwVZ2GCt9f55oLwH6pRNz { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #e5U07gTHWhvCD0KuECZ8EuzNTavdSMRA {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #bw0p42ZumG0fndl7Xdqy1oRXUx6MXoA3 { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #xARR5HC9BR7Db3PtI13Wr8owDTorlgET { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Ipk4KSDNh8Ea3S85JZNElBtAOPWz9wHC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DNz7xONyga3I6BLpvSDkczkrqzDREeox { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZRwAlSvoTiJORUzhZR7C6VnyrT9t3d4S {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fg9bKVfavBrr0ZWdGE6bAyopdimLByaN { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #N8ZTyUp1zMk5oGbW9FOnEUPMS0T8hsCy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fAPxHwhnrl0LuH1dQUAUubVO8PvXGSAT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DN6TR2xLkX9MXPk87VoBiVGocf3bfSSb { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ScNyn1IF8OAiFtc8S4LpiPNCfSGxgJQT {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #IAAAXhSLMxgBo8Qfq1wghyw5oKTweyKN { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #awCXFwMRh831Gih1vHkX26qQepLmvCun { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #V8estxf8v6enx1hZpgaP53ohVcgl38V7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fvLAt22FtwQxeB1txcHz8DSmkK95ToI1 { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #T16TFwd46wxLxlhy8K8we8nb5WuleMeN {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #cliAPP0NK9LPmM6QuTsg6zktT7d0ubJU { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ITPZ8PN69NuckkJV8KF5WQHQOno9cMnD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #z4EIH5nt5RfVTLxlSGFBaRBD0twvygvp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #EeCV5RRq1Ih0DnfgHV2dT90HnLrTuZoT { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VlPhGbwUq2MU8luQf8BHIRAmGDLfGlfG {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Q1x5WLLEPxoiIXcOzH2bbA0KLOtbnV7r { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #X62V4Zemh1xnoL3fVeqnxBUokrFLCDZF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #mEn8lmQNTomnygIMJGabOAtFrAnh8rxm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #dx4gANdMFxqJM355FTQdVooxpqOzQOgN { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #moJC3afsQy0xTOxaubsbl9sUGn9QN3Ao {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VXgyOmMU6famCVOfxC5fQqAz1mwe4oRO { display:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #yCZITDlhJJxitXhXnFAtwHT6Ss2yhKpK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #y5T5AU0xgXAPaxEOSlxrDZ5gWLR8Umtq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Jrc3ETprChxfcgITVgbfQITrDEHAMV2E { display:block;position:relative; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #TKVm9XMbIJK8KyIRHEzgJwJ3E38rDK2T {  }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #vgUabi8oM6GScA1TiqsdCAe8CpXiJHA3 { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .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; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#fbf8f8;font-style:normal; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .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;line-height:1.4;overflow:hidden;height:auto;color:#fbf8f8; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .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_5be2d721d1f1a7281cdb40cd8d9a7f63fde6b6f2.svg");background-size:contain !important; }#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-trigger.adaptive-delivery-prevent-bg, #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-trigger.lazyload, #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-trigger.lazyloading { background-image: none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15060;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.69622802734375rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #atT6FyiQC4h8hIaXgw8tcfUDCLZ4TNRH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #rrmhMTMPTutcEE0xVZptDIXz3CowubzC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #aV2p63ugbhuTezIc4vxeGFySZ4MfWIOF { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #GmRzJs8upk9HU3SrLf1VuuwZbPH2OxTw {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #t8ERne42sCAJCFTfFxDakdVAcpb1breF {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #VcT9WZxzHri5sx4PMiwd171ff6rJt2Uv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #FOWJu3N9fnOW6GOwWb5HtwQ5WgyPtsnu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #UqGukhU9lAMihJ5Mexn5cn5xG3k5Bs4Q { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D50qpL2s46EigtT8sTl3RSDeApbeu2Fl {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #brorbZxlVK48IgETkK8b68Iunf4RgTTm { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #WzLOINFD9if72T0sq8CsvKxodBiF7caM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #NFo9TP2Oniw1OG9NrBHxFt32rqbu5sR9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #esEIEcksPbOdJPGwJyecSppW20V7mmUJ { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCPqWmk0DFdFd1EET4TGfqJoxg2rG7Zf {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #o9folqh1nGGXF4sAGL3V0SXqRkcsPsq7 { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ZVthyDUOXBEHDVxEOdfiCUsXhJWMSkM3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Pphkvd4ewRvsOTa0CDGgyoRLOAq0cTuJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D5moeaZMIUq0p0LVwfgaI6d9zslEwUvU { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TkeNyDdE8is2QH7zXVQ3orNKRAoyyv4T {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #upwCDCALnrGg1BcSabMpRK1q3xmnP9s1 { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #N1SzlSwUDoTdlxhIt4kPHRmRmgRwRdle { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #CdsXypAaDlh3cc3eITawifJhBK61yN6d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCHyDgkTvIfrBkaspIepI5BBFRxfVC6a { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #U9tPIrALwySlfRnXh9GXpRP98rakbwAW {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #LbiotaXJTwmUakASb70ZsltLi01USAT6 { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #JM2KDaX5QFVkfQDr3yhCQNGlNvqHOhQB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #T2tBTOqwLQ9cTssF3KUTzuz0po6Wpbgi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ARRKQDx9TsxFaS0MrOs217ZBSJFELTlg { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #BQ1SVhgDcPT0OHFIQmflrbhoTQPOzy9f {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Zimk6qdx5ydvqU0ZOtNsaQ7QExvm3822 { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #eTAuaILLB611rh5qzzU49swmyaS3CpdJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #s5Vr66ixOXStG22rnRC9lRGedVVXgGTc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Q3wbrTdm3SWTmvF6EsDEAS0ykqK0QXmg { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #nrMfLVzsOTbaqMwNLaoS8sEeFmawL0lt {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #pVyJSqllFnOszJt1n4oce9sUK3QHm5od { display:none; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #fg9iDt4OD0StzMI8hW8uIxVGuG5PSz5r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #lglPT3eN06pO2xixAKMm03eRKOwXSgMs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Uq5bbLHTkyT9seP9UrbneAa4ZZn2Bcis { display:block;position:relative; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #RBTAkJOAo7Vi6Rrcts4niQoyqAASndTJ {  }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #qyKIs80eAaUUNkOMGwZ8pr3FPCe5fKqI { display:none; }
#uunqiM1zUlX7FR51co1g9lmsiI1ALXhu { background-color:rgba(var(--color-secondary-2),1);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.5625rem;left:23rem;display:block; }
#fXZCcEIHLJUm8bwXSeF3DPM6FuPm3gOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evtx6b94KGf1aKlZxTihDvaMGnqabk3G { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.625rem;left:38.1875rem;display:block; }
#NTTBaxZ0mTM9q0Ruth8yfogC4Bp1mVP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2421875rem;left:0rem;height:1.0294118125rem;text-align:center;text-align-last:center;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) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { top:3.25rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { top:27.4375rem;left:0rem;width:36.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { top:40.25rem;left:16.96875rem;width:3rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:40.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #SstW76AfugkzoPVPFIJ1ZI2zXQq517aD { top:27.4375rem;left:0rem;width:36.25rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmlV79BNqEmM4wXFAVXTlu9AvG4mv5bT { top:41.5rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvCbIyi5Jp7J3ltcFF1vNHMeheIySbA7 { top:17rem;left:0rem;width:35rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruImgA43wVw8IVZUTt4iFv88gvsdyTk { top:3.25rem;left:0rem;width:6.5rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { top:8.375rem;left:12rem;width:35.75rem;height:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrFrU3KZTb4BMfR5NcJQspluWiAlBwEN { top:3.9375rem;left:13.1875rem;width:29.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { width:13.75rem;height:3.5rem;top:24.3125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block; }
 }@media only screen and (max-width: 763px) { #JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { width:13.8125rem;height:3.5rem;top:24.3125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block; }
 }@media only screen and (max-width: 763px) { #RM9it8rdvvSf4RaC9nOMpsMPWmDlHLzu { top:1.75rem;left:0rem;width:22.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDBcyAXl8LGeV1676lKIB0QTFcQ0HxZ { top:3.25rem;left:0rem;width:3.375rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { display:block; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { display:none; }
 }@media only screen and (max-width: 763px) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { top:12.3125rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { top:29.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { top:29.125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { top:45.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { top:45.75rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { top:45.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { top:18.125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { top:20.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { top:34.8125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { top:37.5rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { top:34.8125rem;left:25.9375rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { top:51.375rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { top:54.0625rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { top:51.5rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { top:54.1875rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { top:51.375rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { top:54.0625rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { top:13.125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { top:29.5rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { top:46.8125rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { top:46.4375rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { top:11rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { top:27.6875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { top:44.3125rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { top:25.875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { top:43.125rem;left:0rem;width:11.875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { top:44.3125rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { top:46.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { top:27.6875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { top:18.125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { top:20.8125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { top:11rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { top:9.0625rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { top:12.75rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { top:14.25rem;left:0rem;width:13.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd5TVzA6qiLUcnuSiRoxpPS9FMHa5SNf { top:13rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2ZVpRrpTltaks8mDGneeSOkTTRlJhW { top:29.625rem;left:26.65625rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adQszoFcgIZcDMT8qmVaFw7UwgvBCJ9f { top:37.5rem;left:25.9375rem;width:20.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veiu6XvXNteXFiiLfGA1PQrcbwTowLl0 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.8168604651163rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hqytc0mJCtXQqsb7qshU05ymHidi50Qv { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.4425rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVVkt5n0LmiAwZd3gAouWqcooTZTRXnM { top:44.125rem;left:0rem;width:12.3125rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBCZ9PVE8EM272RJwaNCTzC3HZav34TL { display:block; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR8lkF9ZXGdeoOVO5vzacJiITxZ1BUwu { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDRpbJsENOKd0nlQsmeyx2fFgq2xQOZv { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXbrQgl1aNUMsqKNTnvCd4C6puJJazQd { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVrJS5JuL4wTC9IANeL9vJadB6KyxT5l { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNaPmriFywW5SJbWh1BplaUFPTlbzEAf { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSa6x2oISczC3vH4gFA0x0vPf2r6L4OT { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e302geE51QcId6cQtxIVL602aDlRbsfp { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEZ5Ipat7ZNrBlpMvya3sAeGirm3sGzs { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTTEm8ZG86BNkzx0wfWhtG1mhusunfB { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfzR2eM1U1cHNKwEWsddrKVwDCTfNC3 { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATm9zKfafc49l5L4MNNPABEElTspi2L { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHOIsbhCpwo57g15OoBwN4Nn7WrlHpw { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgZDf8Sciolw64M768QZrNxA2whdX7o { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpmFC1gaJkRLFwMi4RAWAAvf8xvPgRcf { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTwSzD9A0U2L3i8As3v6BH206lFuLhym { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIJNZoUeQCBWCsrbmJd6ZOTsrPrulkIk { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf8QcMzsEiqXFxSnhEzyXJo0dZL7Xxqf { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwOgKptaCnZnfJSVm4bSzD9QZBdB1ww9 { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osXX7dIQOTvkuqubEJWFshAuFR1EmZ9O { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTBVFdtwkMdFGc6tXzE2HtDqFdn5GgD { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQ8TTFiwH6nMC3qkCqNOtDT9iVkheps { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qQK6K3dwP6bsIfBVcgDnSyfnZog9Ub { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Ifrb9qUPNJtE9EfSmbdQekTNE2WVF0 { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Dnlslp4KULBL0ER1hnuw6yuDddevHn { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck7gvQAFet4yTVvDV1HIHfo0RbG7LRE6 { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQpHXWDn8XmaUcRZeXIBROCSAx1qAgPl { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npQMD6kDa97F3z6qrTwCT4n0AnEEJfSf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKwNdQtVkZwPBxQlPUSlN3ycBp9k7zA3 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmLKIbOILvQsebzzSSWtAM33RrV0kklE { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSZ86xpCyCgbhTAQPFcB3S4AVTi8EOsC { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIm0TNNm9Lf30WlpIpqho7kpoqWooN6m { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgtr6uiU5qyUWNyoyrVuOVmtUEPhDzAW { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyCDyt8Bb0liiNt5A9xxgqdiT4uNEQzL { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcfakqRbvx4Q1QLKrhFW3bNrrZ5a4tP8 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6fpPtydU33hSJEnqUPKTfNo7I5vN6WO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyEnrRuMdeq2Pf3XvdbdpyA4tnn8M3Qz { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0TRmoiPLC5PGyu76LcWT3XuNiE1BPQL { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #shzaM7ZO7QUUpup72eJFGPbCScxpurMZ { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAQuZMkr1A5BO3hZaxqIUJFK78sUuZfT { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRZ0DQtWRTdCrhi2Tm6tkTrcUJ1M7Ex5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAGu30UXk5ahZwT7rqTPZFLwrXgtoc2a { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv7KXJgSfBhe8iI54kP4Xf0ERSCBXksI { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGXCJDJTGWXagTnL5LhTRfnpSHhsVTml { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZLBN4cerA0Zq5R0LwNJdvVm4Tfrmr76 { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpQAZGcxCcSgDKKlkRr9HS3eUlq2bl09 { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ4CiiPJXU0r2OPoxD30dTMee46quvDQ { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcGt1IiRPmMm1X2GDnKUoWZZTR2s5Q27 { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0gMwGGRX9ZycTQbUpfyoc6XaM2Qrr4G { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNv4G4A8qC1sELWTBfKQJkApguUPLtMp { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDm9yvFOZfxo6giGqEKfxBQxnU19SUlU { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMZ2AfEFxzSaqStfSrnnPmBNhgce6XRA { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgf9yVQI3Rrw22zJfcSuedf0gyWEg5q { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8z8ymfCTytHEySuLpZ2zzCCgTEcSoZW { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPDO8kes8J8OtvdHaw2mQhc76FINzlW2 { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoTsiPD1CGWTeemMbnzZ8D1g5GyI5Dv { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkzCJGAuVLVTPT5dAShUTsUJcDAwOk73 { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKbreBvtAPEqv8ERVZJMKh6pTu9Pit0F { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u392DawKcd9Gl5RmJ7hg4EIwygiggRmx { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUTlmi9it8BO37bhUNR8QXQdVvM5d9TB { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMTdPJe1iOhiA2rZsW2NlyJ8IMcVnIk { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ufa3RnJ0GCqVN3r5pcwtRmHTf5ES62dX { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdAQOoGQnvi3AGCthnR1uwuEp19hbvXR { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TongE9EyZMN7OlfnSecekFuMvJxDzHUh { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLAZiBdoKacda4NDHITgTD0DWJK5ne07 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBTkAzN0il4c4Ax0Wyb0qT92TbO5eUD3 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7EIlskE2eLRPQe36knU85zsDU2lTvlu { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVDgveinuTudIzgg05dEA3RurcT9IDc4 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okw6hvgXhoR94Omp1GwaFPJ0OmtQ6B7R { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSedTiHV45a7yUBbe6f9t5VxqUOXcJoX { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EamO7hGuJC80PCCVbb4PCapPz42TTQFQ { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CF6D8x0HsCh5h4oi2JuoghiddHiaHWAo { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNnnpoF4ZOIuve1SKGsOEMrOMTcec9km { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIuLbC3MTn9Rvf5fa3rCFkpJIShMJaXt { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxyKTQE9uhx0X3Pu2Tex1WUNtIiJqqp5 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdTBmEcg0lNZOnUoQEDp79pOrQA3yGUz { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X24o7BsCwhOQAlUduunklGzMubJpof0P { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T39eU075ztgH0XNLRwE5XRSwcMkdqtZg { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4Ho6L8nbZAU34Pz61t6SVGh2Fl3Pzz1 { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvguAcd1kREE8CkQC6nH4XZrN1BEPDGS { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cecf05zaPUy35vaTdXMF506dJrwr02bb { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPHwxFXCXkSo4faSvu7W4MKEJzS0TZMG { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOVD6GTd1SL2aocA9yUFs6rMtqxci8k9 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #to98ToLm525Ir84XHsIqxQF3viQLJBdU { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukredGIAGXSF3TSmlAhauKnvgqLSrlMk { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT9qttO8idHb26T9FMGS1BvrmDcbQg9i { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk8DXT3LJwCS09y5tD54TFk9MB0MABvB { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFCvlmSUVqoHmmFaRyzxFMSPc3pOdow { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTQSTXlrJ99dGTQLcTM5X7KZFTGFHhxl { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rf4zEWTzWyIDOdXmJO4ICTNT5TAmHTTE { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEC2NskTRdCm3wPs0ZLB0fltXmkBknv { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKmLTCpBoER9AI5mhSlrpIZ4qMuKzqRi { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDFdeVUpHaNOi96kXa5IzfHlRUGiN4Ot { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQkTbhlJkOTeAmPRVf4Ah3TsMVPfnuh7 { display:none; }
 }@media only screen and (max-width: 763px) { #P0LoQ0ZusH7oJS3IdeBZd3LJIegu6Oeo { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL7iPSqugJRWR3PitpFfPnOgyXQi9J0C { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhzPCmBOGPd9qexOfrMlntAFSyMzWGIZ { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5pRtXoUVlB7vtFCUz0Qd7xVKuvaJRX { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNB2GDelcPl9GdonwukTTp8BMP2avBOT { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrdgoM2G5gcQASQRXLhX1wRmMsBRmQq4 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITfQ4ivVHir06x4eSItuqgdy4bXJNGS5 { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQ24igFJuQDeWP7pcauiLOMxB3rZepiQ { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4mCHdfAsOixvPWZ6EqrtIThM4aXcT8S { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekLIKVHNltu7195JCrtLdR5dUTZ4EzJO { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEOZz2O2CFg4JLvuGFJHKMqdc1miacIq { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpldFOoeqwVcIDr3OQfpW9tafWXnviJM { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwrOIJ7r8vo1TcsCwdtrnEDGbuVCACJ3 { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGdFX9h1lorBEgwoFStMC3R5O3dTWfSy { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2pW5wENonDcESZUOXp3Vhr1J7ZVThQT { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgwpZtWIP6SaMJinbezCyqVvC4CrQRMm { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #boG95I6ToCFX3Z7vIrCkh8v7M6QEXsem { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeOOXLOm6mB1t6s1rTTV1InFMRox3q60 { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFLwTsCqquiK6oTWGsTyzmq31M6kelgP { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3Z3xrOX8Zencx1Cxz5Mkit06b3GJbCm { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExhF1alHuslsihvfZWd2UtErWNNuQfd6 { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fcs33L2CCs9ylZmrZcwCNZJWIcugFF2U {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qa8wk3oq3xCE3oAIhOM0Rr5xqKG601SZ {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VKoJxvBgRRha1wilmNuKRVC61aeTSpIm {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #q44ooskXOZhaH7GxyJcJ4ThQe28x0wg1 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rsVtMZKN1wBAFmSnbpqVLZT9MhIEtvBI {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rvHgs41H6KhgaW6JeKTT6OMl6c6VW0bO {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qyi7WiURXGbgQnvZT0CSONBzdlDf1btl {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZI6IPHtlSWaKwVZ2GCt9f55oLwH6pRNz {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #e5U07gTHWhvCD0KuECZ8EuzNTavdSMRA {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #bw0p42ZumG0fndl7Xdqy1oRXUx6MXoA3 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #xARR5HC9BR7Db3PtI13Wr8owDTorlgET {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Ipk4KSDNh8Ea3S85JZNElBtAOPWz9wHC {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DNz7xONyga3I6BLpvSDkczkrqzDREeox {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZRwAlSvoTiJORUzhZR7C6VnyrT9t3d4S {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fg9bKVfavBrr0ZWdGE6bAyopdimLByaN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #N8ZTyUp1zMk5oGbW9FOnEUPMS0T8hsCy {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fAPxHwhnrl0LuH1dQUAUubVO8PvXGSAT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DN6TR2xLkX9MXPk87VoBiVGocf3bfSSb {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ScNyn1IF8OAiFtc8S4LpiPNCfSGxgJQT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #IAAAXhSLMxgBo8Qfq1wghyw5oKTweyKN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #awCXFwMRh831Gih1vHkX26qQepLmvCun {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #V8estxf8v6enx1hZpgaP53ohVcgl38V7 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fvLAt22FtwQxeB1txcHz8DSmkK95ToI1 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #T16TFwd46wxLxlhy8K8we8nb5WuleMeN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #cliAPP0NK9LPmM6QuTsg6zktT7d0ubJU {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ITPZ8PN69NuckkJV8KF5WQHQOno9cMnD {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #z4EIH5nt5RfVTLxlSGFBaRBD0twvygvp {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #EeCV5RRq1Ih0DnfgHV2dT90HnLrTuZoT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VlPhGbwUq2MU8luQf8BHIRAmGDLfGlfG {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Q1x5WLLEPxoiIXcOzH2bbA0KLOtbnV7r {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #X62V4Zemh1xnoL3fVeqnxBUokrFLCDZF {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #mEn8lmQNTomnygIMJGabOAtFrAnh8rxm {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #dx4gANdMFxqJM355FTQdVooxpqOzQOgN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #moJC3afsQy0xTOxaubsbl9sUGn9QN3Ao {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VXgyOmMU6famCVOfxC5fQqAz1mwe4oRO {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #yCZITDlhJJxitXhXnFAtwHT6Ss2yhKpK {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #y5T5AU0xgXAPaxEOSlxrDZ5gWLR8Umtq {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Jrc3ETprChxfcgITVgbfQITrDEHAMV2E {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #TKVm9XMbIJK8KyIRHEzgJwJ3E38rDK2T {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #vgUabi8oM6GScA1TiqsdCAe8CpXiJHA3 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #atT6FyiQC4h8hIaXgw8tcfUDCLZ4TNRH {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #rrmhMTMPTutcEE0xVZptDIXz3CowubzC {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #aV2p63ugbhuTezIc4vxeGFySZ4MfWIOF {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #GmRzJs8upk9HU3SrLf1VuuwZbPH2OxTw {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #t8ERne42sCAJCFTfFxDakdVAcpb1breF {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #VcT9WZxzHri5sx4PMiwd171ff6rJt2Uv {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #FOWJu3N9fnOW6GOwWb5HtwQ5WgyPtsnu {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #UqGukhU9lAMihJ5Mexn5cn5xG3k5Bs4Q {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D50qpL2s46EigtT8sTl3RSDeApbeu2Fl {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #brorbZxlVK48IgETkK8b68Iunf4RgTTm {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #WzLOINFD9if72T0sq8CsvKxodBiF7caM {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #NFo9TP2Oniw1OG9NrBHxFt32rqbu5sR9 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #esEIEcksPbOdJPGwJyecSppW20V7mmUJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCPqWmk0DFdFd1EET4TGfqJoxg2rG7Zf {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #o9folqh1nGGXF4sAGL3V0SXqRkcsPsq7 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ZVthyDUOXBEHDVxEOdfiCUsXhJWMSkM3 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Pphkvd4ewRvsOTa0CDGgyoRLOAq0cTuJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D5moeaZMIUq0p0LVwfgaI6d9zslEwUvU {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TkeNyDdE8is2QH7zXVQ3orNKRAoyyv4T {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #upwCDCALnrGg1BcSabMpRK1q3xmnP9s1 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #N1SzlSwUDoTdlxhIt4kPHRmRmgRwRdle {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #CdsXypAaDlh3cc3eITawifJhBK61yN6d {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCHyDgkTvIfrBkaspIepI5BBFRxfVC6a {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #U9tPIrALwySlfRnXh9GXpRP98rakbwAW {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #LbiotaXJTwmUakASb70ZsltLi01USAT6 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #JM2KDaX5QFVkfQDr3yhCQNGlNvqHOhQB {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #T2tBTOqwLQ9cTssF3KUTzuz0po6Wpbgi {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ARRKQDx9TsxFaS0MrOs217ZBSJFELTlg {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #BQ1SVhgDcPT0OHFIQmflrbhoTQPOzy9f {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Zimk6qdx5ydvqU0ZOtNsaQ7QExvm3822 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #eTAuaILLB611rh5qzzU49swmyaS3CpdJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #s5Vr66ixOXStG22rnRC9lRGedVVXgGTc {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Q3wbrTdm3SWTmvF6EsDEAS0ykqK0QXmg {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #nrMfLVzsOTbaqMwNLaoS8sEeFmawL0lt {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #pVyJSqllFnOszJt1n4oce9sUK3QHm5od {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #fg9iDt4OD0StzMI8hW8uIxVGuG5PSz5r {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #lglPT3eN06pO2xixAKMm03eRKOwXSgMs {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Uq5bbLHTkyT9seP9UrbneAa4ZZn2Bcis {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #RBTAkJOAo7Vi6Rrcts4niQoyqAASndTJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #qyKIs80eAaUUNkOMGwZ8pr3FPCe5fKqI {  }
 }@media only screen and (max-width: 763px) { #uunqiM1zUlX7FR51co1g9lmsiI1ALXhu { width:13.75rem;height:3.4375rem;top:46.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXZCcEIHLJUm8bwXSeF3DPM6FuPm3gOy { display:block; }
 }@media only screen and (max-width: 763px) { #evtx6b94KGf1aKlZxTihDvaMGnqabk3G { width:13.75rem;height:3.4375rem;top:46.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTBaxZ0mTM9q0Ruth8yfogC4Bp1mVP3 { display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:3.1875rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#192434;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/221ab2e2-75e8-4077-b778-bf7cb9420732/zakadbezpiecznyMOBILEAPLALP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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 { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { width:3.5625rem;height:3.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxI2TVB2vZlIhI8ZQTomuEGRRuTdWNz { width:20rem;height:0;top:30.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbPncaH9LVE1Go572E9aB2S5gPgyHL21 { width:1.875rem;height:3.1875rem;top:46.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:13.75rem;height:3.5rem;top:52.10546875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:56.54296875rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #SstW76AfugkzoPVPFIJ1ZI2zXQq517aD { width:20rem;height:3.235294125rem;top:34.5rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EmlV79BNqEmM4wXFAVXTlu9AvG4mv5bT { width:20rem;height:4.6323526875rem;top:39.5625rem;left:0rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RvCbIyi5Jp7J3ltcFF1vNHMeheIySbA7 { width:20rem;height:4.6428571428571rem;top:62.48046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kruImgA43wVw8IVZUTt4iFv88gvsdyTk { width:20rem;height:4.375rem;top:29.1875rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { width:20rem;height:10.294117rem;top:31.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NrFrU3KZTb4BMfR5NcJQspluWiAlBwEN { width:20rem;height:1.25rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuFBTvXwqlzB3JX7R7qH6TJLwwToy9l { width:13.75rem;height:3.5rem;top:44.1875rem;left:3.1875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKch7cIn3UTMwxJbFHTTGlUKFP4nAcq { display:block; }
 }@media only screen and (max-width: 763px) { #JemcRuTLzpt0tM6Tdgsp8ZShJIWr5rKo { width:13.8125rem;height:3.5rem;top:48.625rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5ZusISVk9dixKw1wDybqxypXI3rKp1 { display:block; }
 }@media only screen and (max-width: 763px) { #RM9it8rdvvSf4RaC9nOMpsMPWmDlHLzu { width:20rem;height:28.666666666667rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #akDBcyAXl8LGeV1676lKIB0QTFcQ0HxZ { width:18.75rem;height:27.3125rem;top:0.1875rem;left:1.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:20rem;height:77.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { width:12.625rem;height:0;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { width:18.75rem;height:7.9375rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { width:20rem;height:4.411764625rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { width:20rem;height:8.4375rem;top:18.375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { width:7.8125rem;height:1.4705881875rem;top:22.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { width:11.375rem;height:0;top:24.3125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { width:3.125rem;height:3.125rem;top:19.125rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { width:2.5rem;height:1.625rem;top:19.9375rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { width:20rem;height:8.4375rem;top:28.3125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { width:3.125rem;height:3.125rem;top:28.96875rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { width:2.125rem;height:2.3125rem;top:29.375rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { width:13.625rem;height:1.4705881875rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { width:9.4375rem;height:0;top:34.150390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { width:3.125rem;height:3.125rem;top:38.875rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { width:11.875rem;height:1.4705881875rem;top:42.625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { width:20rem;height:8.4375rem;top:48rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { width:20rem;height:8.4375rem;top:57.9375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { width:20rem;height:8.4375rem;top:67.875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { width:3.125rem;height:3.125rem;top:48.75rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { width:16.5625rem;height:1.4705881875rem;top:52.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { width:14.9375rem;height:1.76470575rem;top:54rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { width:2rem;height:1.375rem;top:59.5625rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { width:13.75rem;height:1.4705881875rem;top:62.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { width:7.9375rem;height:1.76470575rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { width:3.125rem;height:3.125rem;top:68.625rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { width:2.25rem;height:1.9375rem;top:69.1875rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { width:7.25rem;height:1.4705881875rem;top:72.125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { width:6.6875rem;height:1.76470575rem;top:73.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { width:20rem;height:7.0878274268106rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { display:flex;width:2.125rem;height:2.125rem;top:49.25rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { display:flex;width:2.75rem;height:2.75rem;top:46.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { width:20rem;height:8.4375rem;top:38.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { width:3.75rem;height:3.75rem;top:12.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { width:20rem;height:auto;top:20.8125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { width:20rem;height:8.4403669724771rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { width:20rem;height:8.4375rem;top:8.5rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { width:3.125rem;height:3.125rem;top:9.25rem;left:0.8125rem;z-index:15021;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { width:13.625rem;height:1.4705881875rem;top:12.75rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { width:13.0625rem;height:1.76470575rem;top:14.25rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5TVzA6qiLUcnuSiRoxpPS9FMHa5SNf { width:2.625rem;height:2.375rem;top:13rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AB2ZVpRrpTltaks8mDGneeSOkTTRlJhW { width:2.3125rem;height:2.5rem;top:29.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adQszoFcgIZcDMT8qmVaFw7UwgvBCJ9f { width:20rem;height:auto;top:37.5rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Veiu6XvXNteXFiiLfGA1PQrcbwTowLl0 { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15070;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hqytc0mJCtXQqsb7qshU05ymHidi50Qv { width:1.875rem;height:1.875rem;top:39.5rem;left:1.375rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zVVkt5n0LmiAwZd3gAouWqcooTZTRXnM { width:12.3125rem;height:1.76470575rem;top:44.125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #CBCZ9PVE8EM272RJwaNCTzC3HZav34TL { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { background-color: transparent; background-image: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container > .video-iframe-container { display: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container { display: none; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .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); }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { border-width: 0; border-radius: 0; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBCZ9PVE8EM272RJwaNCTzC3HZav34TL > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR8lkF9ZXGdeoOVO5vzacJiITxZ1BUwu { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rDRpbJsENOKd0nlQsmeyx2fFgq2xQOZv { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXbrQgl1aNUMsqKNTnvCd4C6puJJazQd { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #LVrJS5JuL4wTC9IANeL9vJadB6KyxT5l { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNaPmriFywW5SJbWh1BplaUFPTlbzEAf { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSa6x2oISczC3vH4gFA0x0vPf2r6L4OT { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e302geE51QcId6cQtxIVL602aDlRbsfp { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEZ5Ipat7ZNrBlpMvya3sAeGirm3sGzs { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhTTEm8ZG86BNkzx0wfWhtG1mhusunfB { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOfzR2eM1U1cHNKwEWsddrKVwDCTfNC3 { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iATm9zKfafc49l5L4MNNPABEElTspi2L { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTHOIsbhCpwo57g15OoBwN4Nn7WrlHpw { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfgZDf8Sciolw64M768QZrNxA2whdX7o { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpmFC1gaJkRLFwMi4RAWAAvf8xvPgRcf { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTwSzD9A0U2L3i8As3v6BH206lFuLhym { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIJNZoUeQCBWCsrbmJd6ZOTsrPrulkIk { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kf8QcMzsEiqXFxSnhEzyXJo0dZL7Xxqf { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwOgKptaCnZnfJSVm4bSzD9QZBdB1ww9 { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #osXX7dIQOTvkuqubEJWFshAuFR1EmZ9O { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqTBVFdtwkMdFGc6tXzE2HtDqFdn5GgD { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCQ8TTFiwH6nMC3qkCqNOtDT9iVkheps { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2qQK6K3dwP6bsIfBVcgDnSyfnZog9Ub { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6Ifrb9qUPNJtE9EfSmbdQekTNE2WVF0 { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8Dnlslp4KULBL0ER1hnuw6yuDddevHn { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck7gvQAFet4yTVvDV1HIHfo0RbG7LRE6 { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQpHXWDn8XmaUcRZeXIBROCSAx1qAgPl { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #npQMD6kDa97F3z6qrTwCT4n0AnEEJfSf { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HKwNdQtVkZwPBxQlPUSlN3ycBp9k7zA3 { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #WmLKIbOILvQsebzzSSWtAM33RrV0kklE { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #JSZ86xpCyCgbhTAQPFcB3S4AVTi8EOsC { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #fIm0TNNm9Lf30WlpIpqho7kpoqWooN6m { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #zgtr6uiU5qyUWNyoyrVuOVmtUEPhDzAW { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #gyCDyt8Bb0liiNt5A9xxgqdiT4uNEQzL { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #UcfakqRbvx4Q1QLKrhFW3bNrrZ5a4tP8 { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #r6fpPtydU33hSJEnqUPKTfNo7I5vN6WO { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ZyEnrRuMdeq2Pf3XvdbdpyA4tnn8M3Qz { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #t0TRmoiPLC5PGyu76LcWT3XuNiE1BPQL { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #shzaM7ZO7QUUpup72eJFGPbCScxpurMZ { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #VAQuZMkr1A5BO3hZaxqIUJFK78sUuZfT { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #VRZ0DQtWRTdCrhi2Tm6tkTrcUJ1M7Ex5 { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #wAGu30UXk5ahZwT7rqTPZFLwrXgtoc2a { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #yv7KXJgSfBhe8iI54kP4Xf0ERSCBXksI { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #MGXCJDJTGWXagTnL5LhTRfnpSHhsVTml { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #DZLBN4cerA0Zq5R0LwNJdvVm4Tfrmr76 { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpQAZGcxCcSgDKKlkRr9HS3eUlq2bl09 { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ4CiiPJXU0r2OPoxD30dTMee46quvDQ { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcGt1IiRPmMm1X2GDnKUoWZZTR2s5Q27 { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0gMwGGRX9ZycTQbUpfyoc6XaM2Qrr4G { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNv4G4A8qC1sELWTBfKQJkApguUPLtMp { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDm9yvFOZfxo6giGqEKfxBQxnU19SUlU { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMZ2AfEFxzSaqStfSrnnPmBNhgce6XRA { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGgf9yVQI3Rrw22zJfcSuedf0gyWEg5q { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8z8ymfCTytHEySuLpZ2zzCCgTEcSoZW { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPDO8kes8J8OtvdHaw2mQhc76FINzlW2 { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGoTsiPD1CGWTeemMbnzZ8D1g5GyI5Dv { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkzCJGAuVLVTPT5dAShUTsUJcDAwOk73 { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKbreBvtAPEqv8ERVZJMKh6pTu9Pit0F { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u392DawKcd9Gl5RmJ7hg4EIwygiggRmx { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUTlmi9it8BO37bhUNR8QXQdVvM5d9TB { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifMTdPJe1iOhiA2rZsW2NlyJ8IMcVnIk { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Ufa3RnJ0GCqVN3r5pcwtRmHTf5ES62dX { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #gdAQOoGQnvi3AGCthnR1uwuEp19hbvXR { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #TongE9EyZMN7OlfnSecekFuMvJxDzHUh { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #gLAZiBdoKacda4NDHITgTD0DWJK5ne07 { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #WBTkAzN0il4c4Ax0Wyb0qT92TbO5eUD3 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #n7EIlskE2eLRPQe36knU85zsDU2lTvlu { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #XVDgveinuTudIzgg05dEA3RurcT9IDc4 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #okw6hvgXhoR94Omp1GwaFPJ0OmtQ6B7R { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #LSedTiHV45a7yUBbe6f9t5VxqUOXcJoX { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #EamO7hGuJC80PCCVbb4PCapPz42TTQFQ { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #CF6D8x0HsCh5h4oi2JuoghiddHiaHWAo { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #uNnnpoF4ZOIuve1SKGsOEMrOMTcec9km { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #TIuLbC3MTn9Rvf5fa3rCFkpJIShMJaXt { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #vxyKTQE9uhx0X3Pu2Tex1WUNtIiJqqp5 { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #UdTBmEcg0lNZOnUoQEDp79pOrQA3yGUz { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #X24o7BsCwhOQAlUduunklGzMubJpof0P { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #T39eU075ztgH0XNLRwE5XRSwcMkdqtZg { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #c4Ho6L8nbZAU34Pz61t6SVGh2Fl3Pzz1 { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #CvguAcd1kREE8CkQC6nH4XZrN1BEPDGS { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Cecf05zaPUy35vaTdXMF506dJrwr02bb { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #zPHwxFXCXkSo4faSvu7W4MKEJzS0TZMG { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #pOVD6GTd1SL2aocA9yUFs6rMtqxci8k9 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #to98ToLm525Ir84XHsIqxQF3viQLJBdU { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #ukredGIAGXSF3TSmlAhauKnvgqLSrlMk { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #sT9qttO8idHb26T9FMGS1BvrmDcbQg9i { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Fk8DXT3LJwCS09y5tD54TFk9MB0MABvB { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #akFCvlmSUVqoHmmFaRyzxFMSPc3pOdow { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #JTQSTXlrJ99dGTQLcTM5X7KZFTGFHhxl { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Rf4zEWTzWyIDOdXmJO4ICTNT5TAmHTTE { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEC2NskTRdCm3wPs0ZLB0fltXmkBknv { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #RKmLTCpBoER9AI5mhSlrpIZ4qMuKzqRi { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #UDFdeVUpHaNOi96kXa5IzfHlRUGiN4Ot { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #MQkTbhlJkOTeAmPRVf4Ah3TsMVPfnuh7 { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #P0LoQ0ZusH7oJS3IdeBZd3LJIegu6Oeo { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bL7iPSqugJRWR3PitpFfPnOgyXQi9J0C { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IhzPCmBOGPd9qexOfrMlntAFSyMzWGIZ { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zE5pRtXoUVlB7vtFCUz0Qd7xVKuvaJRX { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNB2GDelcPl9GdonwukTTp8BMP2avBOT { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GrdgoM2G5gcQASQRXLhX1wRmMsBRmQq4 { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ITfQ4ivVHir06x4eSItuqgdy4bXJNGS5 { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CQ24igFJuQDeWP7pcauiLOMxB3rZepiQ { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #u4mCHdfAsOixvPWZ6EqrtIThM4aXcT8S { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ekLIKVHNltu7195JCrtLdR5dUTZ4EzJO { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cEOZz2O2CFg4JLvuGFJHKMqdc1miacIq { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hpldFOoeqwVcIDr3OQfpW9tafWXnviJM { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #LwrOIJ7r8vo1TcsCwdtrnEDGbuVCACJ3 { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vGdFX9h1lorBEgwoFStMC3R5O3dTWfSy { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #D2pW5wENonDcESZUOXp3Vhr1J7ZVThQT { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgwpZtWIP6SaMJinbezCyqVvC4CrQRMm { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #boG95I6ToCFX3Z7vIrCkh8v7M6QEXsem { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eeOOXLOm6mB1t6s1rTTV1InFMRox3q60 { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BFLwTsCqquiK6oTWGsTyzmq31M6kelgP { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k3Z3xrOX8Zencx1Cxz5Mkit06b3GJbCm { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #ExhF1alHuslsihvfZWd2UtErWNNuQfd6 { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-element-container { background-color:rgba(var(--color-primary-4),0);background-image:none; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-heading-text { font-family:roboto;color:#fbf8f8; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-desc-text { font-family:roboto;color:#fbf8f8; }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_efcf397e18d00e6276141b86056557ce585c6415.svg"); }
#CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy { display:flex;height:auto;width:17.5rem;top:0.72955322265625rem;left:0rem;z-index:15087;background-color:rgba(var(--color-primary-4),0);background-image:none; }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fcs33L2CCs9ylZmrZcwCNZJWIcugFF2U {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qa8wk3oq3xCE3oAIhOM0Rr5xqKG601SZ {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VKoJxvBgRRha1wilmNuKRVC61aeTSpIm {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #q44ooskXOZhaH7GxyJcJ4ThQe28x0wg1 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rsVtMZKN1wBAFmSnbpqVLZT9MhIEtvBI {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #rvHgs41H6KhgaW6JeKTT6OMl6c6VW0bO {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #qyi7WiURXGbgQnvZT0CSONBzdlDf1btl {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZI6IPHtlSWaKwVZ2GCt9f55oLwH6pRNz {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #e5U07gTHWhvCD0KuECZ8EuzNTavdSMRA {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #bw0p42ZumG0fndl7Xdqy1oRXUx6MXoA3 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #xARR5HC9BR7Db3PtI13Wr8owDTorlgET {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Ipk4KSDNh8Ea3S85JZNElBtAOPWz9wHC {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DNz7xONyga3I6BLpvSDkczkrqzDREeox {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ZRwAlSvoTiJORUzhZR7C6VnyrT9t3d4S {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Fg9bKVfavBrr0ZWdGE6bAyopdimLByaN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #N8ZTyUp1zMk5oGbW9FOnEUPMS0T8hsCy {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fAPxHwhnrl0LuH1dQUAUubVO8PvXGSAT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #DN6TR2xLkX9MXPk87VoBiVGocf3bfSSb {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ScNyn1IF8OAiFtc8S4LpiPNCfSGxgJQT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #IAAAXhSLMxgBo8Qfq1wghyw5oKTweyKN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #awCXFwMRh831Gih1vHkX26qQepLmvCun {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #V8estxf8v6enx1hZpgaP53ohVcgl38V7 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #fvLAt22FtwQxeB1txcHz8DSmkK95ToI1 {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #T16TFwd46wxLxlhy8K8we8nb5WuleMeN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #cliAPP0NK9LPmM6QuTsg6zktT7d0ubJU {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #ITPZ8PN69NuckkJV8KF5WQHQOno9cMnD {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #z4EIH5nt5RfVTLxlSGFBaRBD0twvygvp {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #EeCV5RRq1Ih0DnfgHV2dT90HnLrTuZoT {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VlPhGbwUq2MU8luQf8BHIRAmGDLfGlfG {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Q1x5WLLEPxoiIXcOzH2bbA0KLOtbnV7r {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #X62V4Zemh1xnoL3fVeqnxBUokrFLCDZF {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #mEn8lmQNTomnygIMJGabOAtFrAnh8rxm {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #dx4gANdMFxqJM355FTQdVooxpqOzQOgN {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #moJC3afsQy0xTOxaubsbl9sUGn9QN3Ao {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #VXgyOmMU6famCVOfxC5fQqAz1mwe4oRO {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #yCZITDlhJJxitXhXnFAtwHT6Ss2yhKpK {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #y5T5AU0xgXAPaxEOSlxrDZ5gWLR8Umtq {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #Jrc3ETprChxfcgITVgbfQITrDEHAMV2E {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #TKVm9XMbIJK8KyIRHEzgJwJ3E38rDK2T {  }
 }@media only screen and (max-width: 763px) { #CAbmyJXNiwkAy296f5FTJJ6kPkWMwZgy #vgUabi8oM6GScA1TiqsdCAe8CpXiJHA3 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs { display:flex;height:auto;width:17.5rem;top:61.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #atT6FyiQC4h8hIaXgw8tcfUDCLZ4TNRH {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #rrmhMTMPTutcEE0xVZptDIXz3CowubzC {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #aV2p63ugbhuTezIc4vxeGFySZ4MfWIOF {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #GmRzJs8upk9HU3SrLf1VuuwZbPH2OxTw {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #t8ERne42sCAJCFTfFxDakdVAcpb1breF {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #VcT9WZxzHri5sx4PMiwd171ff6rJt2Uv {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #FOWJu3N9fnOW6GOwWb5HtwQ5WgyPtsnu {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #UqGukhU9lAMihJ5Mexn5cn5xG3k5Bs4Q {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D50qpL2s46EigtT8sTl3RSDeApbeu2Fl {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #brorbZxlVK48IgETkK8b68Iunf4RgTTm {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #WzLOINFD9if72T0sq8CsvKxodBiF7caM {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #NFo9TP2Oniw1OG9NrBHxFt32rqbu5sR9 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #esEIEcksPbOdJPGwJyecSppW20V7mmUJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCPqWmk0DFdFd1EET4TGfqJoxg2rG7Zf {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #o9folqh1nGGXF4sAGL3V0SXqRkcsPsq7 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ZVthyDUOXBEHDVxEOdfiCUsXhJWMSkM3 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Pphkvd4ewRvsOTa0CDGgyoRLOAq0cTuJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #D5moeaZMIUq0p0LVwfgaI6d9zslEwUvU {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TkeNyDdE8is2QH7zXVQ3orNKRAoyyv4T {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #upwCDCALnrGg1BcSabMpRK1q3xmnP9s1 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #N1SzlSwUDoTdlxhIt4kPHRmRmgRwRdle {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #CdsXypAaDlh3cc3eITawifJhBK61yN6d {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #TCHyDgkTvIfrBkaspIepI5BBFRxfVC6a {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #U9tPIrALwySlfRnXh9GXpRP98rakbwAW {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #LbiotaXJTwmUakASb70ZsltLi01USAT6 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #JM2KDaX5QFVkfQDr3yhCQNGlNvqHOhQB {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #T2tBTOqwLQ9cTssF3KUTzuz0po6Wpbgi {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #ARRKQDx9TsxFaS0MrOs217ZBSJFELTlg {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #BQ1SVhgDcPT0OHFIQmflrbhoTQPOzy9f {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Zimk6qdx5ydvqU0ZOtNsaQ7QExvm3822 {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #eTAuaILLB611rh5qzzU49swmyaS3CpdJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #s5Vr66ixOXStG22rnRC9lRGedVVXgGTc {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Q3wbrTdm3SWTmvF6EsDEAS0ykqK0QXmg {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #nrMfLVzsOTbaqMwNLaoS8sEeFmawL0lt {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #pVyJSqllFnOszJt1n4oce9sUK3QHm5od {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #fg9iDt4OD0StzMI8hW8uIxVGuG5PSz5r {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #lglPT3eN06pO2xixAKMm03eRKOwXSgMs {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #Uq5bbLHTkyT9seP9UrbneAa4ZZn2Bcis {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #RBTAkJOAo7Vi6Rrcts4niQoyqAASndTJ {  }
 }@media only screen and (max-width: 763px) { #S7OQ1bcminFmyNylVsZcHHdDmJmrTiIs #qyKIs80eAaUUNkOMGwZ8pr3FPCe5fKqI {  }
 }@media only screen and (max-width: 763px) { #uunqiM1zUlX7FR51co1g9lmsiI1ALXhu { width:13.75rem;height:3.4375rem;top:68.5625rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXZCcEIHLJUm8bwXSeF3DPM6FuPm3gOy { display:block; }
 }@media only screen and (max-width: 763px) { #evtx6b94KGf1aKlZxTihDvaMGnqabk3G { width:13.75rem;height:3.4375rem;top:73.25rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTBaxZ0mTM9q0Ruth8yfogC4Bp1mVP3 { display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#1631fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:3.088235125rem;top:1.330078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }