.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:217,217,217;--color-primary-1:128,128,129;--color-primary-2:1,1,2;--color-primary-3:1,1,1;--color-primary-4:0,0,0;--color-secondary-0:255,208,219;--color-secondary-1:255,114,147;--color-secondary-2:255,20,75;--color-secondary-3:243,15,82;--color-secondary-4:51,4,15;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:180,180,180;--color-tertiary-3:108,108,108;--color-tertiary-4:24,24,37;--headlines-font-family:"Figtree";--paragraphs-font-family:"--paragraphs-font-family"; }body { background-color:#030304;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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { border-width: 0; border-radius: 0; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.75rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:31.625rem;left:0rem;display:block; }
#h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:12.25rem;left:0rem;overflow:hidden;display:block; }
#wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.67421913147rem;left:1.75rem;height:1.1375rem;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:block; }
#oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.3125rem;left:0rem;overflow:hidden;display:block; }
#vWDU7e76F4fBphNM4cQWoSmc0thyacdD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:15.5rem;left:21.624999046326rem;display:block; }
#RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15233;line-height:1.4;letter-spacing:0;top:12.75rem;left:24.250000953674rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvKK5VBPKVotIXrc3N6w69ielwx5s17q { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:15.836718559265rem;left:21.911719322204rem;overflow:hidden;display:block; }
#D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-4),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;height:8.3125rem;width:19.6875rem;top:12rem;left:23.500000953674rem;display:block; }
#UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:15.5rem;left:22.687500953674rem; }
#tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:17.375rem;left:0rem;overflow:hidden;display:block; }
#p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:22.1875rem;left:0rem;display:block; }
#MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:10.749999046326rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.875rem;left:11.35000038147rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { 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:34.125rem;width:60.5625rem;display:none; }
#sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:26.375rem;left:0rem;overflow:hidden;display:block; }
#wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:20.75rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#GsoTxczbTcT0izgcT147iupfiR8Kul79 { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.4375rem;top:26.6875rem;left:0rem;overflow:hidden;display:none; }
#lbybwaqJpcWFcd1K87TCR05irbT7PwFg { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:46.375rem;top:5.25rem;left:28.625000953674rem;overflow:hidden;display:block; }
#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { border-width: 0; border-radius: 0; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:0.9375rem;left:72.750000953675rem;overflow:hidden;display:block; }
#FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.75rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:12.875rem;left:0rem;overflow:hidden;display:block; }
#g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.8125rem;height:1.1375rem;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:block; }
#SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:1.75rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:15.94921875rem;left:22.875000953674rem; }
#X9QUiv0g91vJcmvCPboRclN06T3TlbPO { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.375rem;height:1.375rem;text-decoration:none;z-index:15235;text-align:center;text-align-last:center;top:15.9375rem;left:21.562499046326rem;display:block; }
#PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZDZpTSq36uJxCweDO84IOnM8XA0va3U { position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-4),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;height:8.3125rem;width:19.6875rem;top:12.625rem;left:23.812500953674rem;display:block; }
#OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15238;line-height:1.4;letter-spacing:0;top:13.375rem;left:24.562500953674rem;height:6.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:16.25rem;left:21.937499046326rem;overflow:hidden;display:block; }
#AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.125rem;top:18.081249237061rem;left:0rem;overflow:hidden;display:block; }
#Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.206249237061rem;left:1.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { background-color:#f3f4fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.3125rem 0.875rem rgba(0,0,0,0.24) ;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.375rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:22.9375rem;left:0rem;display:block; }
#BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { 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:34.125rem;width:60.5625rem;display:none; }
#DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { position:absolute;display:block;z-index:15237;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:27.4375rem;left:0rem;overflow:hidden;display:block; }
#Hz280cCh17E0tyBrzZRxg5qTscxUlizs { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:20.75rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:46.375rem;top:5.125rem;left:28.624218940735rem;overflow:hidden;display:block; }
#Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:20rem;display:none; }
#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010102;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; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { background-color: transparent; background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { display: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .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); }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { border-width: 0; border-radius: 0; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { border-width: 0; border-radius: 0; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:none; }#ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:26.5rem;overflow:hidden;display:block; }
#sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#MyyiIog6z634exTQSd55tnTHG4zwFJ75 { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.5625rem;width:73.625rem;top:3.3624992370606rem;left:0.5625rem;display:block; }
#qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:3rem;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:block; }
#H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.40625rem;height:1.3rem;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:block; }
#UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.75rem;left:17.34375rem;display:block; }
#eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { background-color:rgba(var(--color-tertiary-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-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { border-width: 0; border-radius: 0; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:none; }#CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624904632568rem;left:0.5625rem;display:block; }
#xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.5rem;width:73.625rem;top:3.5625rem;left:0.5625rem;display:block; }
#Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem; }
#WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4rem;top:8.53125rem;left:7.4375rem;overflow:hidden;display:block; }
#DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:6.875rem;left:6.9375rem;display:block; }
#BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2kuUUx2FfFaHr5yOETX62cP4tdmczek { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4rem;top:8.53125rem;left:13.4375rem;overflow:hidden;display:block; }
#kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:6.875rem;left:12.9375rem;display:block; }
#GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:19.4375rem;overflow:hidden;display:block; }
#Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:6.8433151245119rem;left:18.937174797058rem;display:block; }
#QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:25.5rem;overflow:hidden;display:block; }
#vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:6.875rem;left:25rem;display:block; }
#BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGD7nbrOE07I2le6nE49UcPT0d5aCedl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:6.875rem;left:6.9375rem;display:block; }
#UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:6.875rem;left:12.9375rem;display:block; }
#aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:6.875rem;left:18.9375rem;display:block; }
#TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:6.875rem;left:25rem;display:block; }
#FNTLBvZxbPQsyakTvtybLmvT61LknQzR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:10.8125rem;overflow:hidden;display:block; }
#k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:16.9375rem;overflow:hidden;display:block; }
#gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:22.9375rem;overflow:hidden;display:block; }
#UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:28.9375rem;overflow:hidden;display:block; }
#UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15210;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:7.4375rem;display:block; }
#mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15211;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:13.4375rem;display:block; }
#wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15212;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:19.4375rem;display:block; }
#yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15213;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:10.84375rem;left:25.5rem;display:block; }
#OeNwJMFbuw81X4nsrE5eSveITTqdvDta { 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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { color:rgba(var(--color-tertiary-2),1);display:block;width:70.25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15219;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.375rem;height:1.94921875rem;display:block; }
#gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15216;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:14.4375rem;left:0.625rem;display:block; }
#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { border-width: 0; border-radius: 0; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:none; }#vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { 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:1.25rem;display:none; }
#nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { 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:1.25rem;display:none; }
#FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624980926514rem;left:0.5rem;display:block; }
#onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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:block; }
#Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.4375rem;width:73.625rem;top:3.9375rem;left:0.5625rem;display:block; }
#A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:4rem;left:35.9375rem; }
#rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),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;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),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;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { color:rgba(var(--color-tertiary-1),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:7.1375007629394rem;left:2.1437501907349rem;height:0.975rem;display:block; }
#JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { color:#afbbf2;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:7.15625rem;left:41.1875rem;height:0.975rem;display:block; }
#qK7WW3msUwST4hlthLZMQTWToKtivell { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.3125rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:7rem;left:41.0625rem;display:block; }
#ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:9.3125rem;left:2.3625001907349rem;overflow:hidden;display:block; }
#EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:8.875rem;left:1.9250001907349rem;display:block; }
#BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzbWCSegrm3g8eByN9mZvomOF57P5KOc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.625rem;top:10.75rem;left:8.5rem;overflow:hidden;display:block; }
#y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5.0625rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.625rem;top:10.75rem;left:14.5rem;overflow:hidden;display:block; }
#zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:8.9375rem;left:13.8125rem;display:block; }
#sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.5rem;top:10.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:8.9375rem;left:19.8125rem;display:block; }
#Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.25rem;top:10.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.8125rem;left:25.84375rem;display:block; }
#I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:9.5rem;left:32.6875rem;overflow:hidden;display:block; }
#a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:8.8125rem;left:31.875rem;display:block; }
#bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.625rem;top:10.25rem;left:38.6875rem;overflow:hidden;display:block; }
#cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:8.9375rem;left:38rem;display:block; }
#Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scTGTKJQyVni2VlCUZs7k07P6KyZOApM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.625rem;top:10rem;left:44.799999237061rem;overflow:hidden;display:block; }
#EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:8.90625rem;left:44rem;display:block; }
#E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.6875rem;left:50.849998474121rem;overflow:hidden;display:block; }
#TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.875rem;left:50.049999237061rem;display:block; }
#PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:1.9250001907349rem;display:block; }
#gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:7.8125rem;display:block; }
#htxPkBJn6XH4SoqhQif17cAqXsvREuMa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:13.8125rem;display:block; }
#J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:19.8125rem;display:block; }
#XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:25.8125rem;display:block; }
#KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:31.96875rem;display:block; }
#IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:38rem;display:block; }
#iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:44rem;display:block; }
#H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375057220456rem;left:50.049999237061rem;display:block; }
#nxM7xxKVx55taHS96de3HXCDGPGngpQE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:56.0625rem;display:block; }
#leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:9.59375rem;left:56.800003051757rem;overflow:hidden;display:block; }
#mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:8.9375rem;left:56.0625rem;display:block; }
#fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:8.9375rem;left:62.0625rem;display:block; }
#y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:62.5rem;overflow:hidden;display:block; }
#GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.9375rem;left:62.0625rem;display:block; }
#zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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;height:5rem;width:5rem;top:9rem;left:68.0625rem;display:block; }
#nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:68.5rem;overflow:hidden;display:block; }
#PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:9rem;left:68.0625rem;display:block; }
#X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { 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:0.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.737501144409rem;left:71.9375rem;overflow:hidden;display:block; }
#mqLLNO03azFHImerlpUe7brD3rQpag3g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:5.8624992370606rem;overflow:hidden;display:block; }
#TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:11.6875rem;overflow:hidden;display:block; }
#zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:17.75rem;overflow:hidden;display:block; }
#C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { 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:0.8125rem;width:0.75rem;top:12.75rem;left:23.75rem;overflow:hidden;display:block; }
#UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { 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:0.8125rem;width:0.75rem;top:12.75rem;left:29.71875rem;overflow:hidden;display:block; }
#uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:35.875rem;overflow:hidden;display:block; }
#z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:41.875rem;overflow:hidden;display:block; }
#EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:48rem;overflow:hidden;display:block; }
#gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { 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:0.8125rem;width:0.75rem;top:12.75rem;left:54rem;overflow:hidden;display:block; }
#EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:60rem;overflow:hidden;display:block; }
#XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { 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:0.8125rem;width:0.75rem;top:12.75rem;left:66rem;overflow:hidden;display:block; }
#qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { background-color:#7159ff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.3125rem;left:25.6875rem;display:block; }
#hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.3125rem;left:38rem;display:block; }
#FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:none; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:14.717968940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-3),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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { 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.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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:6.75rem;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:none; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { 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.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3739375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:notosans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020202, #030304);background-image: -moz-linear-gradient(180deg, #020202, #030304);background-image: -ms-linear-gradient(180deg, #020202, #030304);background-image: -o-linear-gradient(180deg, #020202, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#030304' );";background-image: linear-gradient(180deg, #020202, #030304);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { background-color: transparent; background-image: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container > .video-iframe-container { display: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container { display: none; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .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); }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { border-width: 0; border-radius: 0; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { background-color: transparent; background-image: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container > .video-iframe-container { display: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container { display: none; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .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); }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { border-width: 0; border-radius: 0; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#ef38e464fb1c3a4537ee576491602d28 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.375rem;left:16.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.5625rem;top:0.9375rem;left:42.25rem;overflow:hidden;display:block; }
#MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.375rem;left:55.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc6a092537f2ad682f8d9d14b9c2b99b { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ma6b706b7706f9f6c4ced65b857f5182 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15238;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#d862d9f7463793a22fcde56ea8f7d368 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#Mc977074d772e79af43db76aeb84a8f9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.6rem;font-style:normal;display:block; }
#AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.3rem;font-style:normal;display:block; }
#oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.3rem;font-style:normal;display:block; }
#I76020982929823963a7e7af9973d055 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#a0b67f32935a50870df96f2ec906c7ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:block; }
#v4b682bb12879aca3100aa0d340bbd84 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.6rem;font-style:normal;display:block; }
#TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.3rem;font-style:normal;display:block; }
#RVodVT2vi6GtJDFTckodxw4FozpGHFvs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.3rem;font-style:normal;display:block; }
#L9d60cd2b2ce5218eed0ddfb3108d86b { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#mc345c71b475cd391707d1c98d763782 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbhqTUhXTkEuIErnXEu062TVTauW1PlW { position:absolute;display:block;z-index:15244;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:57.252131462097rem;display:block; }
#dbe4148f9a8022eccc90316fd4e5f74e { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.5rem;left:0.8125rem;height:0.9rem;display:block; }
#qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:23rem;left:25.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15239;line-height:1.3;letter-spacing:0;top:25.3125rem;left:22.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ed20f2b40e86976f0a72f3f7299f4475 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.5625rem;left:20.5rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.9375rem;left:44rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hcdcb0de63bc2025fbe94b7593da4bcc { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O49a859b71eeee12f36eb878d549f41c { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.6875rem;left:39.125rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.9375rem;left:62.75rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p20a397c0881a1b38ba9111499df9ce8 { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.3125rem;left:60.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2a2983090eef04d629452d0f68cf982 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.6875rem;left:57rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#G0ce4033fd8d52696e158af98d8af6ec { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:29.1875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:30.3125rem;left:0.8125rem;height:0.9rem;display:block; }
#mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { position:absolute;display:block;z-index:15205;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:30.375rem;left:3.375rem;overflow:hidden;display:block; }
#z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { position:absolute;display:block;z-index:15206;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:30.375rem;left:10.25rem;overflow:hidden;display:block; }
#dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { position:absolute;display:block;z-index:15207;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:29.875rem;left:26.875rem;overflow:hidden;display:block; }
#Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:29.9375rem;left:45.625rem;overflow:hidden;display:block; }
#NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:29.9375rem;left:64.375rem;overflow:hidden;display:block; }
#MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:33.375rem;left:0.8125rem;height:0.9rem;display:block; }
#dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:33.3125rem;left:3.625rem;overflow:hidden;display:block; }
#SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:33.3125rem;left:6.9375rem;overflow:hidden;display:block; }
#KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:33.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:33.3125rem;left:13.4375rem;overflow:hidden;display:block; }
#iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:32.9375rem;left:26.25rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:33rem;left:45.625rem;overflow:hidden;display:block; }
#viteWn9BmTaeVZCRWvkKVSDToWycKySr { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:33.0625rem;left:64.375rem;overflow:hidden;display:block; }
#I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:36.25rem;left:0.8125rem;height:0.9rem;display:block; }
#lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:35.5625rem;left:3.625rem;overflow:hidden;display:block; }
#OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:36rem;left:26.8125rem;overflow:hidden;display:block; }
#kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:36rem;left:45.625rem;overflow:hidden;display:block; }
#A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:36rem;left:64.375rem;overflow:hidden;display:block; }
#NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:39.25rem;left:0.8125rem;height:0.9rem;display:block; }
#B8tPLIWLM789pRefvEKOHI68k3hTSi0F { position:absolute;display:block;z-index:15215;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:13.25rem;top:38.6875rem;left:3.625rem;overflow:hidden;display:block; }
#pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:39rem;left:26.875rem;overflow:hidden;display:block; }
#FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:39rem;left:45.625rem;overflow:hidden;display:block; }
#gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:39rem;left:64.375rem;overflow:hidden;display:block; }
#QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15223;line-height:1.2;letter-spacing:0;top:41.5625rem;left:23.187500953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15224;line-height:1.2;letter-spacing:0;top:43.5625rem;left:22.9375rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:45.25rem;left:19.8125rem;display:block; }
#TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8ed66d8b7013fdf079da8a246d4a675 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15240;line-height:1.3;letter-spacing:0;top:48.1875rem;left:23.6875rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:41.625rem;left:41.875000953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:43.5625rem;left:41.625rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:45.1875rem;left:38.625rem;display:block; }
#bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:block; }
#OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.25rem;left:42.375000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:41.625rem;left:60.250000953674rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:43.5625rem;left:60.375rem;height:0.9rem;text-align:center;text-align-last:center;display:block; }
#goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:35.25rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:45.25rem;left:57.375rem;display:block; }
#EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { position:absolute;display:block;z-index:15245;height:2.3125rem;width:15.75rem;top:45.15625rem;left:57.252131462097rem;display:block; }
#g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.1875rem;left:61.095314979553rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.1875rem;width:18.75rem;top:4.1875rem;left:18.374999046326rem;overflow:hidden;display:block; }
#l6guST9MNJzgXxGSXrInRKeziihQaZGp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:18.75rem;display:none; }
#Or0ins6Btwow534GuLDQLBMQiXPbU4pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { border-width: 0; border-radius: 0; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:none; }#Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.59943125rem;font-style:normal;display:block; }
#LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.750007629394rem;left:41.045454978943rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.17472076416rem;left:0.8125rem;height:0.89985625rem;display:block; }
#uA04AdgP3diqm0oW5766z1TbraWqN2Cy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.011367797851rem;left:20.593750953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { position:absolute;display:block;z-index:15201;height:2.375rem;width:15.875rem;top:17.497871398926rem;left:38.451704978943rem;display:block; }
#n9KllgSchPGa62Gvw1JXzswbReF207k9 { position:absolute;display:block;z-index:15203;height:2.375rem;width:15.875rem;top:17.247871398926rem;left:57.189631462097rem;display:block; }
#GagVzah0O3Ax28pfTkrL8N9U9egevqlA { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.696731567382rem;left:23.656250953674rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.110092163086rem;left:39.232954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.749298095703rem;left:60.252135276794rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.125007629394rem;left:57.095881462097rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#E6vbzr8nlKVr356min22vLo2indu9fao { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.59943125rem;font-style:normal;display:block; }
#Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.761367797851rem;left:22.906250953674rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:22.39347076416rem;left:25.218750953674rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SDELfBy1J8HedTacqSHDDWKbNXACsWHI { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:44.139204978943rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:62.877135276794rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:28.794746398926rem;left:0.8125rem;height:0.89985625rem;display:block; }
#tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { position:absolute;display:block;z-index:15205;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:28.906257629394rem;left:3.3970174789429rem;overflow:hidden;display:block; }
#qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { position:absolute;display:block;z-index:15206;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:28.906257629394rem;left:10.24644947052rem;overflow:hidden;display:block; }
#BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:42.093048095703rem;left:22.906250953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { position:absolute;display:block;z-index:15207;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.404830932618rem;left:26.906249046326rem;overflow:hidden;display:block; }
#MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.468048095703rem;left:45.607954978943rem;overflow:hidden;display:block; }
#AedT0iubvBkaDTGguHZ8XSULo6RI8999 { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.468048095703rem;left:64.345885276794rem;overflow:hidden;display:block; }
#CCToidaT2L4lXlzycTJ311xUPtQOr6cb { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:33.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.857245445251rem;left:0.8125rem;height:0.89985625rem;display:block; }
#Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:3.625rem;overflow:hidden;display:block; }
#vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:6.9424715042112rem;overflow:hidden;display:block; }
#dec0T723aWT0J1adOFws4uA9wufKwkJS { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:10.192471504211rem;overflow:hidden;display:block; }
#KMZWnrRSg08CBFdA2SVixl85bEncD916 { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:13.43394947052rem;overflow:hidden;display:block; }
#IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:31.556823730469rem;left:64.345885276794rem;overflow:hidden;display:block; }
#XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:31.514205932618rem;left:45.607954978943rem;overflow:hidden;display:block; }
#JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.406967163086rem;left:26.218750953674rem;height:1.79971875rem;text-align:center;text-align-last:center;display:block; }
#sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:34.031257629394rem;left:3.625rem;overflow:hidden;display:block; }
#zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { position:absolute;display:block;z-index:15215;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:13.25rem;top:37.201705932618rem;left:3.625rem;overflow:hidden;display:block; }
#OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468757629394rem;left:26.843749046326rem;overflow:hidden;display:block; }
#e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468751311302rem;left:45.607954978943rem;overflow:hidden;display:block; }
#Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#rrfhK6Fh1G8808kBhMweo527k91tiwBM { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:45.607954978943rem;overflow:hidden;display:block; }
#QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:block; }
#nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:40.230827331543rem;left:23.156250953674rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4xvFydgiygHndRFTHx7yeOqQgJidpUx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:40.33878326416rem;left:41.857954978943rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT4CsluPZCU5WrfdykNr7Csa93czr31H { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.779121398926rem;left:19.812500953674rem;display:block; }
#AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:40.337364196778rem;left:60.252135276794rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:41.607954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:60.345885276794rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:43.715911865234rem;left:38.607954978943rem;display:block; }
#hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nah2by6r9whxTcMJSANV4FREtWZFFgKq { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:46.682540893555rem;left:42.357954978943rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:46.681823730469rem;left:61.095885276794rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#Qf5faRTabqBtf8Thd91N837z2rxOM0EI { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.778411865234rem;left:57.345881462097rem;display:block; }
#hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:none; }
#Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { position:absolute;display:block;z-index:15242;height:2.3125rem;width:15.75rem;top:18.716619491577rem;left:38.514204978943rem;display:none; }
#C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { border-width: 0; border-radius: 0; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:none; }#lCFCTRoK82purrN7pT23MicLA2r6pEWX { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:block; }
#Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.5000076293945rem;left:37.514204978943rem;overflow:hidden;display:block; }
#UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.75rem;top:4.6250076293945rem;left:56.252131462097rem;overflow:hidden;display:block; }
#HyG2NPCDViCI29X8RcF64JECazTCv4TV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6250076293945rem;left:38.562502861023rem;height:2.59943125rem;font-style:normal;display:block; }
#FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { color:#a4a4ff;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.750007629394rem;left:41.045454978943rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:18.716621398926rem;left:38.514204978943rem;display:block; }
#nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.716621398926rem;left:57.252131462097rem;display:block; }
#NHORr982OKGGedy8eudFRktf1420Ni5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:25.17472076416rem;left:0.8125rem;height:0.89985625rem;display:block; }
#lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:26.011367797851rem;left:20.593750953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { position:absolute;display:block;z-index:15201;height:2.375rem;width:15.875rem;top:17.497871398926rem;left:38.451704978943rem;display:block; }
#gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { position:absolute;display:block;z-index:15203;height:2.375rem;width:15.875rem;top:17.247871398926rem;left:57.189631462097rem;display:block; }
#xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.696731567382rem;left:23.656250953674rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#avF8QREpA0t7UTTdQwSuwJ58t94hTPik { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:26.110092163086rem;left:39.232954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { color:#a4a4ff;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.749298095703rem;left:60.252135276794rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGEbVBDWnfLis465RCeZfmKtTk5tecBx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.125007629394rem;left:57.095881462097rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#SWzVXNxLDHTAEblg34zfupIW861K7xT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6555404663086rem;left:19.812500953674rem;height:1.29971875rem;font-style:normal;display:block; }
#TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.2052612304688rem;left:19.687500953674rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.699577331543rem;left:19.812500953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4730148315431rem;left:38.375002861023rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.887077331543rem;left:38.625002861023rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.312507629394rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.544036865234rem;left:38.562502861023rem;height:1.29971875rem;font-style:normal;display:block; }
#zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6242904663086rem;left:57.482954978943rem;height:2.59943125rem;font-style:normal;display:block; }
#oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4723052978512rem;left:57.252131462097rem;height:5.84943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.750007629394rem;left:57.357954978943rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.306823730469rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:57.357954978943rem;height:1.29971875rem;font-style:normal;display:block; }
#Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { color:#a4a4ff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.761367797851rem;left:22.906250953674rem;height:0.97443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:22.39347076416rem;left:25.218750953674rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:44.139204978943rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:22.375007629394rem;left:62.877135276794rem;height:2.09943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ueaWnIqQczowumPOUxxbNPquh7cHswiG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:28.794746398926rem;left:0.8125rem;height:0.89985625rem;display:block; }
#vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { position:absolute;display:block;z-index:15205;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:28.906257629394rem;left:3.3970174789429rem;overflow:hidden;display:block; }
#pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { position:absolute;display:block;z-index:15206;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:6.25rem;top:28.906257629394rem;left:10.24644947052rem;overflow:hidden;display:block; }
#aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:42.093048095703rem;left:22.906250953674rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { position:absolute;display:block;z-index:15207;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.404830932618rem;left:26.906249046326rem;overflow:hidden;display:block; }
#o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.468048095703rem;left:45.607954978943rem;overflow:hidden;display:block; }
#AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:28.468048095703rem;left:64.345885276794rem;overflow:hidden;display:block; }
#lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15025;background-color:#282352;background-image:none;top:33.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.857245445251rem;left:0.8125rem;height:0.89985625rem;display:block; }
#VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:3.625rem;overflow:hidden;display:block; }
#mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:6.9424715042112rem;overflow:hidden;display:block; }
#ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:10.192471504211rem;overflow:hidden;display:block; }
#Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:31.838073730469rem;left:13.43394947052rem;overflow:hidden;display:block; }
#v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:31.556823730469rem;left:64.345885276794rem;overflow:hidden;display:block; }
#G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:31.514205932618rem;left:45.607954978943rem;overflow:hidden;display:block; }
#ErbuTmVwBBzoGnWXraR2d113EnQJB146 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:31.406967163086rem;left:26.218750953674rem;height:1.79971875rem;text-align:center;text-align-last:center;display:block; }
#ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.769180297851rem;left:0.8125rem;height:0.9rem;display:block; }
#vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.25rem;top:34.031257629394rem;left:3.625rem;overflow:hidden;display:block; }
#CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:block; }
#prAz33PceaNK93iPrpVsNUIfNxvXZEQK { position:absolute;display:block;z-index:15215;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:13.25rem;top:37.201705932618rem;left:3.625rem;overflow:hidden;display:block; }
#KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468757629394rem;left:26.843749046326rem;overflow:hidden;display:block; }
#uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468751311302rem;left:45.607954978943rem;overflow:hidden;display:block; }
#X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:34.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:64.345885276794rem;overflow:hidden;display:block; }
#MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:45.607954978943rem;overflow:hidden;display:block; }
#uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:block; }
#oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:40.230827331543rem;left:23.156250953674rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:40.33878326416rem;left:41.857954978943rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.779121398926rem;left:19.812500953674rem;display:block; }
#RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:40.337364196778rem;left:60.252135276794rem;height:1.79971875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:41.607954978943rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#qyexkDUvspTSLnOlW4aGKvV9sagC5paV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:42.092330932618rem;left:60.345885276794rem;height:0.89985625rem;text-align:center;text-align-last:center;display:block; }
#xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:43.715911865234rem;left:38.607954978943rem;display:block; }
#qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#he5wW5FpRESQSNLL10206PFrVmnrNMU1 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:46.682540893555rem;left:42.357954978943rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#u8kXuqn9thvptsGWteRiDdVsxROuvmtx { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:46.681823730469rem;left:61.095885276794rem;height:0.97443125rem;text-align:center;text-align-last:center;display:block; }
#SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { background-color:#4e37d5;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.778411865234rem;left:57.345881462097rem;display:block; }
#QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { background-color:#ffffff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#010101;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:18.716621398926rem;left:19.812500953674rem;display:block; }
#STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { box-sizing:content-box;height:3rem;width:74rem;position:absolute;display:block;z-index:15023;background-color:#282352;background-image:none;top:27.718757629394rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:37.468757629394rem;left:26.906249046326rem;overflow:hidden;display:none; }
#zC3qqpgrlFoO2QckIb0AJek4LX765TAX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:37.769180297851rem;left:0.8125rem;height:0.89985625rem;display:none; }
#DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:none; }
#iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { position:absolute;display:block;z-index:15243;height:2.3125rem;width:15.75rem;top:45.15625rem;left:38.514204978943rem;display:none; }
#GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:4.5000076293945rem;left:18.812500953674rem;overflow:hidden;display:none; }
#o2c6NVecZrKfT0STrxuC322ISGb3TpXC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { background-color: transparent; background-image: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container > .video-iframe-container { display: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container { display: none; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .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); }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { border-width: 0; border-radius: 0; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#iTfUAszUTPshdDNobsEInaCWD7OIquTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.000000953674rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.187470912933rem;left:16.718750953674rem;display:block; }
#Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#x5fIFznTV196PtrvnaZh5tkunTlFLpqO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#B0lHZodwthL4L7FwATO5aFcPqftPH2bt { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:18.875rem;width:45rem;top:17.25rem;left:14.999999046326rem;display:block; }
#BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#laSoWOsAbokHMoLpTJRXCgubByBbmG4l { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.25rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.865767478943rem;display:block; }
#tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.4rem;font-style:normal;display:block; }
#ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.768466234207rem;left:47.920454978943rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:30.750002145767rem;left:16.686718940735rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { box-sizing:content-box;height:34.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.407813072204rem;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; }
#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { border-width: 0; border-radius: 0; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#EQbRR1fb8PR3UybkwKZHTehdF1585821 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.1875rem;left:16.71875rem;display:block; }
#HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNqLARNugsLShRfT8QONbbvkPg9NZKLd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#hQZXAbRWf74P47keh18OXfdIPpd2gq2L { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.3125rem;width:45rem;top:17.250000715256rem;left:15.000000953674rem;display:block; }
#bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.125rem;height:6.3125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.928267478943rem;display:block; }
#i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.3999rem;font-style:normal;display:block; }
#TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.937500715256rem;left:47.812502861023rem;height:2.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#huv26t4ny3I0SoTiHV0iFCBurTriEqTG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l7J4SuXT4wL36E9m96A82VVRQwrpxozi { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sossxwGg9so67GraupmFIHVac699vqWC { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:25.937500715256rem;left:25.062500953674rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLqesMEGyl86MAWFRJVA5priQTcsTJZi { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.000000715256rem;left:16.687500953674rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2478675842285rem;left:15.000000953674rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { box-sizing:content-box;height:33.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.408381462097rem;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; }
#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { border-width: 0; border-radius: 0; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#ln1UFql53rp8kUn1x02V84oTl7g9us7v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.1875rem;left:16.71875rem;display:block; }
#nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { 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:6.125rem;width:20.125rem;top:11.187500715256rem;left:16.687500953674rem;overflow:hidden;display:block; }
#hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:20.312500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.250000715256rem;left:22.875000953674rem;overflow:hidden;display:block; }
#whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125000715256rem;left:25.125000953674rem;overflow:hidden;display:block; }
#BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.250000715256rem;left:26.812499046326rem;overflow:hidden;display:block; }
#W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.187500715256rem;left:28.874999046326rem;overflow:hidden;display:block; }
#sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:6.125rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:11.062500715256rem;left:38.687502861023rem;display:block; }
#eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { 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:6.0625rem;width:19.125rem;top:11.187500715256rem;left:38.812502861023rem;overflow:hidden;display:block; }
#Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12.000000715256rem;left:41.812502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShDiTk5AEEv88aXSZSssRopotPi8aVgI { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.937500715256rem;left:42.625002861023rem;overflow:hidden;display:block; }
#lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.187500715256rem;left:44.562502861023rem;display:block; }
#vIubF9ad62VVl24BueWDVxgkFrC3sXXD { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.3125rem;width:45rem;top:17.250000715256rem;left:15.000000953674rem;display:block; }
#JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:18.687500715256rem;left:16.875000953674rem;display:block; }
#mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1875rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.7109375rem;left:16.928267478943rem;display:block; }
#M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.250000715256rem;left:18.312500953674rem;display:block; }
#D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625000715256rem;left:18.687500953674rem;display:block; }
#Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875000715256rem;left:20.937500953674rem;height:2.3999rem;font-style:normal;display:block; }
#hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.062500715256rem;left:21.000000953674rem;height:1.225rem;font-style:normal;display:block; }
#ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:19.937500715256rem;left:47.812502861023rem;height:2.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.187500715256rem;left:42.375002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:25.937500715256rem;left:25.062500953674rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:27.312500715256rem;left:27.499999046326rem;display:block; }
#lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.000000715256rem;left:16.687500953674rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625000596046rem;left:62.187499046326rem; }
#qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3750000596046rem;left:61.999999046326rem;display:block; }
#MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2478675842285rem;left:15.000000953674rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { box-sizing:content-box;height:33.375rem;width:50.1875rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.408381462097rem;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; }
#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { background-color: transparent; background-image: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { display: none; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .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); }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { border-width: 0; border-radius: 0; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155548095703rem;left:17.764204978943rem;display:block; }
#A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.125000953674rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.714065551757rem;left:16.871092796326rem;display:block; }
#PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#dwnR5wff1fgwd0PtSPI2RmneapRqydqw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870740175248rem;left:16.750000953674rem;display:block; }
#qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5625rem;height:6.1875rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.902008056641rem;left:16.68394947052rem;display:block; }
#XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4375rem;height:6.25rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.08984375rem;left:16.871092796326rem;display:block; }
#RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#vIAigqTQGXKUCHTC223efyM5eqm23PWv { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.225rem;font-style:normal;display:block; }
#lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.5rem;height:6.1875rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.210939407349rem;left:16.899857521057rem;display:block; }
#WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSHtqv9y20suiP018d81OrPdhCJoeOea { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153411865234rem;left:16.875000953674rem;display:block; }
#ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177581787109rem;left:18.590909004211rem;display:block; }
#OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.225rem;font-style:normal;display:block; }
#Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EbPnZPWDqzAsleXKVPAKranNduzzv3SL { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625011444092rem;left:27.499999046326rem;display:block; }
#sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.781250953674rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4m7E7Otma51donEPI58lbgTkoxroaiM { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#FibAgTkENbe3AByQbeHoQro3FxxevJ1x { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { border-width: 0; border-radius: 0; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155548095703rem;left:17.764204978943rem;display:block; }
#xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#LXD38mezCboraObnkmiUCih3sJqC3WOV { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#XfmMseZeTwqib8px68x01Ur24qtKZUas { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.38068125rem;height:6.13068125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.747916221619rem;left:16.810417175293rem;display:block; }
#JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870727539062rem;left:16.875000953674rem;display:block; }
#rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.56818125rem;height:6.13068125rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.93124961853rem;left:16.716667175293rem;display:block; }
#auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.19318125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.372917175293rem;left:16.747917175293rem;display:block; }
#g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GoE3zox7g17OSz4ApaPsOkKtohJscknJ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625rem;left:27.624999046326rem;display:block; }
#DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.125000953674rem;height:4.54971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.25568125rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.151042938233rem;left:16.747917175293rem;display:block; }
#NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153442382812rem;left:16.875000953674rem;display:block; }
#cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177551269531rem;left:18.590909004211rem;display:block; }
#OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.781250953674rem;height:1.04971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { border-width: 0; border-radius: 0; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:6.125rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.155578613281rem;left:17.764204978943rem;display:block; }
#XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { 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:6.0625rem;width:19.125rem;top:11.1875rem;left:17.781250953674rem;overflow:hidden;display:block; }
#UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.125rem;display:none; }
#pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:12rem;left:20.437500953674rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.875rem;top:15.25rem;left:23.000000953674rem;overflow:hidden;display:block; }
#XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:15.125rem;left:25.250000953674rem;overflow:hidden;display:block; }
#TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:1.8125rem;top:15.25rem;left:26.937499046326rem;overflow:hidden;display:block; }
#nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:2.25rem;top:15.1875rem;left:28.999999046326rem;overflow:hidden;display:block; }
#yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;display:none; }
#vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2489375rem;height:6.12395625rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:11.15625rem;left:38.375712394714rem;display:block; }
#mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { 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:6.125rem;width:20.125rem;top:11.1875rem;left:38.437502861023rem;overflow:hidden;display:block; }
#QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:12rem;left:41.937502861023rem;height:2.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:11.5rem;top:14.9375rem;left:42.750002861023rem;overflow:hidden;display:block; }
#RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:44.687502861023rem;display:block; }
#e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.4375rem;width:45rem;top:17.25rem;left:15.125000953674rem;display:block; }
#bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:18.6875rem;left:16.875000953674rem;display:block; }
#Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.38068125rem;height:6.13068125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:18.747916221619rem;left:16.810417175293rem;display:block; }
#TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:20.25rem;left:18.250000953674rem;display:block; }
#SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:20.625rem;left:18.625000953674rem;display:block; }
#TekQev2o856CTKqluZKAydHny25QkrTv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:19.875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#r8FTc0FbooNiWps1VC7yeSKcoClsHevq { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.0625rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:25.870727539062rem;left:16.875000953674rem;display:block; }
#E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.56818125rem;height:6.13068125rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.93124961853rem;left:16.716667175293rem;display:block; }
#DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yk8EcEAGme0uInf3ht9for6FLD3tsmPM { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:18.250000953674rem;display:block; }
#FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.8125rem;left:18.625000953674rem;display:block; }
#vPMiRnePoa85OurWqg4f4k6lUcne2tbc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:27.125rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#kka6WQw5cXkMz5yN6mPgukIThbFHitgs { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.4375rem;left:42.312502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:33.0625rem;left:16.875000953674rem;display:block; }
#CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.06818125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:33.154167175293rem;left:16.747917175293rem;display:block; }
#UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:34.5rem;left:18.250000953674rem;display:block; }
#I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:34.875rem;left:18.625000953674rem;display:block; }
#nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:34.1875rem;left:20.875000953674rem;height:2.4rem;font-style:normal;display:block; }
#TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.375rem;left:20.937500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:34.3125rem;left:47.750002861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.625rem;left:42.812502861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { background-color:#4e37d5;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:48.625rem;left:27.624999046326rem;display:block; }
#ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:48.625rem;left:27.624999046326rem;display:block; }
#qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { box-sizing:content-box;height:54.3125rem;width:50.5625rem;position:absolute;display:block;z-index:14992;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.875rem;left:12.439631462097rem;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; }
#VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.375rem;left:62.104407310486rem;display:block; }
#x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.5625rem;left:62.312499046326rem; }
#KcMRmSvntICUfB130GZBtmsv0WMhyT9I { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.125000953674rem;height:4.54971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.50568125rem;height:6.06818125rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:40.244792938233rem;left:16.747917175293rem;display:block; }
#LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:40.153442382812rem;left:16.875000953674rem;display:block; }
#Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:20.437500953674rem;height:2.4rem;font-style:normal;display:block; }
#dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.252136230469rem;left:20.437500953674rem;height:1.22443125rem;font-style:normal;display:block; }
#D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-tertiary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:42.177551269531rem;left:18.590909004211rem;display:block; }
#ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:41.836669921875rem;left:18.250000953674rem;display:block; }
#JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:41.391357421875rem;left:47.812502861023rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;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; }
#RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:44.002136230469rem;left:42.750002861023rem;height:1.22443125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { color:rgba(255,255,255,0.4);display:block;width:41.6875rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.25rem;left:16.812500953674rem;height:1.04971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container { background-color: transparent; background-image: none; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container > .video-iframe-container { display: none; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row > .video-iframe-container { display: none; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .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); }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container { border-width: 0; border-radius: 0; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container { font-size:0.875rem;font-family:arial;height:79.9375rem;width:75rem;position:relative;display:block; }#ecQKTyIeRZK4pAVURponIm4zNBApg3wh { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#LqJwPsoWVBeu2qd1kKpQqoF3kTgSuEmc { position:absolute;display:block;z-index:15515;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#ubeVgopeMIXULfqOv8T90RBwXW3oonVs { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#AA4uIhc96ki83GBlkq0eLcxCCiM37UfE { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#QQIA8ULCUxkE1heGToIddcwuXgqwrlha { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#R5D2F6FGThugnSBN3vB2Hh9fmr7tsNAn { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#f0maIs1Quxk9QsKlD1OTLQTwR32PyELk { position:absolute;display:block;z-index:15514;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:18.840911865234rem;left:38.062502861023rem;overflow:hidden;display:block; }
#tNws8Z4TPhC7GHtXbysB5evqTcUaBiZ1 { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:24.8125rem;left:14.500000953674rem;overflow:hidden;display:block; }
#NZalyaAPS5ZWDHKaVo4voXUydGS3EaaO { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:24.8125rem;left:20.531250953674rem;overflow:hidden;display:block; }
#sma0MIhL1mJn4IGREeszxFkCbMGxATcS { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#EKK0LVQZ7uaQ1QJ9GxG4qRalMSso4afK { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:24.75rem;left:38.125002861023rem;overflow:hidden;display:block; }
#EAMNfWlmAl8DwtlwkOTyA1UzlotSIAtu { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#uFWLctAZbUTu8MCMbraS7CqULz2HRau8 { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:24.53125rem;left:26.096590995789rem;overflow:hidden;display:block; }
#hoTwx2wto4XgWy0SZtUiA4TFLH1JmdbB { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#SqNfcSbNxfncICtSDofQJhDGtwoW647V { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.653411865234rem;left:14.156250953674rem;overflow:hidden;display:block; }
#J0sidV8GlPQpr25mvBpS00elJVZGmHZT { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:18.622161865234rem;left:20.093750953674rem;overflow:hidden;display:block; }
#P8fXFso5uzwa3WDt1BMckxRpxnOTTugf { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:35.982955932618rem;left:61.607954978943rem;overflow:hidden;display:block; }
#co78I6I7nzF6lySdhdDyLRkZO8vawfiC { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:42.170455932618rem;left:2.6079549789429rem;overflow:hidden;display:block; }
#HmsBFFlNm1dKdtbcab76dxeJWkmgdHUB { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:18.528411865234rem;left:31.687499046326rem;overflow:hidden;display:block; }
#xU54gnl4rEbTyzUBwxULlgHQl2D0tL2s { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:42.389205932618rem;left:20.562500953674rem;overflow:hidden;display:block; }
#a2wSJGqOc6zm3WN7y8lSe7ycHGmyVKSI { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:48.607955932618rem;left:20.781250953674rem;overflow:hidden;display:block; }
#q277tNaZ0yObhkRTEFdZJExv6alpDEqG { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:36.482955932618rem;left:20.312500953674rem;overflow:hidden;display:block; }
#Tl8JCOOP6U0moq2IK7JfIskmJBsI677K { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:36.420455932618rem;left:55.875002861023rem;overflow:hidden;display:block; }
#JufK1T3E5Ge7CeUZhowLMKPOQMzVPXN4 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:48.295455932618rem;left:32.343749046326rem;overflow:hidden;display:block; }
#uk40kZWU1Chm5h0Io7k1TTrbOr8MzNZi { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:48.107955932618rem;left:50.062502861023rem;overflow:hidden;display:block; }
#lslVeSQ5JVvcfJGgJVlWUGOl4TsoshgU { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:48.014205932618rem;left:55.875002861023rem;overflow:hidden;display:block; }
#g20ekCM6t36cgTusNQ7xJIRLJa4y4aB4 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:48.420455932618rem;left:68.281249046325rem;overflow:hidden;display:block; }
#GdUaW2LoLneNA2HTfq766QHTOPiIybkT { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:53.982955932618rem;left:8.65625rem;overflow:hidden;display:block; }
#qtmpAJVkrfKKHDHcTvfP0ytxKPLT4bfE { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:54.357955932618rem;left:14.906250953674rem;overflow:hidden;display:block; }
#AwGoH6k6tye5imqDPdQuL926rBRRnsaT { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:36.732955932618rem;left:68.124999046325rem;overflow:hidden;display:block; }
#BFnBsX3IkxoQ4TZUttxrPThECg6sCpXK { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:42.545455932618rem;left:8.65625rem;overflow:hidden;display:block; }
#Crxsfp7VZFAk8NDKZMl4rB88NH8InuSm { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:53.857955932618rem;left:20.375000953674rem;overflow:hidden;display:block; }
#TnfwNIlM1ZgzKOBKIrZ661sHlew20uec { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:42.076705932618rem;left:14.406250953674rem;overflow:hidden;display:block; }
#dIqFsVXdKL5avOTTxIR0vKK6mrBLVORh { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:53.920455932618rem;left:26.375000953674rem;overflow:hidden;display:block; }
#vJBwhRq5UkekNbpcOvv60xlNZ3nSTFh3 { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:54.014205932618rem;left:32.031249046326rem;overflow:hidden;display:block; }
#DvR5QCTHHP3O1NrJ9r1hUHcSVeSb40G8 { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:53.732955932618rem;left:37.968752861023rem;overflow:hidden;display:block; }
#O3cxTCJZHsxlLbxQnCr6r8FdSEee9zRW { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:53.701705932618rem;left:43.937502861023rem;overflow:hidden;display:block; }
#lWiFCntOXNTqBQUdZKXDXpWmJT7BN6cL { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:66.137786865238rem;left:38.812502861023rem;overflow:hidden;display:block; }
#OBIAfCyHomlXT7oSxpiJSC39KukFvhc3 { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:54rem;left:50.125002861023rem;overflow:hidden;display:block; }
#UNCtZyZ2Jvkb3Mc0AudwJSuFMImSobIA { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:53.982955932618rem;left:56.250002861023rem;overflow:hidden;display:block; }
#p1arRHPRdvX0VrAfQbGNB0W8l9dncAkK { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:53.670455932618rem;left:62.170454978943rem;overflow:hidden;display:block; }
#VcKTJlp7n0SAoINAcvNaIHFGVe1ByHVu { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:54.107955932618rem;left:68.156249046325rem;overflow:hidden;display:block; }
#Zo9pRIlTUt1nmSzzy0z643WQSZ1IXJus { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:19.090911865234rem;left:56.187502861023rem;overflow:hidden;display:block; }
#nM91m6WovZTZDuM5fclpLGK3wL2TXpQr { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:25.125rem;left:62.312499046326rem;overflow:hidden;display:block; }
#WTmby0pedfLIKoTc40zxzu2QMfnOFlTv { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:42.857955932618rem;left:38.750002861023rem;overflow:hidden;display:block; }
#sT4G0LRWszi7bRZJsRXB7XqmM24mssEW { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:42.701705932618rem;left:44.656252861023rem;overflow:hidden;display:block; }
#URoRLgaL7HUehVWnQ3xKSl6oAk7MioQ1 { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:30.78125rem;left:8.8125rem;overflow:hidden;display:block; }
#vUnGUTVG7IFaDTIVcARLZycF4iDZoEvF { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:42.920455932618rem;left:56.718752861023rem;overflow:hidden;display:block; }
#WSTtIRE1xM0Tiz3tndvSAQtSVMaQAC76 { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:42.639205932618rem;left:62.514204978944rem;overflow:hidden;display:block; }
#VcLmTqH1eVGB4cazd7SxTA6wWtw8lrJ2 { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:42.857955932618rem;left:68.687499046325rem;overflow:hidden;display:block; }
#iW40GBKzo52ruNNcHLEb0IxFzWxeLD8b { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:54.264205932618rem;left:3rem;overflow:hidden;display:block; }
#xhxeWh6pIiklbRTn3dGnOLlJQ0tUT0kX { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:48.451705932618rem;left:62.451704978943rem;overflow:hidden;display:block; }
#ZzJTD2GCMgx2oR5WLaAL27lsUCOEsnPt { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:59.980117797851rem;left:32.670454978943rem;overflow:hidden;display:block; }
#T4pLN1D9RJlKhTHE32WdaklFDSu5fyxc { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:59.97940826416rem;left:44.250002861023rem;overflow:hidden;display:block; }
#odHomlBrl9um16EprJO6uTHMrHw36b98 { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.21875rem;left:50.732954978943rem;overflow:hidden;display:block; }
#KoOHx6JhD1OeiQgGAzrSbqfAcp17ypug { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.875rem;left:68.249999046325rem;overflow:hidden;display:block; }
#PR1qcIOFTQlyMiOFytqzraExX2lkTrNn { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:66.169746398925rem;left:32.982954978943rem;overflow:hidden;display:block; }
#IZwTrtveAOoecTE0k3XRtlDGJ6Lw2I71 { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:48.295455932618rem;left:14.718750953674rem;overflow:hidden;display:block; }
#TB5ef61laQ9dvwZTEOipL3bmayFphgDm { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:48.090911865234rem;left:26.375000953674rem;overflow:hidden;display:block; }
#CZ3ckaysJeTT6VBpIuXi6MwSbg6VlAgn { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:48.826705932618rem;left:38.781252861023rem;overflow:hidden;display:block; }
#wLVb7WgChKhGq7ckgi1ro4b4bq3g6urZ { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:48.514205932618rem;left:44.468752861023rem;overflow:hidden;display:block; }
#OPus4HrS4Wy4e1h3NJUJTx2pKeTylUVH { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:36.639205932618rem;left:14.750000953674rem;overflow:hidden;display:block; }
#vU6pPQWIXuqZGS2wRzUPnOhu3ucqWa4b { position:absolute;display:block;z-index:15498;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:18.839488983154rem;left:2.5454549789429rem;overflow:hidden;display:block; }
#UwcyCOBkgemWn1PePqpkdCw65WVqxaVG { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:36.420455932618rem;left:37.906252861023rem;overflow:hidden;display:block; }
#wwB5REWLbKBeDwzyF9ERJcwzZJpH8GDx { position:absolute;display:block;z-index:15329;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:36.357955932618rem;left:26.187500953674rem;overflow:hidden;display:block; }
#iUZnPDiDMPgXxck1uND3a6hVQRTes6wx { position:absolute;display:block;z-index:15500;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:36.389205932618rem;left:44.000002861023rem;overflow:hidden;display:block; }
#FWSOFCQv8y6eI8fNqB2T7dz3vVS0ISO6 { position:absolute;display:block;z-index:15499;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.25rem;top:12.607955932618rem;left:7.9375rem;overflow:hidden;display:block; }
#JkGSL9bhUtgxz6SKfSkToWWW1aIpOqFO { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:3.4375rem;top:7.75rem;left:68.374999046325rem;overflow:hidden;display:block; }
#i4enXwrdfaOHzff7te82GXc3bAMaRps9 { position:absolute;display:block;z-index:15337;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.3125rem;top:19.03125rem;left:8.625rem;overflow:hidden;display:block; }
#XU8iBD9N4uaqIh3xk3KOw05LvZT1XWfJ { position:absolute;display:block;z-index:15490;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:12.920455932618rem;left:38.000002861023rem;overflow:hidden;display:block; }
#CMIxOyhxnglhk6FzbZtfu6tGkI04VTXL { position:absolute;display:block;z-index:15491;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.670455932618rem;left:67.5170507431rem;overflow:hidden;display:block; }
#N1sSsQX6DK2zUKetB9Un67B6EsQz1VVF { position:absolute;display:block;z-index:15492;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.732955932618rem;left:43.468752861023rem;overflow:hidden;display:block; }
#Gib2ub1EMzhAzqGxHA5PTeSs4zAsn8dc { position:absolute;display:block;z-index:15493;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:12.920455932618rem;left:61.718749046326rem;overflow:hidden;display:block; }
#qKusTvbXpGeHGMwX6viseKUG7ScEIhw6 { position:absolute;display:block;z-index:15494;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:12.795455932618rem;left:49.687502861023rem;overflow:hidden;display:block; }
#if19c595qIAmRZ0XS0mdO6wyCJyGIM8T { position:absolute;display:block;z-index:15495;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:13.045455932618rem;left:56.000002861023rem;overflow:hidden;display:block; }
#wPOvTCREt84wkGbr3ZTF8T8AX8THPLtG { position:absolute;display:block;z-index:15496;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:30.40625rem;left:38.000002861023rem;overflow:hidden;display:block; }
#WsWRbgrCPb6JW58ah7ytfvBk6AiLVT3T { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#lZcfo0xwBJgnXveZdGlhqVElQFGDvqHL { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:42.264205932618rem;left:50.250002861023rem;overflow:hidden;display:block; }
#lr5L6tTqK8uKmn2lDQV0mhNZ6LCrM7ws { position:absolute;display:block;z-index:15431;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:48.232955932618rem;left:2.71875rem;overflow:hidden;display:block; }
#mFycPwfy24ea9IhaMfmPxQpDpklgs2oX { position:absolute;display:block;z-index:15363;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:48.357955932618rem;left:8.8125rem;overflow:hidden;display:block; }
#b242Kse3tItlKiGFeya1pXBmnxZ5V6Ii { position:absolute;display:block;z-index:15365;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.25rem;left:2.84375rem;overflow:hidden;display:block; }
#LNkSJoxoCZmfeH78ZGKRk30zHxovzuuB { position:absolute;display:block;z-index:15367;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:42.264205932618rem;left:31.999999046326rem;overflow:hidden;display:block; }
#egAAEM9veqi4IrAbsbMaZAJyCZsNFOTx { position:absolute;display:block;z-index:15453;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.4375rem;top:36.547584533691rem;left:32.159090995789rem;overflow:hidden;display:block; }
#LMbd27PcTli18PHleJ33T7WFvoWCcoWZ { position:absolute;display:block;z-index:15371;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:36.514205932618rem;left:2.8125rem;overflow:hidden;display:block; }
#NCIKaZTfnwoooaruetw5Pf55VO4lkXqi { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:19.028411865234rem;left:26.437500953674rem;overflow:hidden;display:block; }
#XTm0CsZCZWcHQdFATrqTLe6oTdTLI1uh { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:24.8125rem;left:44.375002861023rem;overflow:hidden;display:block; }
#N34zZREveT30WcMQIHwUFWNCohHa66pR { position:absolute;display:block;z-index:15459;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:25.15625rem;left:56.625002861023rem;overflow:hidden;display:block; }
#v1o8atK20Ne8psFbum1QdRxOUuHdq3S8 { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.4375rem;top:12.982955932618rem;left:14.437500953674rem;overflow:hidden;display:block; }
#Lb43JWBSmkhxCObtkzbOTGvin0Kd92XH { position:absolute;display:block;z-index:15379;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:25rem;left:2.84375rem;overflow:hidden;display:block; }
#B8cmGdtsSJ84l1nNd4oGrIdnbIFJkXMU { position:absolute;display:block;z-index:15381;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:24.875rem;left:8.71875rem;overflow:hidden;display:block; }
#VTko0PITiOyoV67xDvsWAtcVM0X43nIP { position:absolute;display:block;z-index:15467;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:30.65625rem;left:44.250002861023rem;overflow:hidden;display:block; }
#sbqwdC0mTsTVA6vOgRvEchgAcuFeSG7X { position:absolute;display:block;z-index:15385;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30.8125rem;left:56.250002861023rem;overflow:hidden;display:block; }
#uIISf6TO07U94ei5iy3fm78gRcnVt2TW { position:absolute;display:block;z-index:15387;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:30.389205932618rem;left:62.312499046326rem;overflow:hidden;display:block; }
#UTRadecVVkBMSQVWIzG1iNV5D3kDuW6x { position:absolute;display:block;z-index:15473;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:7.5625rem;left:62.249999046326rem;overflow:hidden;display:block; }
#TSqp4bAGSN3GMHNTg4J9k9dgnamKByJJ { position:absolute;display:block;z-index:15391;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:18.934661865234rem;left:44.281252861023rem;overflow:hidden;display:block; }
#PuUn9Bwmu1lBvW1UTm1xXPcKxPUvW6Vy { position:absolute;display:block;z-index:15393;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:4.75rem;top:24.46875rem;left:67.749999046325rem;overflow:hidden;display:block; }
#nWTcgDMif4JgKAsMV5Sn7s7Ow20wxuPy { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:30.5625rem;left:14.468750953674rem;overflow:hidden;display:block; }
#WzeaHQTbdl5AZIRdCTacDvCLLUIu8SP4 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:30.53125rem;left:2.6875rem;overflow:hidden;display:block; }
#LuO7TuwmNC9CtGGAJfGOEOoUxUTomgxs { position:absolute;display:block;z-index:15399;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:25rem;left:50.437502861023rem;overflow:hidden;display:block; }
#nmqwEuqF3QqsLtZ05BJS3lGPLCQignuU { position:absolute;display:block;z-index:15401;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.420455932618rem;left:20.625000953674rem;overflow:hidden;display:block; }
#ezbq8qvkv31bk1snTUtfFcDAzCqq2BN3 { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:13.169746398926rem;left:32.295454978943rem;overflow:hidden;display:block; }
#Hu3Jid4Apv42aqRJg7gmvVcuiiqC783v { position:absolute;display:block;z-index:15405;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:4.1875rem;top:13.232955932618rem;left:26.406250953674rem;overflow:hidden;display:block; }
#sTbitD3JNzbU9mPrqQ19rIFsVTG6KEDs { position:absolute;display:block;z-index:15407;border-top:0;border-left:0;border-right:0;border-bottom:0;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:18.622161865234rem;left:67.437499046325rem;overflow:hidden;display:block; }
#DsDetfV7gPish88nUKzTCeuMPFm4eikT { position:absolute;display:block;z-index:15409;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:25.09375rem;left:32.437499046326rem;overflow:hidden;display:block; }
#TZpROgHtMGr8elc7TZOK0I6dkrc8Vo0q { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:36.451705932618rem;left:8.625rem;overflow:hidden;display:block; }
#Ax8x7TZG6WwXVemRa5INaXqwNCKWmzGW { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:42.514205932618rem;left:26.500000953674rem;overflow:hidden;display:block; }
#k1X26yFp8oJIfs0AAxCDznaGu9ZivzSh { position:absolute;display:block;z-index:15415;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:19.215202331543rem;left:50.406252861023rem;overflow:hidden;display:block; }
#XnFOqpek8oDsDb65DB6SIuaMBTAEtZh3 { position:absolute;display:block;z-index:15417;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:4.0625rem;top:19.090911865234rem;left:62.170454978943rem;overflow:hidden;display:block; }
#HBiPmZlx9JWwRKeD7om8V4HrQ4Eq8VwP { position:absolute;display:block;z-index:15475;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:66.186790466306rem;left:3.125rem;overflow:hidden;display:block; }
#S7pT4NNPG5Nk55pWvruUnF6Ftt4dclWc { position:absolute;display:block;z-index:15481;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.291198730469rem;left:68.499999046325rem;overflow:hidden;display:block; }
#vbuHqZlaz1vadCLWvFaR9SI4F7SKz8fT { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:30.75rem;left:20.562500953674rem;overflow:hidden;display:block; }
#DRZhiIzXZONPLnagwNBbsTyBCflc7CfT { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:59.918327331543rem;left:2.78125rem;overflow:hidden;display:block; }
#Oa9CsgTM9ycvmpfFUA56JTInuQhdb5Uc { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:59.950286865234rem;left:8.75rem;overflow:hidden;display:block; }
#XdQpHJPGroaWHkt123GFJNFa6nMmr9ZZ { position:absolute;display:block;z-index:15482;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:66.232246398925rem;left:9.125rem;overflow:hidden;display:block; }
#BP5Btboke83Ti4aJnmKJD1saPdFSskNB { position:absolute;display:block;z-index:15483;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:66.294746398925rem;left:26.843749046326rem;overflow:hidden;display:block; }
#xlWQlZS7U8s7HqWkGIhwGuhlTvESLair { position:absolute;display:block;z-index:15484;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:66.169746398925rem;left:20.968750953674rem;overflow:hidden;display:block; }
#kugx1Bnogz9UIIOFHfN7PIrc5kXa7AZx { position:absolute;display:block;z-index:15486;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:66.232246398925rem;left:15.062500953674rem;overflow:hidden;display:block; }
#wXhfGN8mCtQoEvDCQpTwVTBT9os96TEM { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.32315826416rem;left:50.687502861023rem;overflow:hidden;display:block; }
#FlFudblozurvJ6Vz7auZHQkkWLSxaRRR { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.010936737061rem;left:56.406250953674rem;overflow:hidden;display:block; }
#sCTAgoz4MMxKOkp2FX5VBrC4iTKZUAHJ { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.261367797851rem;left:15.062500953674rem;overflow:hidden;display:block; }
#GPe1X2qy7xDLkgafuZ2XMCTi8WBcmbaS { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.261367797851rem;left:26.906249046326rem;overflow:hidden;display:block; }
#XSExykRmvfoyrgPKppoRntGlEOUfnAQB { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.26065826416rem;left:38.875002861023rem;overflow:hidden;display:block; }
#KwKvGTxo0fSCTHfBSiHTSRSTgi8sXTVJ { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.25rem;left:62.625rem;overflow:hidden;display:block; }
#GLBo0ZskZTGLs0iltVwoTXRaPdiqas4F { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:60.261367797851rem;left:20.937500953674rem;overflow:hidden;display:block; }
#uItxTWftQ8FKHx6IeOT0RZ4OFQ2SmCZo { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30.75rem;left:26.375000953674rem;overflow:hidden;display:block; }
#mAgIXPgu4z0ut95xeqKfNnJiGGeHKwmX { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30.875rem;left:32.249999046326rem;overflow:hidden;display:block; }
#o6c2eRESavMrKX428n5iRD2crK7r5T76 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nvGb0unFfRv8NXN81FkvZdPctJ7Agy8V { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:35.920455932618rem;left:49.500002861023rem;overflow:hidden;display:block; }
#MZHUq1nA6mzQceGalwmwBw31JlT7Qntr { position:absolute;display:block;z-index:15510;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:4.125rem;top:67.324577331544rem;left:44.250002861023rem;overflow:hidden;display:block; }
#kwfSUcQu0n9Hp6Jfq2kB3OFtUsREdXqu { position:absolute;display:block;z-index:15511;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.5625rem;top:67.324577331544rem;left:50.125002861023rem;overflow:hidden;display:block; }
#dSwzTZsl7Fp3x8ERagoLUeF3P607l8ou { position:absolute;display:block;z-index:15512;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.125rem;top:67.355827331544rem;left:56.187502861023rem;overflow:hidden;display:block; }
#GqQ5XxbXCHZOoZDVZSVkhReCymhKgX1p { position:absolute;display:block;z-index:15513;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.875rem;top:67.387077331544rem;left:62.451704978943rem;overflow:hidden;display:block; }
#c28f997PIGl4hHBwkT0W4dZyKTERDRUa { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#hldCmxm8ZVX1seUIJpg73w68QH8cSkZa { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:67.875rem;width:73.875rem;top:4.9197387695312rem;left:0.5625rem;display:block; }
#OvViN9uQFgetP6yWNRvc0W59b5lOVXWW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FoEA7zg6pLuzy6PtGsC9SHEymBvU09vD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zKlPdkKbilitK2RCLEzskB38kfT17cfZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#niu0R0EgKCZexZp0ibF9qpvWuoTSKes5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MN2kn5ChOoEdvD6g0EX4r4DnhuXuf6AF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IiSfcxy1KZNG9km634mB61qdMaTAMOgg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i5MCPXAZFVTTOBx6CiMh4t4kLFbnfQi0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#enXJyPf2c8KS1bnyAf3NnkAPAPPlDppi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tS7wxr07ozCvhaqkLXTrcwPq4lAKf61S { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TCGCmFy5RwwUXed1tnNm52anpynnxreR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S0x1BdicIS2IapqTU0T7BDeJdRxDyKzM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:67.531249046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hQtano2wsC56qqpx3XEdezkoimxOFaua { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tetpAukeoqZqINgKyXeneHmDiCB0PpXg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#okwZ5U0lKce9tEyPd6TlQBVuOs4878c0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aZUxTZyiZgVev0k5EQp7tFaVG9mb5GXI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nkiJWvA2DsmvRCbM7Nl97pGKotzBGB7A { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v0WVDGBFoxgoPRXitQFqDc8PJbGZheFC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Vm73FpO9zWktzf7CzuPXDL1oTPB6T6px { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mz2g5p1Az51mAbZWzaJk9tUxf3fZS9S7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:43.875002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#veMvhQVst4UTZUewJSI3K43vUoN6pLBT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Vn0W79Qw4pCXaQLlTKSJ8NU4NJbArwGM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AxTlBTIL3XWKefROGeb6uaDd1X37MvJI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:61.562499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zpITRIOH6cv6687iTnRptzvRuk8xfW6f { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#POxuGgWslP8gCGTTESsnnJdZhO3G2Nzi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KUVC6RhymOVFzyP5DFzNfEih0Ta3mbw2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#admfhuofBzlUlRziDVXduIVDsdTBPK3L { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:14.218750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XFEkACTiK9KWrJ7TS2qTfS8BT7dMycmw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DJ3OXBDGfiwtSNDzaHJXX6DZZpJf6eNJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XyQzT4Sp27qm5xkzUUbf9JeNcb3sb65n { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DSwq0hf9P65q41NHrDFkyFg0VVv1RB2B { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:37.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dwAtP5g5m4B2mcsimCHTchTJ4FKVg6Ip { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:43.906252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rEXTiaS5RZzHhwfEWGkiJrPLwW56lZEN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:49.764204978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#k7XQylyXgJpyXHy5t0aDLRDUTE7O57Cy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:55.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TfOM0UW4ltMe4xfraPhNeH5TEp8yDU5a { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:61.624999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NsO4yfkSTksuqggvs0uMlo1Hwr92VuV9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:67.499999046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SZeODTPIQvBtcesmQTNDWGCIqKvO8D1N { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PQ9Nel6HtflsnmGtSMzgOUa2nOJlnsRT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eE8VAnTtzQvaNB1lb1Mnfq97PTWSNqkT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:14.281250953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uzfgkq4GvNEfZGMnGun6zSBAGyqzfUpU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BZJ1g7ICQWU6WprG5mCEoT3wGo5CM7TO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J0biwAVRE0e0ikTXoDMr0l4cltB3svI0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.46875rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nT3giKE6IJQdkPmOamKRk7UF3FTFiGTS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.46875rem;left:37.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J3Dc0fltZFUU7qGXflyGTDh6EzziWCOf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.4375rem;left:43.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ns9rU3mrofQq9p8xDqsEztze09blps7D { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.46875rem;left:55.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DIhyTaQBLrQWxkl83sRqDvwhiu2N72tF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.46875rem;left:49.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OGRHH5Ggw7up1T8rJUDWB0140U5K56s1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:61.670454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SeeldksdI2K40WWxxZLycm31xK2w6Lva { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Gunym6N2n4xdCVfSuBn1pJTScrZCT0xE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vB6S6SyOKBuQcWNTNN3ccOU609ZQanec { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VsxxdNxtSQQbrZH7tg1xAtokqyhg4k6r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:14.218750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IUpxnuXQUfql3qaNndNogu72aJ3MHyQm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:26.000000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yQ4C90u90fTEOT83uec63RByPEqiMeVk { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wwUAeAOTvdPQTuX1pKfKUJx02b7bEuNL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:43.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AtvPZAZSzu0bEUGRxCmspeSfOpTqQK7p { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:37.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nUQBZVGuDaWsgT5yC7SVn44pPx03zkNE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LJs1bvQhAah6tPAMxqGTIQPcmUw67BNW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:49.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SJxqcA6CxtNFRqXaDV3bbZ16qO4rKDrr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:55.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mxgf31iupJMDg6dax9zVMQycduxMIwtc { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:61.732954978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hLb7MO1RGhVHT4RCiByQCLOvHa0qMC0o { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:67.624999046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#siFZq0ACxidDTTtlrSLW7PsNigEnkblS { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.045455932618rem;left:2.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c7nkVv9W6XXKPxTDEHSEXsUNWX5JXL11 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.170455932618rem;left:14.218750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ErlPAqDS7TriGsAgFJNAuedXxfW4UyUp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.170455932618rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ArBEdmFl9UseSXai4f0Pe05qUMmlKo8p { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:25.937500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eObAZNIl8Wsgwa2Fw3s8KS20wa2cLN8G { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:20.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TI7qTl1aC6HiZI0KFcWXPfTCdpJ1xCJ9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:31.812499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iI1DbhewRoAfPOsrDgik6NDLUB8xkTeR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:37.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vvChRRPVP0Q2LdbaCE5rJazsnmRUXLep { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:43.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aCVrWe5iAJfHn8O5RO5sg1kTI8Wd7Oab { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:55.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NtxplkrrPd3qBSEQTKmNZ265AKXMxJlm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.170455932618rem;left:49.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XiMoEJ8uG4xtDOWKrRTWrTyqhr00UIL6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.170455932618rem;left:61.749999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ib4TwlSfl5xZuzxCLHTfqTqywoptH9nF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.170455932618rem;left:67.687499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WtV1A8XQFbNSXBS6uEi72X5dcT56VOao { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.045455932618rem;left:2.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#c6BlLu4bFyyq79AoWKk0RbkuTprlfpod { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:14.343750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PWUHTNDULbiw0t1c0z0sRxAu04MObJao { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:8.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ggITBQyZxsnC4bUywb0iR3R9FpABUuck { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cPQaP79vKoLexUQR6W429PboUnH91Ixk { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:20.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lwlAdOoNuqdlRiQtLWt5nLTVGKr88thF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:31.937499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#n9vLBTVQhg4Hb1RKFTh4nfd6C7DQV7Fp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:43.906252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bINk29ugk9Cy4geEyzRt10VADfKVthHv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:37.906252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K5CNnex9pCCKhKgH2MEI6VUihl6MFlf6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:49.889204978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SbguP1v9M31BFstbeKtcmQy9vymJ9OQ0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:61.857954978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rS9AD0Wuq3a6nS7DgiTBB7g1qDTxPEEG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:55.875002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZOkXd8miO0qKfUQTsoifPF7cUb11gueo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:67.812499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OAatcGq0qUwkWMtG9PFOr23bUfi0LTOQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.857955932618rem;left:2.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cXoBD86HGJ4nU7n009TEkitPAwe6TbXv { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:20.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T1Oq5a8Z8Paks0cX6F1fyd1hfbwv1KIe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:8.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M4Tg3VHAnhsXIMXl7PugZCZ9iEq4fEoN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:14.281250953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#P1fb7DugZJ8Z7ZN7K9JU60QAzzfiMTA3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.857955932618rem;left:26.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rSLvGci4xPITzvu6Uei7mcDnmlmWKMwd { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:37.968752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#u7TQhA7kRMXFhPJRaJNdzHxcDspVTRCH { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:31.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kfD5xJvrkH8WOsk0SJN5IZgDqP0kZxmt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:43.906252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DcbgpundmA3E881F75bhuEDx5eIL9Mnn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:49.875002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Asb3qP0OPd1ruDfTnLp21pCFrpvZvoLl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.875rem;left:55.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dFS9QDIrmUam097FA8f3dqwR5FlXXOR8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.857955932618rem;left:61.889204978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L23vdTtMXKQtKkAFHRdr6AdPF3MUTfK2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.857955932618rem;left:67.781249046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WKNfQl3TVUvM5GXfkGf1KFXnk6lTTZM7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.670455932618rem;left:2.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#U7oTHV2bfoLN2sW1M7SdWaoWEZILgcdT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.670455932618rem;left:14.281250953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X1kK0VQ6CwrtUvQvz21ohLUm7r2mmPR5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.715202331543rem;left:8.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WNTMZ63JTVGvAEPXyiMTzmmDT5yPZVJg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.669746398926rem;left:26.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pkFdUamVJKt0zd2FulTtzSvrF1TLZFL6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.669746398926rem;left:20.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fOZ32vgfUx8zVGNw0lbf2HXFH7bEaa21 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.697448730469rem;left:31.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#REwqOOMlJNGbu0kirzI0QaQMJl2pdIm4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.715202331543rem;left:38.031252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TXTZnwJt90ei2INf96XXIqSDaVhV6rtV { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.669746398926rem;left:43.968752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LLKtiLK89c92XdfArh0BfvEriPFHQruX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.6875rem;left:49.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Sr3dXvWzTN3fs9J9oUsdypPLM98Io521 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.669746398926rem;left:55.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#l4muCa1chGoprmDoqyEE3cyJ17I5CK49 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.697448730469rem;left:61.920454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Wk9tDGoqffi864ZfZgzHdaSbiPZWiOVC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.732246398926rem;left:67.718749046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iWaQFtX7hp50Si987AQIUmWduTFnPuaU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.545455932618rem;left:2.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CdD8Ly5aEo97mXlveHTE0pHpsKpaKqbs { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.545455932618rem;left:8.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a9T8dsr7a44pcNK6Ll9rBHgmyL6XayDo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.545455932618rem;left:14.343750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Gn1KPoWISsRUrrn2SxMaAN5mMFJhIg0N { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.545455932618rem;left:20.250000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gNzQSdvXsgGZCiNpKtIPhH1bT8wdCAR3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:26.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BFrTAsBgVduC02sEyhT4FZHCFyl2ZrxP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:32.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#grRte9godlqn9QQL5KVOCRPMCgvOaQTe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:38.093752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NBZcZwmNu9wo6FKyedWHOvDTFQurR4Nx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:44.031252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EiGZebV6ABhkm9nBrzWfdgi6bVPDeuLf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.625rem;left:49.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vFP0EQhRnnK50KETNnE86K4vRD7HeprZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.607246398926rem;left:55.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#l0Tzl0UcSGs1Avl4xnEB8b3SwopzBMTR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:61.920454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FkKFgwQLNXKT2MHyR6VzTn4Ne4bUKvPZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.544746398926rem;left:67.781249046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nR0tLTPvDytTlrrQdIGIIeqFveyDuFfR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.374290466306rem;left:2.40625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kJqdCCsON0im80TVzx4GEr9lEMZObFg3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.436790466306rem;left:8.34375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TtQhTEl6eHBMNSnpQN7vTEBJCTqzxsnI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.436790466306rem;left:14.343750953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PoqZoohwDAiG3meQHPTkduPWRsBwOApJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.436790466306rem;left:20.250000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#k8UJU2uA6Q8ueIcoloiqd8bfgOTZ3Ksp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.436790466306rem;left:26.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yfT0ymiVEoB3aaTVlWIIXgfEbyknOycT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.436790466306rem;left:32.124999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v82rOeGZEPLpzlfooWVbMg9mh8Nmm1B3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.374290466306rem;left:38.125002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#y2HqSepaMO7KWHE7BLPhIOSIyq4ksySJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.480827331544rem;left:43.968752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w6TkgTRJcPWLHi88rXHaJaaIThh5VZBV { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.480827331544rem;left:49.968752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#x2VCU289zdowpPc5sZkLn4Gz3XpGwKq7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.480827331544rem;left:55.937502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IGBiqQ4owcDCSIqIbyROfEXXvZPEzaTU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.480827331544rem;left:61.982954978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SwlHce1DTXkgHkKLEcXhGGRxsTxm81xQ { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#P31MGG9RANbNC35v8EwGEd4lt1qghn28 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:;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:block; }
#tfMr2B9sCo17FTWBvyx5CwdGC6Iviy9a { 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:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#Tr7taR7vyRtzuLyLBg7K81lT0TME0xqF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#FC0kKdQ76CVhkXNfkDPksUeIp2bGTDdi { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:74.0625rem;left:28rem;display:block; }
#ak1sTytflHn5SEt2hcCACU3CV6lNCkNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BtLJIoOKtIPL4D5KsHaDMO776Xrlumkx { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:74.0625rem;left:40.0625rem;display:block; }
#a8uA9HKOF1aFlh083NZLlCfGppbJ7Pzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container { background-color: transparent; background-image: none; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container > .video-iframe-container { display: none; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row > .video-iframe-container { display: none; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .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); }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container { border-width: 0; border-radius: 0; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#OwAVrXCU4CibgrTFOJ2VnRcC6cJGoGnF { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#DMo2Ig0vWH8Qk58rp0CayZp1K8Uydada { position:absolute;display:block;z-index:15515;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#HrI5yV6L4g6siVbSMJ0sepUFTDHyA0RZ { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#AZgHXZwHC4hGAUpsmZiggmJZyOIfLkxb { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#r9ErfODHH6WWDzJfSwadWfM325imqLtA { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#zk6ln4eQciPAGGabPlDhfnBHAmO7rp5R { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#Hzs9fgkqITA1l0LrJ7xa69gkt0HU6nB3 { position:absolute;display:block;z-index:15514;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:12.982970714569rem;left:31.906249046326rem;overflow:hidden;display:block; }
#fHzmUv34Calk2mZlcB0aWF0yRspCMbcf { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:13.25rem;left:14.375rem;overflow:hidden;display:block; }
#viOIlQCgAPm5MJdesBQBZcGKvfGrdfzf { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:13.25rem;left:20.4375rem;overflow:hidden;display:block; }
#gJBkaWz1y4LKS7G54WMf2RXwkVZsTkiq { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#ATxmKPPQuc5qHTPeiWL9DzLkkRnTalSR { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:13.1875rem;left:38rem;overflow:hidden;display:block; }
#Db9xxrG2tTLEfGXtPnsh1xyEnk6i0HBV { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#US3r77SytvlKMdAICWKT9k5tJOPG8Wif { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:13rem;left:26rem;overflow:hidden;display:block; }
#xNvVSSu8rZg122ryH3mmAiZkxhrFUwOc { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#SooR37oB2FH6Mr7pdd6Sd1cWiPOmWKoE { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:8.3125rem;overflow:hidden;display:block; }
#JnX8f7XkdDIu4qPL3OZD3t1POw3bW78a { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:18.75rem;left:61.625rem;overflow:hidden;display:block; }
#Dql9dzAvbfhTrq7WeGglLFeovFA1sHtV { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:19rem;left:2.5rem;overflow:hidden;display:block; }
#C75Ih8kzc3zJo3NMKkegIe4l34C1J1tD { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:25.1875rem;left:8.5rem;overflow:hidden;display:block; }
#xw36O2aegKNcu78bZtdVLgzC9gKDkdge { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.5625rem;left:20.625rem;overflow:hidden;display:block; }
#Gwu8ROZi1AUUB4PXaLT2l8zpuPdaZVke { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:19.25rem;left:20.3125rem;overflow:hidden;display:block; }
#pMZiulN9l7yJJL6HvS7HhmRDsm3LmlSa { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:19.1875rem;left:55.875rem;overflow:hidden;display:block; }
#zWWTqWDkfeVEw7MdSlvUHkTwrVNzBXaM { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:25.25rem;left:32.1875rem;overflow:hidden;display:block; }
#RRznnptk9AL3S1u9evAG597BQxHxTzyT { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:25.0625rem;left:49.875rem;overflow:hidden;display:block; }
#no145HUNsd5n4dm80RkxoClVoex0yJpu { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:24.9375rem;left:55.6875rem;overflow:hidden;display:block; }
#mzoBRRcQveEB9maBvenyRPJxLk6l5NUy { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.375rem;left:68.125rem;overflow:hidden;display:block; }
#zAcPOMGn4q23vgr9fVbSL9TqOqf8Be2H { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:8.625rem;overflow:hidden;display:block; }
#pQhmgnXThXNv0EFwhqglZ45ENRTd0xPZ { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:31.5625rem;left:14.875rem;overflow:hidden;display:block; }
#U3zzE0iDci3MNJQgaEwBd1AuUatxTQ0m { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:19.5rem;left:67.9375rem;overflow:hidden;display:block; }
#Zurm5IXQtTPIJrZKaw3OcnJ7HBtEhMNR { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:19.375rem;left:8.5625rem;overflow:hidden;display:block; }
#lSsqEBNga7FBgfRWltRCDsw37oo73XSB { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:31.0625rem;left:20.3125rem;overflow:hidden;display:block; }
#iZbZMgEqmwA0ucDorosZA8uWUExH0rKh { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:18.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#PHTxAMGW6si7imcNtqtkBrhiRBdwSMKN { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:31.125rem;left:26.3125rem;overflow:hidden;display:block; }
#PM8oNdBWc1CnMLI69DZJJzUCuDvvd8XO { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:31.1875rem;left:31.9375rem;overflow:hidden;display:block; }
#xxX2sUlaI2TThvnwMUHumCbqBo04br7c { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:30.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#CGupDlmNWTEX6IAUgF9Zxp0Weh9xW3Z4 { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:30.875rem;left:43.875rem;overflow:hidden;display:block; }
#uD2LycZiyTCPCm2vcze0n0xcr42bkJVy { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:43.5625rem;left:15.25rem;overflow:hidden;display:block; }
#xMkJxGNtW7bV3SBargQotWahGK2vrN6Z { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:50.0625rem;overflow:hidden;display:block; }
#C12JckQLTiLxECaXsJfdq19mlVqifaQ2 { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#AHGBf9NN24vRJquJCphGSabrfz0nslB2 { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:30.875rem;left:62.125rem;overflow:hidden;display:block; }
#CcusNvdP7bE9cZGUmD5acOZr3bkVoBCs { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:31.3125rem;left:68.0625rem;overflow:hidden;display:block; }
#GBAZeFQ6udvlbJbMaV1Fk4DfwJu9TPVp { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.5rem;left:50.3125rem;overflow:hidden;display:block; }
#D6zi4l3a50rPw2rnnXu0Io8di7eeCJyt { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:25.625rem;left:3rem;overflow:hidden;display:block; }
#AOLQsfaV6zkB00NJtgoiQN2fRw1DhDi6 { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:19.5rem;left:44.625rem;overflow:hidden;display:block; }
#KVTeAV7kho7Q04TbINisBs1ZuHB9tK7c { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:37.75rem;left:9.3125rem;overflow:hidden;display:block; }
#TFeM0I65HLBgTdPA3qwTpv6haTBqdD0B { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:37.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#gFamDsyaph2L5uoy2dzPDg48TZvW8Jkm { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:37.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#s0TAKxJdl1aUMo7wzFcrIkiNAKiCUc6n { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:31.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#Kd1O5GNBZ945C23urEArcJZ1AGt8QzON { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:25.375rem;left:62.25rem;overflow:hidden;display:block; }
#O6GzV5htPbCTHw6kvd4q1TfIMbBDvz8D { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:19.375rem;left:38.4375rem;overflow:hidden;display:block; }
#ZV6UiVNBpuPDHBN2mWD4u7b6xgqmwIZO { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:19.25rem;left:26.125rem;overflow:hidden;display:block; }
#nrlOnTcpst8v5Vv79iUpNOr4TVv1pSrf { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:13.75rem;left:3.3125rem;overflow:hidden;display:block; }
#ndJWCsTOXdhGgBxX5LSSpno7hUaKhrNo { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.25rem;left:56.1875rem;overflow:hidden;display:block; }
#UML6FSDnEnsmLygwp3FZLlHTZ40R1wrQ { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:43.5625rem;left:9.4375rem;overflow:hidden;display:block; }
#JNbLOt5rL6wq0m0BcBmzXGR6cmVI4wcA { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:25.25rem;left:14.5625rem;overflow:hidden;display:block; }
#p0tbG6PT1ZgsRRS2x5kCzTMgbEuE5vGJ { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:25rem;left:26.1875rem;overflow:hidden;display:block; }
#OZ7Kz6STo1dqbiP5fAb4t0z8vkgTvduy { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:25.75rem;left:38.625rem;overflow:hidden;display:block; }
#hdTKJkZmqyAKJgy52fqNtT9iZQTeJhEZ { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.4375rem;left:44.3125rem;overflow:hidden;display:block; }
#P6BoAx2DZrA9ZKK5ndiv2blk9d4hrTxc { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#SHzKD0wMlNtFc46LczsPT2OSxSdTlSx2 { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:37.0625rem;left:2.875rem;overflow:hidden;display:block; }
#myod6Ci9uelTdg9yGScpkvJ0nUfPavgn { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:19.375rem;left:32.25rem;overflow:hidden;display:block; }
#lIRDJItsu5V8W5uKm9qJiP0qDMcQzKVq { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:37.1875rem;left:26.5625rem;overflow:hidden;display:block; }
#lDNzJC3IlN6DbNvZUaZTc9BCZwMQxwyb { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:37.25rem;left:32.5rem;overflow:hidden;display:block; }
#urT5HWbutrRmnzZTDEX9QETGlM1hgP0v { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5rem;left:62.375rem;overflow:hidden;display:block; }
#qSX3Smhpt4kCmdWbbThJqz0MD8TotLdX { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:43.5rem;left:3.4375rem;overflow:hidden;display:block; }
#rnKztRacazNuAG82bCGHH0G2WhLZq66r { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:38.875rem;overflow:hidden;display:block; }
#cTO1nThnaQVK2FaUrio7HepWKoUpFWGn { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#IdFltmblvBiTIus4hRDyzbiWcwQ0WQb4 { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:56.625rem;overflow:hidden;display:block; }
#NLameTOKXdvRdHpMRT3ZLu5QvThOaKdD { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:68.375rem;overflow:hidden;display:block; }
#FTt6OToas3b0OnsfFACd38lPoDhLHMPu { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:44.75rem;overflow:hidden;display:block; }
#bvVaT8HqLogNZ8ll8PQXWbonpSvXuEx6 { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:13.3125rem;left:61.875rem;overflow:hidden;display:block; }
#kDaEHedwqdCHp15ir8cX7GWcMuJ8Er4a { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:13.4375rem;left:67.875rem;overflow:hidden;display:block; }
#F1y9mKb6JJ1pXznhWyewGBlncQ4mo6wf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#k9DzTbgHsZ62T24n51KO4LXtTP65lwqb { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:18.6875rem;left:49.5rem;overflow:hidden;display:block; }
#Sn9g7AgT0hJFM9ztO9cWqMOrg14GEAwr { position:absolute;display:block;z-index:15510;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:4.125rem;top:44.75rem;left:20.6875rem;overflow:hidden;display:block; }
#pzftxocB88wJVToMfuZRGvJ5ZPTW06i0 { position:absolute;display:block;z-index:15511;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.5625rem;top:44.75rem;left:26.5625rem;overflow:hidden;display:block; }
#mFf1CHqWXK24iQ2bZJnGByyPcITfyhet { position:absolute;display:block;z-index:15512;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.125rem;top:44.75rem;left:32.625rem;overflow:hidden;display:block; }
#TXs3NMGBCBmg4chgX8pZfWaaGbktvh65 { position:absolute;display:block;z-index:15513;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.875rem;top:44.8125rem;left:38.875rem;overflow:hidden;display:block; }
#AiLITPJp9uPyFAAccs47ELIB617gVThg { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#iWKXHMob4d8gTOPB58pVXIEEEeJwfxBc { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:45.4375rem;width:73.875rem;top:4.9197444915771rem;left:0.5625rem;display:block; }
#O3rJXCIMTv1BPZMsENV6oso5Mr9oO5Tp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nHekH06AOgC45Rz5K6bThlpPz1cV2ZCl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v4TbRoNUWB1tSckXFasJBUqbrA9245bg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#llN1h2d3gQpEZeiaAWZMal8R9C1dp3HR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bVTBlZVvSI5MllqeiEOfnK5mFUFztDfg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tSQVIxmO4tR0I7fyc7XW9SrBS9BN2BDR { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TL23rMvLiaJ757lvzPEgqPbA6pJFJ2GW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gu9faWfUIUdnVxHV4m9Csdf2RMKki8Kg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QD86TrouoKd0A3GlPylMIiCsTIFH7BVI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#P4vp5ANBRTDpDm0MHNhSzrQEWhQxGgU3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:8.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X91bNGnGw7ypezXSNMHpV2dHbqN4uELQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Fz0X2m0K9sO9PK39RPTfibb9UMob92Hg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dySQP7KvpxXEKkJQFzmkEPQq52QzLFVd { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g3zEkJJIByzw5zEhPCs2gJKswILSXXBg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZcbSrU8OSShO6ws3eZG3O11LQmTBtwm5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WtkcrWcSAgEMnDn4QQvLO6i35hwVzUID { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wPAPKbB6RMw86wdC5CwztqeRHFNwd1Fu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eXt9vHxGUruaFPDoXGJSxe5QraM5spUF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:61.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QKPrTxNL8NINPcG2Mq081U5hMSgMoqbT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#damxXQemRFGbvDZXOJq8w7UEZTVXEx8c { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HvP71D3hOGOBXatn2cbEKcPV8U8BI9mX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Aa1HkCTltBPXcFlzNs14MO5lRrezv6mw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:55.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WXn98cSspzmcLQpfL9oGvJeKE4DTz0J3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:20.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Nolmzh7sWhm2ggbLDCT1ScdymPTxUDDo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pmTckul5tz6kytU1qdJxweH46Fynpmin { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:49.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GJQTnDlidzp57vkpEA2sO4mUdn2mJ2KX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:61.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FcwTFO2Hexvee1gt7Shl1imiIBJCcdHQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oIRD7G1fS4R7hX6qCHXbXQ4aCJWSmCLX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZXPJfDbynvGiNF4qxQTgNKNPk9Ut58yo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hs2FvN5bU3QiqJT6EgHwEvi5lIZpDXKp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tIZGG6wR2TyNsb4cnKN1R5FcVhLCnxOQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.875rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hlUGAy4ny67RoAqddC6693B0JWKKkoc0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:43.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lv54XXnFaACHQxfe96v8vw78fJBivao4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nMNfAoQ9CG7zKXfhDkSxZuiLRQMvtLe1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r1ySthccSSCDUZXhR5LxVKAdNkRp3Wkx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wWumwcq8d4HmNcI2ycuh64ZOnrokv6Tt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:8.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NvAyZ7XEzZUbeimGTHcE6tZTQpCNU35x { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MeZzTv3H6AqhUoOJ2Wevvb6l1TyHT3qJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OHVPtRpxZyQQ1CAB2rtMb0xu0t2DVhzE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:14.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fJRLI5JUgliQJAsd8XJnPumDTvdzsrbP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VrGdlQTJsNmuN5LWsf192MK0dEONETZi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gQQK5aqVQI4CrI4fodBlwygpxC2zqmwJ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q4Z9763wuFabCu9S5c3RJVdOuTei73Gy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T4yMw4VCCo1wgdyQllt3HmMWbkdPrTN0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ax1ornTRQ4GWSECKk5TXNSfqCtzQBuEA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:55.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Kt2yFN7sDTitEnHldAFS56vEHqwoAcaP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:61.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XPXUA9N4580XcG1ZDQEoHIAMhOBSGdvc { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yRzw8fR7x9VcVHq0nnMJfnJAE1Cbh9fp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zhnqkBwxzOyCI3Vuq00xN5I8HrS2yJwa { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J6GBBTo2t50Ht2NafEUh764gq8WHOsur { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#adbyyoR8lJPza8uruLMiNwF1RMHINpw9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EFQEWeWnOXV5nssNWOckkvqTHB7POV6K { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:20.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bkT4ogfHSDmSTlzCbwtpE8uKzzZdUy7m { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lR9vUPCwAKbtKqOezbQTc8MDluDHstiK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:38rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TJkJv1kWTVIE8abngM0hz6WPfI9tme3r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VtbBZmd6HeVtMGBRib7lgQmzG9ZBifkb { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T2KiExzftXmQBzTSPTW42y1Vw7WFEkae { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ra7Jk9IbASCbN4gMvHO1xmiII76Linq2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pLMeTFC1JQhbTyCIo9JGO4bT83AtD1Ak { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WJkLQTkTKrBuglGszhmmF64TNBlRbUJy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PEB3LmFIJtPlMlDeyqvqzJQdokkgVfFf { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:32.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JTG3gPq5sTwhqtAHrfwDBX486VIphPg3 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SZ889RTTiV5zaC7SHC8Ie9n24FC8Ik8D { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HGsGdGKQAmbqZtWkPUTNOQD7RAfe8CrK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:50rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OwfCiDGWPPTzgCH231f7SKwfTBDMxEk4 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:37.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CJ2vTd6PTnDhXLwdirtMTvsP5b7wpTTi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Xz9BoGtG989WbUC8io5N0FuJEKBLm80n { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E7rLsJnoHbv5R1RfrQV48hS87SLwNTPr { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:61.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zkH3LLu2VzMqrgZT5SGfaJqh8d3ykw5z { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RhKu9mhiV5Hy5iXhmpWwKDXSHpEBtTOo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:2.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aMmyUSEa7OPmSR9SzhGXGOvVkGpy2nkB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:8.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PWvE20gubXp2DINb5u3TnhTslnPsugB0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:14.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Th3cG8k59fQFf0hvpOE0xmBLvKkdfVZA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hcPtWbWGhX3eowGkFFC8TypoUtOo9g58 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:26.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SAVWTu75xKuLespAwXzcThG4LCSk63gM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:32.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xEWcRueUK51Z6z2yxHAl9PEBf6xPVwOo { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mJHVcDTPITJMQZmQOaESn2B3ASkhZcDv { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#KDzQendS9TQ4LJt13I3CLwOPDULkLAVN { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:;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:block; }
#OJGSWbMFPEAdmLhdBivTJiHHmEUL2q49 { 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:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#NFPHJ2eXn1o4bPl2w8Mwacpl5VI8zpmD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ZAggepVLwJR5NnIQJRDUhSZlJfBKRa7f { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.531249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eU5yp32HoH4PGFtCA8n7FANJ6zGF8PB2 { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:7.0625003576281rem;left:61.718749046326rem;overflow:hidden;display:block; }
#TxsXSeGFu58ZR9kcBxFLgXCyllUaXOcx { position:absolute;display:block;z-index:15352;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1250003576281rem;left:67.562499046325rem;overflow:hidden;display:block; }
#w4HG9tQwZDddAAoilepTr99a0Rxhe2T8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375003576281rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iFJcTrsIDM7VBF4yyJJrfSxbEqHfThmT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#sPfeCmwNyNqPHLLaZFoQHamDCxgE1HsX { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:51.670487403869rem;left:28rem;display:block; }
#ZnlD4WVe6lwqWSR0cCMOE9D5rXQhb55X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyZyklO40VXoC8nTu9cE8khIWfGpLGET { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471590875rem;height:2.909090875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:51.669021606445rem;left:40.0625rem;display:block; }
#ER17lDpSEFhFQJVgq4seUnydlzH3CWcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmWKJhTmgqSKe3pX0SfGPC8Eq7oGpUu0 { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.264064788818rem;left:44.343750953674rem;overflow:hidden;display:block; }
#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container { background-color: transparent; background-image: none; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container > .video-iframe-container { display: none; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row > .video-iframe-container { display: none; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .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); }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container { border-width: 0; border-radius: 0; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#PcWVXbTM0qUzTqQrpET5TnfMaMe2whwS { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:7.3125rem;left:26.437500953674rem;overflow:hidden;display:block; }
#H3JFGmxCx96uXfguUh48PTwDLJAp948E { position:absolute;display:block;z-index:15515;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:2.875rem;overflow:hidden;display:block; }
#psZzz0chb6hnPFu4tpApzo4ce8T61klb { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:7.5rem;left:8.875rem;overflow:hidden;display:block; }
#AN2vvTHf3G0kVQFFJUlNu1AiAmVipVDH { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.4375rem;left:14.687500953674rem;overflow:hidden;display:block; }
#s1PS5Z9aU6gscnMuVU4TnkNQnw9LB5Ep { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.8125rem;left:20.875000953674rem;overflow:hidden;display:block; }
#Bx0AZ8bqWbtbp03qusxcCAd3CDzd2ile { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:7.4375rem;left:32.124999046326rem;overflow:hidden;display:block; }
#XWLAVoLD8RefpTT27P9i9gXPS2SyOOob { position:absolute;display:block;z-index:15514;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:13.125rem;left:32rem;overflow:hidden;display:block; }
#vPyJGcaJSnfCHOZQiFEeWcnn3LCVMpcd { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:13.25rem;left:14.375rem;overflow:hidden;display:block; }
#iqTkuMSXrTPypFfsQ8t2nyXrudFSH9TV { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:13.25rem;left:20.4375rem;overflow:hidden;display:block; }
#v9LTQiFRkm1DhCy5E4VB40O45nITSmaC { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:7.25rem;left:38.187502861023rem;overflow:hidden;display:block; }
#R1ADTLFl8JqlAmMT2RHooOkdQPk4iAr6 { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:13.1875rem;left:38rem;overflow:hidden;display:block; }
#rMreqihT6MqGGyBmoQ7EyKJS9ZHTogwI { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:6.875rem;left:43.937502861023rem;overflow:hidden;display:block; }
#FisQzrmfPt8hoid5C8hguE1uJtnORrTR { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:13rem;left:26rem;overflow:hidden;display:block; }
#LysSaXcZteQq1OLiqI5TvhIztfA8KtTq { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.9375rem;left:55.812502861023rem;overflow:hidden;display:block; }
#aMUbfC3BD25n2q2f9nreqWGxT4igeSqc { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:8.3125rem;overflow:hidden;display:block; }
#tXmEaAb8DAp1ChUVQFItkTwMfspx6fmO { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:18.75rem;left:61.625rem;overflow:hidden;display:block; }
#It76zpSKIsdqeTcRHgfntvZzdrs6uoXU { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:19rem;left:2.5rem;overflow:hidden;display:block; }
#KfMDVohe0KBL9WaKvUXIIhB2UMHWe85Z { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:25.1875rem;left:8.5rem;overflow:hidden;display:block; }
#ZczsI3xfNT0TORKIL2RXtXo5DK2rfPbO { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.5625rem;left:20.625rem;overflow:hidden;display:block; }
#GZNrBSvtFXm0UieiLDOCyFHq5qXr5Ggu { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:19.25rem;left:20.3125rem;overflow:hidden;display:block; }
#v8WipGSCW8VCQOoZQygc87bCWpU6nCab { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:19.1875rem;left:55.875rem;overflow:hidden;display:block; }
#wk1TTkHxPbIXBkFVa76hNC1dS5nrPGTD { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:25.25rem;left:32.1875rem;overflow:hidden;display:block; }
#acIaBt0MAdDeg1vJ7VSVxvBTr7U65htE { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:25.0625rem;left:49.875rem;overflow:hidden;display:block; }
#o9GMZnLOTKbbs4ZtTRmtMu0WcsRAxPds { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:24.9375rem;left:55.6875rem;overflow:hidden;display:block; }
#JJxJaw7aMT9Gg0z5lU7IBIXJHREposMw { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.375rem;left:68.125rem;overflow:hidden;display:block; }
#oCsKUfKriyLdTLFs2TzdFy8NBmm9G7xW { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:8.625rem;overflow:hidden;display:block; }
#XMXTn6EWe7S5SuLyD6TFZQkTWkFbEx7O { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:31.5625rem;left:14.875rem;overflow:hidden;display:block; }
#B89iy1JV3W4LTJJTptmOdx2uH3aq4wOh { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:19.5rem;left:67.9375rem;overflow:hidden;display:block; }
#QOTZVGn9h0uHCgtbqwJI8eltHrVs4mkk { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:19.375rem;left:8.5625rem;overflow:hidden;display:block; }
#XP8xgK7DUWnrBFZKQ5IEyiTX2WDTLG6l { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:31.0625rem;left:20.3125rem;overflow:hidden;display:block; }
#GnECJysv2wvtO08CtoDnJZTwcW4Fdayk { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:18.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#CBxaJxwmCf61iT8ybxvD8WxX0Qn98Egn { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:31.125rem;left:26.3125rem;overflow:hidden;display:block; }
#vAIyP5nheIVl0W24Vhcz5qf2Z9Bs87Vo { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:31.1875rem;left:31.9375rem;overflow:hidden;display:block; }
#WbU1W9c0gfV9T6gHrDifeSBbA72QnGZV { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:30.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#Wvtluk410DdT2h75BQcA7pqNMhfqXvPS { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:30.875rem;left:43.875rem;overflow:hidden;display:block; }
#paeXSweUuGGD5rT30BQgDKBxZRrw4QAL { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:43.5625rem;left:15.25rem;overflow:hidden;display:block; }
#QbUGlR7xHmMWHUfKHLLZxvBfwuV7uQkW { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:50.0625rem;overflow:hidden;display:block; }
#a1ih7mqzEVy2R0QWxP9QadBXcuruCH6n { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:31.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#i91Ow5cW2ZeMwHuUWOhNnzyHydH33mBK { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:30.875rem;left:62.125rem;overflow:hidden;display:block; }
#LSUaMTAB4GEi0gp9LWBGPFwRI5v1NiF5 { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:31.3125rem;left:68.0625rem;overflow:hidden;display:block; }
#DkF3D1QS8ggXxIMXBMz1TNfVmG0hbA6a { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:13.406262397766rem;left:44.343750953674rem;overflow:hidden;display:block; }
#EmwsnvJvTUqm5qNT3JhvgsWPSlJGivPv { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:13.5rem;left:50.3125rem;overflow:hidden;display:block; }
#V1w9Zc4egUkA1foCaSTB3pxauSBgVaSb { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:25.625rem;left:3rem;overflow:hidden;display:block; }
#fxeBTopeBBTwwT5Jzv1heEboLs1akZId { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:19.5rem;left:44.625rem;overflow:hidden;display:block; }
#ZJltNPLNFEaHneLRQD0bg0RCT4arxvHI { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:37.75rem;left:9.3125rem;overflow:hidden;display:block; }
#fWM7CKPmlJaPMSgl51qIb7vV72l7Izlo { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:37.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#di2n7QKLyOdi19Kcs47d7Uh1z9GcmVLM { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:37.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#MsSRk6apdLqGNRbXeN503ibHvdptQfzD { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.8125rem;top:31.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#BUQZBclDLTS3lTInoQCiSHNs2km0AciN { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:25.375rem;left:62.25rem;overflow:hidden;display:block; }
#BsDCPpg6QRQaSN1MWi8McOXOZTGxQxDU { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.625rem;top:19.375rem;left:38.4375rem;overflow:hidden;display:block; }
#BP0lGQAQkZMLcqny70vl9aPnrg9FmbHK { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:19.25rem;left:26.125rem;overflow:hidden;display:block; }
#CpWQg61R0gp15lpq8hJH5lknHM1c1uc6 { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:13.75rem;left:3.3125rem;overflow:hidden;display:block; }
#eTBcENxLt5TWKvyfx8NuI90HGV6XHVsn { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.25rem;left:56.1875rem;overflow:hidden;display:block; }
#H9UTMIpE7epWH1hK9gRXC6H6BngirP8E { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:43.5625rem;left:9.4375rem;overflow:hidden;display:block; }
#FR7ZJXxFOUXDu7tSbRzAwGE2nmse4AIF { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:4.125rem;top:25.25rem;left:14.5625rem;overflow:hidden;display:block; }
#ofWgXkiFyZvp34qwtDTtVTWeM9POg2eA { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:4.5rem;top:25rem;left:26.1875rem;overflow:hidden;display:block; }
#lQ7RFCT5r14H8lxx6v0dXwJdpZma2EkQ { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:25.75rem;left:38.625rem;overflow:hidden;display:block; }
#TeGN4baa3xNgIkg8HGdBQMKfezeDoe6Q { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.4375rem;left:44.3125rem;overflow:hidden;display:block; }
#dI5Wps5mL7FEb2pAFPJIfqQPE5JdDStT { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.9375rem;left:49.750002861023rem;overflow:hidden;display:block; }
#WXdcVTlIUd5fTA6ErM16lZlB0EcrOEFw { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:37.0625rem;left:2.875rem;overflow:hidden;display:block; }
#LMfNpePU3Fek5IrLSyGEKclFvN6gesHt { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.25rem;top:19.375rem;left:32.25rem;overflow:hidden;display:block; }
#TiF1897t0c3is5T1MJF152CXq8s3ZE1V { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:37.1875rem;left:26.5625rem;overflow:hidden;display:block; }
#hbDTLvKyByuVy55c5zpDX4Lo73UT8WAR { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:37.25rem;left:32.5rem;overflow:hidden;display:block; }
#vWvssOPwKieNXJg3eaVwsODNXmS0eq78 { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5rem;left:62.375rem;overflow:hidden;display:block; }
#VovR3CfLITxaAwUlzyOSM8OW3S2AUGTl { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:43.5rem;left:3.4375rem;overflow:hidden;display:block; }
#D2sSXTyWyAok0KTEXKWQiPB1SaFgCrCE { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:38.875rem;overflow:hidden;display:block; }
#h6g4rocaL50U0gL9mHs5PbRnXaUFVlyA { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#gUtvSyIrqJHcCH9kxFCXgprxdqiRUeP5 { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:56.625rem;overflow:hidden;display:block; }
#ZMEFF77rPyzDuqxRvyk9B6Uc0NvJ4XZM { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:68.375rem;overflow:hidden;display:block; }
#aPGIs6K6vPdzZvU5Vo05bVZf7Br7p8XX { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:37.5625rem;left:44.75rem;overflow:hidden;display:block; }
#fT8XkeCOz9TlxcQ4Hcicq6kqtPa96mAD { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:13.3125rem;left:61.875rem;overflow:hidden;display:block; }
#Xnrui1XQrOFG9XeZ8mDxRBSTqCDUDCxi { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:13.4375rem;left:67.875rem;overflow:hidden;display:block; }
#NdVay8ExALQ1xxGfmPRKXrZTMScX0QK6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ROxfJtv5XhZhJA4b507Xc7on214hgbOu { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:18.6875rem;left:49.5rem;overflow:hidden;display:block; }
#AZH3plM24xcP8mLgt37TFX0ZpBO1UI3R { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#EpKMD2kBtocZyBM8ZNEv9lzPOIhZMRNZ { position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:44.9375rem;width:73.875rem;top:4.9197425842285rem;left:0.5625rem;display:block; }
#OFdLCwsgVJIHVUFouVNKaJnvNnpB59le { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:8.28125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TKg592KKovk35bnxEWLbhiiSxHwQTQvI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Al090NliCcQcuUhm9baQzpeGSOTRFOry { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:20.125000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EgHbRL9RekbixmP2QlxAIzq9IxoI6Vze { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:26.062500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GBLq33BfrAmyiMdUJ39WJpo30UE7S3oW { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:31.874999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dD91LSsoeCCGTXhfT12HQ85ADiwz0Oxx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dupBn087GCZfhVQP4xLz4irW0vtw0l2m { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:43.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ml74zhTveXNPqyztV7Z3KLZ0Xd71Jlfx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:49.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DT90lvMn5XrwPkRIXZ9hQdmcIkd4eCfM { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:55.687502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bdqJhGNmIz94b9RCmdFrzPHRrvzP1kCI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:8.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#veqNZUGyWoxUCiZf1q7Jg0Xh2SwVPcha { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OP990bwrdnSFIsNBEsfPMNgvzTPEuhO6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ygPRnTaWOJt1sKD6rEwMMgNzFvb9iT5K { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kwqXi3IfykZq07qF2Zo78pGfoa4tn9VZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PqlX9vG5STR6L6bCxTZlKR3Bv5AWuxtl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZRWT5CxOeeSJrONcByAzpkKC9hvJl0nF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.875rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nEpZLXp0lwi3QLiazQexrCRsInsgvc8Q { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:61.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zNq1UKgK0TzsbQXxBG4aZ1pvSr0sDnUT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#odBzvKMd8SdsD2ZRKDShCKF6tFccIUVG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L48nqonsT6VuzMFOS5H6E8QFSz0zb0CC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#olOManWvy5zg5qJwdSZQE2hDAvwW4bzx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:55.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vM0LbBOVeTWFxICXKZfGzzSLEOcRn8M0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:20.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZaoO4Z6lvgTVpoXmQHG5kyI8JPQzlJsB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h43J8tThRgn5BPRRwWtkJIQ1ZAIWcgoz { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:49.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cq9VxdWm4vuuTLwZgb56w375eWgeMT2Z { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:61.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zunaHpsgA2hyBqdmFvtJz15bEaOO5ilt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:67.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#x14CLT6w6g1LTwUbTuvciw7BHltoqrPN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tFy1xKud4FNWWGpFB1H3w6h8bIxzra4X { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#d6p0foF1rHdrfFFvqHTTKkDMRgnvWGZ2 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:8.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cV53Jc5qRhmrKigF1Z5oy9GgLFLS5LCQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.875rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ovkLelFv5oTDzFRkTy5OKricSHGd8PIT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:43.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Jq7iBFObyFDDRfwS9RCdmTTgsbImBSnT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:2.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#siDT9coIRfnlQtVdELOQn8nm1TJIfMpU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:2.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RC136gH43L45qD1qeFV87MomveGNafch { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:14.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wXRzMacS35XgCQH8M4TFTrvlLBtRSZyG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:8.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eHt50GhWI4Pmu9SNnXqnoG8WP00iHLUd { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TtQiN3pNdtrgkHcMUsXixaudKP8c0EaL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:20rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#o5HJczmHdyDcwof4v3QHDFE0uVHgPfvX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:14.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Es6KHDxvu5IXJbZLzNZHJshRwytPoBM1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RMvXLyg1Ug2AaI8hhFvvyai9eTiN9u4P { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#z9zqzqIlSLqOz8micDeIuq1LKiVXQx5k { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:31.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DT3V7NgV3aBgvKIs0EFzHOEfqz4D2yit { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:43.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T82iQX2JCsDNQDorxMSOXERHUpygEx2S { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:49.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zi3v7nB2lMgSWMgqx5JsqLcTiz0zzDKp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:55.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xdV4HDFDXAvKhFboX6LS3q4Mw0r7a1cT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:61.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q9nPSksFHASrcDBnSoXl22MxLGz00nXZ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CrlEq32PaNHXmD0NHkRnXvGHSwCcCmzE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:2.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vxyJ1CU6FCrM57c9q1RfhbNmTzDtwxTI { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:14.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xALbrP3AbmnKW1ipn50TwHxG61QbqkIu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:8.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E37myJB7cn8oJGDUTQ5CpGQpv4W4m0oU { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HGbHOneqGVTTEzqXt2WQiZXV0BfHiIJe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:20.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G0RZ7EdJJDOhHIxD9giggA8NTZOhDNhT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bQnGi51XQZyTomPa4H6SDn1cnZpGx2MQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:38rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f62VXCkUJaEtJhg4bVUUEI4Xc2Dreo9a { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:43.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FU6Fq0m2zK39ukFgmXHL7xgkwwNNOUpg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:49.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EG8e51TWhANDMEIuRBcoUDPQbvUBXqP6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DSFFy1OUTqVNUDaBThkEJFPu0bK6oR0Q { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:61.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GacJezgU7VzVPET4DJ71hhfTtK1IzEg1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LOybwEdixzfUy4Jwi372BJEMtAFi89HL { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vUGtu1PutGbr9ndTMyGer9LuWqf6wPqD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:32.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cqM9OSZR6GGyopP76ta9FFz6ee67pToN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#akpcHmEyKkIzsx2SvOQToPPuze6u3pz1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QzSPiapcvAWlAblmDXpAAsh4sIgnXxI6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:50rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OcHT64TllnKP3WseNciR1uXP8tmAcnMQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:37.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G1xb5bKxqykV7U9r6sF4LkToOwEkvQvg { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Pi9JLH6uNEhFgxwc8p027KeexIqMF2gT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oVxnF4T8chQbqldgBSgUCHSgSNE0BD1P { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:61.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Qgp30onL39SIx6umvtL00Nn3rpRfipHl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:67.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hSHs4V4ERcESwWn5DIUhzJSz6IyQg077 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:2.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kk6XWy7XVQKmu7uwWZuq9yDX4g8oLZJO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:8.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zkmhXa0GQZPPK4u7aLvTrun2L8UN9pmX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:14.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IwWdaTG2pcDPgQvMRXPLpL0UPAF6D7BR { position:absolute;display:block;z-index:15000;background-color:#282351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.125rem;left:0.5625rem;display:block; }
#fBRGst1o4sW1a66bisA1soZShxTBkGmn { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.25rem;height:;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:block; }
#WW5rg2N5EUnd3UDeofHgEOe0eQHuyPHu { 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:0.5625rem;width:1.25rem;top:5.625rem;left:36.750002861023rem;overflow:hidden;display:block; }
#zVVEHSX5A8EBC2Fd9AXz27E3miAU4aXt { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#erfk1pb7cquy0kxqFOMrGbRd1NRQEpIe { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:61.531249046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RtI95G8lmSeNFqL0tbdsy8mzWcyKvmiE { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:7.0625003576281rem;left:61.718749046326rem;overflow:hidden;display:block; }
#KVMSkpBJMRWy52CTqtElTeNIycdFU4tm { position:absolute;display:block;z-index:15352;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1250003576281rem;left:67.562499046325rem;overflow:hidden;display:block; }
#sWwTG9qtgfzX0eSQL1vv06iVnUxJ95VG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375003576281rem;left:67.562499046325rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wQXKT25pRHDS2PxOGDUCwa63yp0eLSOQ { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:14.187500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#XVZn1Q2hlaBTXK1Tkh46AFgFmRJrQvZf { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:51.312501907349rem;left:28rem;display:block; }
#it3BeCzOavJuvmgbi4mcE8dvwwoh9otH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEVxE8nCckGaTnD7LXTGyen4HmKvBzIH { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.380653375rem;height:2.818184625rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:51.35728263855rem;left:40.0625rem;display:block; }
#FZBTgyMba9tRHIHhDd7wdTgC3sEs3GzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrEbSw5M6vyFN1qWuWTk9Gs9xD5sCNiK { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125000953674rem;left:43.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mxxNFicme9BNR0482dW0ttb8oBIIT8yH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { border-width: 0; border-radius: 0; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#ONPufgB3354U1FxJKrbFzQddOolXkZfo { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7000007629394rem;left:7.874218940735rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { background-color: transparent; background-image: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container > .video-iframe-container { display: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container { display: none; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .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); }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { border-width: 0; border-radius: 0; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.6875rem;left:10.561718940735rem;height:2.4rem;text-align:center;text-align-last:center;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; }
#tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:4.69921875rem;left:25.625000953674rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15004;background-color:#171328;background-image:none;top:7.8117065429688rem;left:0.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15005;background-color:#171328;background-image:none;top:7.8117065429688rem;left:19.187499046326rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#171328;background-image:none;top:7.8117065429688rem;left:38.000000953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { box-sizing:content-box;height:11.5rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:#171328;background-image:none;top:7.8117065429688rem;left:56.937500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.9375rem;left:1.25rem;height:3.675rem;text-align:left;text-align-last:left;display:block; }
#i0UhESfhpW6KwiULfM9zAmfakcIEunGT { 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:1.125rem;width:7.625rem;top:14.755493164062rem;left:1.25rem;overflow:hidden;display:block; }
#NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:17.29296875rem;left:1.25rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.6875rem;left:15.624999046326rem;overflow:hidden;display:block; }
#lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.9375rem;left:20.25rem;height:2.45rem;text-align:left;text-align-last:left;display:block; }
#aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:20.249999046326rem;overflow:hidden;display:block; }
#Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:20.249999046326rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:20.249999046326rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.23046875rem;left:34.674218177796rem;overflow:hidden;display:block; }
#ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.95546913147rem;left:39.000000953674rem;height:4.9rem;text-align:left;text-align-last:left;display:block; }
#ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:39.062500953674rem;overflow:hidden;display:block; }
#nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:39.062500953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:39.062500953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.23046875rem;left:53.500000953674rem;overflow:hidden;display:block; }
#FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.218750953674rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.625rem;top:14.755493164062rem;left:58.218750953674rem;overflow:hidden;display:block; }
#eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:16.330505371094rem;left:58.218750953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { color:#8a8a8a;display:block;width:7.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:17.23046875rem;left:58.218750953674rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;top:17.23046875rem;left:72.500000953675rem;overflow:hidden;display:block; }
#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { background-color:#1c1d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { border-width: 0; border-radius: 0; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:48.8125rem;height:1.8rem;font-style:normal;display:block; }
#te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.5rem;left:50.5rem;height:1.6rem;font-style:normal;display:block; }
#skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:6.75rem;left:48.8125rem;overflow:hidden;display:block; }
#TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.5625rem;left:50.5rem;height:4.8rem;font-style:normal;display:block; }
#pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:8.75rem;left:48.8125rem;overflow:hidden;display:block; }
#RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { position:absolute;display:block;z-index:15177;background-color:#646669;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:0.0625rem;width:26.25rem;top:8.25rem;left:48.8125rem;display:block; }
#Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:20.5rem;left:48.8125rem;overflow:hidden;display:block; }
#c5C77taiJwWE2Av2OVMTdanPl302NItU { position:absolute;display:block;z-index:15178;background-color:#646669;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:0.0625rem;width:26.25rem;top:19.96875rem;left:48.875rem;display:block; }
#LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:50.5rem;height:3.2rem;font-style:normal;display:block; }
#ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#lKiQmElCIgVoXKPZvSiTEU6CAElksATl { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:22.9375rem;top:14.1875rem;left:50.625rem;overflow:hidden;display:block; }
#LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { color:rgba(var(--color-tertiary-0),0.6);display:block;width:22.75rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:50.5rem;height:1.95rem;font-style:normal;display:block; }
#FPkiH2b98PdoC9DnnK2JrcLW492RTgei { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.3125rem;top:24.625rem;left:50.5rem;overflow:hidden;display:block; }
#TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { position:absolute;display:block;z-index:15179;background-color:#646669;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:0.0625rem;width:26.25rem;top:29.40625rem;left:48.75rem;display:block; }
#k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.8125rem;left:50.75rem;height:1.6rem;font-style:normal;display:block; }
#FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:30rem;left:48.8125rem;overflow:hidden;display:block; }
#tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { position:absolute;display:block;z-index:15180;background-color:#646669;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:0.0625rem;width:26.25rem;top:31.8125rem;left:48.8125rem;display:block; }
#mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:32.375rem;left:48.8125rem;overflow:hidden;display:block; }
#x42mcohcRorHA3acTPiV3yfx0uqb6VQT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:40.75rem;left:50.6875rem;height:3.2rem;font-style:normal;display:block; }
#mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { position:absolute;display:block;z-index:15181;background-color:#646669;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:0.0625rem;width:26.25rem;top:40.5625rem;left:48.75rem;display:block; }
#KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.375rem;left:50.6875rem;height:7.7rem;font-style:normal;display:block; }
#RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:41.056640625rem;left:48.8125rem;overflow:hidden;display:block; }
#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { border-width: 0; border-radius: 0; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#CFlSeis4KR2mwm051utvRbaFRVv2JrvR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { position:absolute;display:block;z-index:14996;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:46.875rem;width:45rem;top:0rem;left:15rem;display:block; }
#ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:33.125rem;width:41.5rem;top:1.8125rem;left:16.75rem;display:block; }
#h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { color:#dfddf9;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:3.875rem;left:21.875rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:25.90625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { position:absolute;display:block;z-index:15001;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.25rem;width:19.375rem;top:8.625rem;left:17.6875rem;display:block; }
#FfUnDcrtZRKecATMkr2ySQifwwqmQscy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:9.75rem;left:19.125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4rlGV48MScqVwzaeINXneha2DbDs8DO { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.75rem;left:18.8125rem;overflow:hidden;display:block; }
#P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20.1875rem;height:2.4488625rem;font-style:normal;display:block; }
#Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:block; }
#WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:13.5rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.6875rem;left:18.8125rem;overflow:hidden;display:block; }
#p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.1875rem;height:1.22504375rem;font-style:normal;display:block; }
#a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.4375rem;left:18.875rem;overflow:hidden;display:block; }
#akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.375rem;left:20.25rem;height:1.225rem;font-style:normal;display:block; }
#onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:24.5rem;left:22.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:18.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:26.5625rem;left:20.125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:28.6875rem;left:19.125rem;display:block; }
#Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIb16blhVgGzRtNUopHHBif6V0V3HTQU { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:24.125rem;overflow:hidden;display:block; }
#DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:24.1875rem;overflow:hidden;display:block; }
#cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:29.25rem;left:24.5rem;overflow:hidden;display:block; }
#qFueK8S31CvRSSADaZD6spqF1U7iEa9x { position:absolute;display:block;z-index:15002;background-color:#2d2b58;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.1875rem;width:19.375rem;top:8.625rem;left:37.9375rem;display:block; }
#oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:11.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.6875rem;left:40.25rem;height:2.4488625rem;font-style:normal;display:block; }
#Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:block; }
#rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:11.5625rem;top:14.625rem;left:40.125rem;overflow:hidden;display:block; }
#ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:16.625rem;left:38.8125rem;overflow:hidden;display:block; }
#B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:18.375rem;left:38.8125rem;overflow:hidden;display:block; }
#uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:1.225rem;font-style:normal;display:block; }
#omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:3.5rem;top:19.9375rem;left:40.125rem;overflow:hidden;display:block; }
#FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:21.6875rem;left:38.875rem;overflow:hidden;display:block; }
#otXkphPC7aMdkZgOixnbe8WhQJpLos0E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:21.625rem;left:40.25rem;height:1.225rem;font-style:normal;display:block; }
#ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.5rem;left:43rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:51.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.5625rem;left:40.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.275rem;height:2.275rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:28.6875rem;left:39.4375rem;display:block; }
#VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:29.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:29.25rem;left:44.625rem;overflow:hidden;display:block; }
#feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.4;letter-spacing:0;top:34.9375rem;left:28rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:36.25rem;left:24.875rem;display:block; }
#TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:36.75rem;left:24.9375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:40rem;left:27.625rem;display:block; }
#IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8tmn53umbiTOSZOSONaot5r7axcQ9FB { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40.000005722046rem;left:27.562499046326rem;display:block; }
#mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:none; }
#hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:none; }
#D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2310xP1dkfVLOAsuRnR61X5gTlaovvu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.5rem;left:30.5rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { position:relative;display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { background-color: transparent; background-image: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row > .video-iframe-container { display: none; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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); }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { border-width: 0; border-radius: 0; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .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:35.875rem;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; }#w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.875rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.1875rem;width:73.75rem;top:8.75rem;left:0.5rem;display:block; }
#wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.1875rem;top:12.5rem;left:1.25rem;overflow:hidden;display:block; }
#RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.6875rem;top:13.125rem;left:9rem;overflow:hidden;display:block; }
#yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { 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.625rem;width:3.9375rem;top:12.9375rem;left:19.5rem;overflow:hidden;display:block; }
#mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4rem;top:12.75rem;left:25.3125rem;overflow:hidden;display:block; }
#KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:9.375rem;top:13.1875rem;left:30.4375rem;overflow:hidden;display:block; }
#ct05wyJFLGfUTvgoX0M4JympHofMyHHl { 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:1.1875rem;width:3.1875rem;top:13.1875rem;left:40.875rem;overflow:hidden;display:block; }
#rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:8.5rem;top:13.1875rem;left:45.75rem;overflow:hidden;display:block; }
#WheIHLSD05JwUVmVh25MmeIkK9iikJkB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:7.0625rem;top:13.3125rem;left:55.25rem;overflow:hidden;display:block; }
#b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.5rem;top:13.0625rem;left:63.625rem;overflow:hidden;display:block; }
#kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.5625rem;top:12.65625rem;left:68rem;overflow:hidden;display:block; }
#np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:18.3125rem;left:0.5625rem;display:block; }
#fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:0.5625rem;display:block; }
#ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.1875rem;top:20.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:19.875rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.875rem;top:26.3125rem;left:4.75rem;overflow:hidden;display:block; }
#eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { 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.0625rem;width:6.9375rem;top:26.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#czoECz81l20TtdV8boSFfsfsRuwRmLRi { 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.6875rem;width:1.6875rem;top:25.875rem;left:17.8125rem;overflow:hidden;display:block; }
#Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { position:absolute;display:block;z-index:15002;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:25.875rem;display:block; }
#A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1c122a);background-image: -moz-linear-gradient(180deg, #000000, #1c122a);background-image: -ms-linear-gradient(180deg, #000000, #1c122a);background-image: -o-linear-gradient(180deg, #000000, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #000000, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.3125rem;width:23.25rem;top:21.5625rem;left:25.875rem;display:block; }
#erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { 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.375rem;width:1.75rem;top:20.125rem;left:33.6875rem;overflow:hidden;display:block; }
#T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:19.875rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { 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.625rem;width:1.625rem;top:25.875rem;left:31.5rem;overflow:hidden;display:block; }
#IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.6875rem;left:34.75rem;overflow:hidden;display:block; }
#i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:25.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#M0SWdivLF3odMVdkgOCyy2oBydF91XfA { 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:1.5625rem;width:1.5625rem;top:25.6875rem;left:41.375rem;overflow:hidden;display:block; }
#NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { position:absolute;display:block;z-index:15004;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:51rem;display:block; }
#V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #1c122a);background-image: -moz-linear-gradient(180deg, #090813, #1c122a);background-image: -ms-linear-gradient(180deg, #090813, #1c122a);background-image: -o-linear-gradient(180deg, #090813, #1c122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#1c122a' );";background-image: linear-gradient(180deg, #090813, #1c122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.375rem;width:23.25rem;top:21.5rem;left:51rem;display:block; }
#KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.75rem;top:20.125rem;left:58.125rem;overflow:hidden;display:block; }
#eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.875rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#audgbylHkoaEs1i69QfVy7Ms1FpF9omq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:7.125rem;top:26.125rem;left:55.75rem;overflow:hidden;display:block; }
#F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:5.25rem;top:25.8125rem;left:64.5625rem;overflow:hidden;display:block; }
#x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:31.5625rem;left:28.84375rem;display:block; }
#cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:21.674999237061rem;left:10.75rem; }
#WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:21.674999237061rem;left:35.9375rem; }
#RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:21.674999237061rem;left:61.15625rem; }
#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,3,4,0.73);background-image:url("https://images.assets-landingi.com/uc/2aa32499-1919-4207-beb5-99382bee1516/bg_graf_blue.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { border-width: 0; border-radius: 0; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { background-color:#4e37d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.8125rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { 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.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:26.75rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JNquVfUp32s3wthZhnLJkcUvIizGAULz { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.3232421875rem;left:35.125rem;display:block; }
#OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#b2wvSrobeQGfCu62yScZMVVBs2taMqyV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.65625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { background-color: transparent; background-image: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .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); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { border-width: 0; border-radius: 0; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { background-color: transparent; background-image: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { display: none; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .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); }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { border-width: 0; border-radius: 0; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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-0),1);line-height:1.4;overflow:hidden;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .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://images.assets-landingi.com/uc/ba0570b6-9999-4e61-9618-d47894547070/Vector.svg");background-size:contain !important; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.adaptive-delivery-prevent-bg, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyload, #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-trigger.lazyloading { background-image: none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:-9.5367431640625E-7rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP { display:block;position:relative; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu { display:none; }
#aD028CbMz2frTA70poFgDV8CtUTK5Vws { position:relative;display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws { background-color: transparent; background-image: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container > .video-iframe-container { display: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row > .video-iframe-container { display: none; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .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); }#aD028CbMz2frTA70poFgDV8CtUTK5Vws { border-width: 0; border-radius: 0; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .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; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .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:2.5625rem;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; }#tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { color:#ffffff;display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:0.79332399368287rem;left:25.000000953674rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .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); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { background-color: transparent; background-image: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container > .video-iframe-container { display: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container { display: none; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .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); }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { border-width: 0; border-radius: 0; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4751586914062rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#QCyTVTPXrx5KTZX8bILVRTybard1dkfW { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.2999944686887rem;left:26.750000953674rem;overflow:hidden;display:block; }
#XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.3125rem;left:34.1875rem;overflow:hidden;display:block; }
#iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:9.1749944686887rem;left:37.737500190735rem;overflow:hidden;display:block; }
#FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#dcVuruhkupJZKy93gTeRGTAKilME1OMi { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.25rem;left:52.375rem;overflow:hidden;display:block; }
#udOMddRBxa33xnouy5wKs0hX75Ir2vxk { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.625rem;left:19.375rem;overflow:hidden;display:block; }
#pTIyep16CoyEDXTbQId068EAllf7LS1R { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.624994277954rem;left:22.987500190735rem;overflow:hidden;display:block; }
#am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.75rem;left:15.75rem;overflow:hidden;display:block; }
#FMroKXkG12zaTmbf9VsMamippBy2Z1dB { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.875rem;left:26.8125rem;overflow:hidden;display:block; }
#LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:12.625000476837rem;left:30.374999046326rem;overflow:hidden;display:block; }
#NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:12.875000476837rem;left:34.187499046326rem;overflow:hidden;display:block; }
#v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:12.593750476837rem;left:37.718752861023rem;overflow:hidden;display:block; }
#F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.812500476837rem;left:41.500002861023rem;overflow:hidden;display:block; }
#dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:12.812500476837rem;left:45.125002861023rem;overflow:hidden;display:block; }
#TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.906250476837rem;left:48.750002861023rem;overflow:hidden;display:block; }
#xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.75rem;left:52.312500953674rem;overflow:hidden;display:block; }
#PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:12.781250476837rem;left:55.937502861023rem;overflow:hidden;display:block; }
#roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:16.32954633078rem;left:15.721591828674rem;overflow:hidden;display:block; }
#FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.454546451569rem;left:19.500000953674rem;overflow:hidden;display:block; }
#UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:16.767046451569rem;left:23.468750953674rem;overflow:hidden;display:block; }
#LmpJN2sHa3grb33bptwISbDNsTp4BnTP { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:16.437500476837rem;left:26.718749046326rem;overflow:hidden;display:block; }
#NCLToepeT23NUTqyrKKBw6GXM4583y7n { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.562500476837rem;left:30.499999046326rem;overflow:hidden;display:block; }
#pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.500000476837rem;left:34.124999046326rem;overflow:hidden;display:block; }
#iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:16.500000476837rem;left:37.906252861023rem;overflow:hidden;display:block; }
#Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:16.392046451569rem;left:41.375002861023rem;overflow:hidden;display:block; }
#dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:16.375000476837rem;left:45.000002861023rem;overflow:hidden;display:block; }
#Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:16.392046451569rem;left:48.593752861023rem;overflow:hidden;display:block; }
#MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.250000476837rem;left:52.062502861023rem;overflow:hidden;display:block; }
#LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:16.250000476837rem;left:55.750002861023rem;overflow:hidden;display:block; }
#EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:20.017046451569rem;left:15.781250953674rem;overflow:hidden;display:block; }
#BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.204546451569rem;left:19.531250953674rem;overflow:hidden;display:block; }
#cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.142046451569rem;left:23.107245445251rem;overflow:hidden;display:block; }
#eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.204546451569rem;left:26.843749046326rem;overflow:hidden;display:block; }
#Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:38.545438766479rem;left:55.843752861023rem;overflow:hidden;display:block; }
#IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.079546451569rem;left:34.093749046326rem;overflow:hidden;display:block; }
#GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:38.250002861023rem;overflow:hidden;display:block; }
#KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:41.812502861023rem;overflow:hidden;display:block; }
#pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:45.312502861023rem;overflow:hidden;display:block; }
#C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:20.423296451569rem;left:48.968752861023rem;overflow:hidden;display:block; }
#En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.110796451569rem;left:52.312502861023rem;overflow:hidden;display:block; }
#CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:20.624989509583rem;left:56.437502861023rem;overflow:hidden;display:block; }
#ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:24.000000953674rem;left:19.687500953674rem;overflow:hidden;display:block; }
#zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.875000953674rem;left:23.281250953674rem;overflow:hidden;display:block; }
#PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:27.124999046326rem;overflow:hidden;display:block; }
#OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:24.281250953674rem;left:38.343752861023rem;overflow:hidden;display:block; }
#Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:24.093799591064rem;left:41.718750953674rem;overflow:hidden;display:block; }
#TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:24.343750953674rem;left:45.468752861023rem;overflow:hidden;display:block; }
#c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:23.937500953674rem;left:48.843752861023rem;overflow:hidden;display:block; }
#lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.875000953674rem;left:52.375002861023rem;overflow:hidden;display:block; }
#mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { position:absolute;display:block;z-index:15315;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.1875rem;top:24.343750953674rem;left:56.437502861023rem;overflow:hidden;display:block; }
#cgFpm28mLBLunWofU33yEnT7TzS0mxHK { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:27.875001907349rem;left:16.187500953674rem;overflow:hidden;display:block; }
#hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:27.781251907349rem;left:19.718750953674rem;overflow:hidden;display:block; }
#ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.565342782349rem;left:23.159091828674rem;overflow:hidden;display:block; }
#h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593751907349rem;left:26.843749046326rem;overflow:hidden;display:block; }
#NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { position:absolute;display:block;z-index:15498;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593751907349rem;left:30.468749046326rem;overflow:hidden;display:block; }
#AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:3.25rem;top:27.437501907349rem;left:34.062499046326rem;overflow:hidden;display:block; }
#lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { position:absolute;display:block;z-index:15329;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:27.468751907349rem;left:37.906252861023rem;overflow:hidden;display:block; }
#afuaDy4uiDru9PCByNmsth1hF5NV0FHU { position:absolute;display:block;z-index:15500;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:27.409092782349rem;left:41.284093736023rem;overflow:hidden;display:block; }
#TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { position:absolute;display:block;z-index:15499;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:3.375rem;top:27.437501907349rem;left:44.875002861023rem;overflow:hidden;display:block; }
#dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:27.875001907349rem;left:48.968752861023rem;overflow:hidden;display:block; }
#ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { position:absolute;display:block;z-index:15337;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.875rem;top:27.781251907349rem;left:52.437502861023rem;overflow:hidden;display:block; }
#zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { position:absolute;display:block;z-index:15490;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:31.312501907349rem;left:15.937500953674rem;overflow:hidden;display:block; }
#O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { position:absolute;display:block;z-index:15491;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.281251907349rem;left:19.468750953674rem;overflow:hidden;display:block; }
#WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { position:absolute;display:block;z-index:15492;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.281251907349rem;left:23.187500953674rem;overflow:hidden;display:block; }
#R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { position:absolute;display:block;z-index:15493;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:31.437501907349rem;left:26.999999046326rem;overflow:hidden;display:block; }
#wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { position:absolute;display:block;z-index:15494;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:31.375001907349rem;left:30.499999046326rem;overflow:hidden;display:block; }
#ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { position:absolute;display:block;z-index:15495;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:31.343751907349rem;left:34.156249046326rem;overflow:hidden;display:block; }
#lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { position:absolute;display:block;z-index:15496;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:31.437501907349rem;left:37.906252861023rem;overflow:hidden;display:block; }
#fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { position:absolute;display:block;z-index:15351;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:31.159091949463rem;left:41.468752861023rem;overflow:hidden;display:block; }
#tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { position:absolute;display:block;z-index:15345;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:3.375rem;top:31.187501907349rem;left:45.125002861023rem;overflow:hidden;display:block; }
#qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { position:absolute;display:block;z-index:15431;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:31.159091949463rem;left:48.562502861023rem;overflow:hidden;display:block; }
#K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { position:absolute;display:block;z-index:15363;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:31.312501907349rem;left:52.437502861023rem;overflow:hidden;display:block; }
#B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { position:absolute;display:block;z-index:15365;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:31.346591949463rem;left:56.062502861023rem;overflow:hidden;display:block; }
#nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { position:absolute;display:block;z-index:15367;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.000000953674rem;left:16.062500953674rem;overflow:hidden;display:block; }
#p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { position:absolute;display:block;z-index:15453;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:35.125000953674rem;left:19.687500953674rem;overflow:hidden;display:block; }
#oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { position:absolute;display:block;z-index:15371;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:35.000000953674rem;left:23.232954978943rem;overflow:hidden;display:block; }
#HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:block; }
#ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:34.968750953674rem;left:30.562499046326rem;overflow:hidden;display:block; }
#OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { position:absolute;display:block;z-index:15459;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:35.156250953674rem;left:34.437499046326rem;overflow:hidden;display:block; }
#zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.000000953674rem;left:38.031252861023rem;overflow:hidden;display:block; }
#rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { position:absolute;display:block;z-index:15379;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:35.218750953674rem;left:41.750002861023rem;overflow:hidden;display:block; }
#wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { position:absolute;display:block;z-index:15381;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:35.093750953674rem;left:45.250002861023rem;overflow:hidden;display:block; }
#vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { position:absolute;display:block;z-index:15467;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.75rem;top:35.062500953674rem;left:48.968752861023rem;overflow:hidden;display:block; }
#exO7NKv9t5McbmAQprm18STtDAnxUaN1 { position:absolute;display:block;z-index:15385;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.75rem;top:35.031250953674rem;left:52.500002861023rem;overflow:hidden;display:block; }
#m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { position:absolute;display:block;z-index:15387;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:35.156250953674rem;left:56.281252861023rem;overflow:hidden;display:block; }
#AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { position:absolute;display:block;z-index:15473;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:38.982955932618rem;left:16.250000953674rem;overflow:hidden;display:block; }
#KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { position:absolute;display:block;z-index:15391;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:38.795455932618rem;left:19.562500953674rem;overflow:hidden;display:block; }
#Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { position:absolute;display:block;z-index:15393;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.5rem;top:38.482955932618rem;left:23.044745445251rem;overflow:hidden;display:block; }
#X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:38.764205932618rem;left:26.843749046326rem;overflow:hidden;display:block; }
#J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { position:absolute;display:block;z-index:15397;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:38.670455932618rem;left:30.437499046326rem;overflow:hidden;display:block; }
#EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { position:absolute;display:block;z-index:15399;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:38.826705932618rem;left:34.281249046326rem;overflow:hidden;display:block; }
#gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { position:absolute;display:block;z-index:15401;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:38.826705932618rem;left:37.968752861023rem;overflow:hidden;display:block; }
#Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:2.8125rem;top:38.826705932618rem;left:41.656252861023rem;overflow:hidden;display:block; }
#IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { position:absolute;display:block;z-index:15405;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:38.701705932618rem;left:45.031252861023rem;overflow:hidden;display:block; }
#QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { position:absolute;display:block;z-index:15407;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:38.576705932618rem;left:48.625002861023rem;overflow:hidden;display:block; }
#pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { position:absolute;display:block;z-index:15409;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:38.795455932618rem;left:52.437502861023rem;overflow:hidden;display:block; }
#Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:42.357955932618rem;left:15.937500953674rem;overflow:hidden;display:block; }
#zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:42.451705932618rem;left:19.562500953674rem;overflow:hidden;display:block; }
#DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { position:absolute;display:block;z-index:15415;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:42.53125rem;left:23.343750953674rem;overflow:hidden;display:block; }
#BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { position:absolute;display:block;z-index:15417;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:42.576705932618rem;left:26.937499046326rem;overflow:hidden;display:block; }
#dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { position:absolute;display:block;z-index:15475;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:42.764205932618rem;left:45.500002861023rem;overflow:hidden;display:block; }
#XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { position:absolute;display:block;z-index:15481;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482972621917rem;left:45.437502861023rem;overflow:hidden;display:block; }
#alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:27.593750953674rem;left:56.000002861023rem;overflow:hidden;display:block; }
#Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:42.451705932618rem;left:37.812502861023rem;overflow:hidden;display:block; }
#HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:42.482955932618rem;left:41.406252861023rem;overflow:hidden;display:block; }
#AwulEQT5zNZrko399bHQNI7Slt12aRud { position:absolute;display:block;z-index:15482;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:49.093752861023rem;overflow:hidden;display:block; }
#NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { position:absolute;display:block;z-index:15483;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:52.750002861023rem;overflow:hidden;display:block; }
#vm09E4ItIumE08kgTMXfO3hK4ztKpghL { position:absolute;display:block;z-index:15484;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:42.701705932618rem;left:56.281252861023rem;overflow:hidden;display:block; }
#w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { position:absolute;display:block;z-index:15486;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:16.187500953674rem;overflow:hidden;display:block; }
#KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:19.875000953674rem;overflow:hidden;display:block; }
#lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:23.468750953674rem;overflow:hidden;display:block; }
#mmL04I9wcymiW7WHH8SxawX2LM3tls4T { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:27.124999046326rem;overflow:hidden;display:block; }
#I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:30.749999046326rem;overflow:hidden;display:block; }
#kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482955932618rem;left:34.732954978943rem;overflow:hidden;display:block; }
#mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.528409957886rem;left:38.250002861023rem;overflow:hidden;display:block; }
#Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:46.482972621917rem;left:41.812502861023rem;overflow:hidden;display:block; }
#TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:42.6875rem;left:30.6875rem;overflow:hidden;display:block; }
#i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:42.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { box-sizing:content-box;height:51.625rem;width:50.875rem;position:absolute;display:block;z-index:14981;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1860795021057rem;left:12.127131462097rem;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; }
#hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735790252686rem;left:62.624999046325rem; }
#XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6683235168457rem;left:62.437499046326rem;display:block; }
#mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619319915771rem;left:62.437499046326rem;display:block; }
#DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pP2sq0XebnxdSBdBxCQlToww6T4kum3D { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yihdTv6hTytpNSRILXCgeBHtOILlnd8e { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aerwlI6zBVMiraDTtppUoGvM3WKpB822 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UE7Tol7u6oNieuZwLKawzVXTl7qynODh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NCyegwOzboZsUyMDsLaBte7ELQynbGrE { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MiROMWdq16MInGN2SNU2FpO8VPCra2AL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tkwMueMJvCr2I6rSfhet5Maht47RJr2C { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W54vesf10nGiidghba1zFolTWseOhJR5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#my53iloSnW198qFdIOiko9neE60EEeUC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N07fTv77rKs504Oxt8Mm5HQJpHecfktI { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zTrCVIczry4t32mIpaOgreI7RmHXxOhl { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125001907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AnECQGiEqOuZqNSR4KihISr1NZJFU45w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812501907349rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.545455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mlveve6khbdNuBPrvTnzdU37PURu8PFt { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LddubOPZVRE5zSivS74JTTxmsILEcctC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:52.250002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.295455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q13VATei0XmbCVV6c33D88C65Nfu7QAq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xHXNKvbULtpc94OeUrVn34kt91MWJyeq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TZOUB04BlEPuZqypzBM3CypREaeMOvVV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:41.437502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:52.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.0625rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:55.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:52.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:48.656252861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.045455932618rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.795455932618rem;left:35.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:20.017046451569rem;left:30.343749046326rem;overflow:hidden;display:block; }
#Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { position:absolute;display:block;z-index:15510;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:47.25rem;left:48.9375rem;overflow:hidden;display:block; }
#Vu6556TqnofxFLEPuDr4euimLnMwVR1G { position:absolute;display:block;z-index:15511;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:47.25rem;left:52.5625rem;overflow:hidden;display:block; }
#E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { position:absolute;display:block;z-index:15512;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:47.264205932618rem;left:56.156252861023rem;overflow:hidden;display:block; }
#bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { position:absolute;display:block;z-index:15513;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:51.014205932618rem;left:36.062502861023rem;overflow:hidden;display:block; }
#G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { position:absolute;display:block;z-index:15373;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:3.3125rem;top:34.750000953674rem;left:26.718749046326rem;overflow:hidden;display:none; }
#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { background-color: transparent; background-image: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container > .video-iframe-container { display: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container { display: none; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .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); }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { border-width: 0; border-radius: 0; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.25rem;left:26.8125rem;overflow:hidden;display:block; }
#hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:9.1079826354981rem;left:52.295454978943rem;overflow:hidden;display:block; }
#PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.936819076538rem;left:26.874999046326rem;overflow:hidden;display:block; }
#AwqprTaEbavp8fv0sK22n2qdeKighaKn { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.625rem;left:19.375rem;overflow:hidden;display:block; }
#O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.937500238419rem;left:45.156252861023rem;overflow:hidden;display:block; }
#IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:16.249995470047rem;left:19.375000953674rem;overflow:hidden;display:block; }
#XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.437500238419rem;left:55.843752861023rem;overflow:hidden;display:block; }
#eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.169739723206rem;left:30.468749046326rem;overflow:hidden;display:block; }
#qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:20.232244968414rem;left:23.250000953674rem;overflow:hidden;display:block; }
#E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:20.124290466309rem;left:26.749999046326rem;overflow:hidden;display:block; }
#upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.12423992157rem;left:52.281252861023rem;overflow:hidden;display:block; }
#Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:20.06173992157rem;left:48.593752861023rem;overflow:hidden;display:block; }
#NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.232245445251rem;left:55.968752861023rem;overflow:hidden;display:block; }
#mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.187445640564rem;left:16.187500953674rem;overflow:hidden;display:block; }
#i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.842986106873rem;left:19.562500953674rem;overflow:hidden;display:block; }
#yoTMv5qUqpznPdCw87O387QuARFl7Qaf { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.936736106873rem;left:23.218750953674rem;overflow:hidden;display:block; }
#vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.780569076538rem;left:37.750002861023rem;overflow:hidden;display:block; }
#icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:19.99933052063rem;left:41.267045853943rem;overflow:hidden;display:block; }
#g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:23.8125rem;left:41.5rem;overflow:hidden;display:block; }
#b50CGL92kHkZiBitv2rcp57nPrOGOo7p { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.780529022217rem;left:48.826704978943rem;overflow:hidden;display:block; }
#OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:27.5625rem;left:15.9375rem;overflow:hidden;display:block; }
#N1QMTzku8o0FM5BPneixqiBqLmyePZAd { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:27.5rem;left:19.5rem;overflow:hidden;display:block; }
#vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.874324798584rem;left:52.232954978943rem;overflow:hidden;display:block; }
#IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:27.279813766479rem;left:23.170454978943rem;overflow:hidden;display:block; }
#JVFiircbx5a4tViaqcegGeIPZsT2qUAw { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:23.843041419983rem;left:55.937502861023rem;overflow:hidden;display:block; }
#t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:9.4375rem;left:34.500000953674rem;overflow:hidden;display:block; }
#LgBD4I4v878Ws6zzOi9irWJzleCsTELn { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#k2UoNvAMVhubE2IKhRgUeTS988vynAoE { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000238419rem;left:48.968752861023rem;overflow:hidden;display:block; }
#imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.811784029007rem;left:16.187500953674rem;overflow:hidden;display:block; }
#WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.812500953674rem;left:23.170454978943rem;overflow:hidden;display:block; }
#b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:13.250000238419rem;left:52.750002861023rem;overflow:hidden;display:block; }
#rTxspZbqD2pTzv15exfPeOLiF23hzpSi { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749295473099rem;left:23.468750953674rem;overflow:hidden;display:block; }
#XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:16.561784029007rem;left:26.937499046326rem;overflow:hidden;display:block; }
#t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.499289751053rem;left:48.718752861023rem;overflow:hidden;display:block; }
#JF71QRpB40A4w7RvyaHu2KVVoPTs069c { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749289751053rem;left:52.625002861023rem;overflow:hidden;display:block; }
#e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:13.218755722046rem;left:30.937499046326rem;overflow:hidden;display:block; }
#uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:13.031255722046rem;left:38.093752861023rem;overflow:hidden;display:block; }
#ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.75rem;top:20.32528591156rem;left:45.187502861023rem;overflow:hidden;display:block; }
#LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:16.561789751053rem;left:38.000002861023rem;overflow:hidden;display:block; }
#AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749319076538rem;left:41.812502861023rem;overflow:hidden;display:block; }
#JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:12.593750238419rem;left:41.295454978943rem;overflow:hidden;display:block; }
#z18lyRlE5DlHXNU14g6llPzZZdhEWWns { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.499289751053rem;left:30.499999046326rem;overflow:hidden;display:block; }
#wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:34.156249046326rem;overflow:hidden;display:block; }
#Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:16.544744729996rem;left:34.062499046326rem;overflow:hidden;display:block; }
#m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:20.204545974731rem;left:15.968750953674rem;overflow:hidden;display:block; }
#axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:20.235795974731rem;left:19.625000953674rem;overflow:hidden;display:block; }
#LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:26.843749046326rem;overflow:hidden;display:block; }
#LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.625rem;left:26.9375rem;overflow:hidden;display:block; }
#ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.6875rem;left:30.5rem;overflow:hidden;display:block; }
#cg10dxiU075WfmUBUiOmzVgDLbn8R841 { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#pt09WXLXaIHn0nw9kgJtmywktzm07KEm { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:45.375rem;overflow:hidden;display:block; }
#TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:49rem;overflow:hidden;display:block; }
#E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:52.8125rem;overflow:hidden;display:block; }
#hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.875rem;left:56.3125rem;overflow:hidden;display:block; }
#R1shmFIS5SObgub573wu2aWiMhVhr8EF { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.843750953674rem;left:38.187502861023rem;overflow:hidden;display:block; }
#vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.5rem;left:26.999999046326rem;overflow:hidden;display:block; }
#MGCmrL98Fy9stcXG0amfZods5scUUlyA { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.5rem;left:30.624999046326rem;overflow:hidden;display:block; }
#Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { box-sizing:content-box;height:34.0625rem;width:50.9375rem;position:absolute;display:block;z-index:14981;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1853713989258rem;left:12.127131462097rem;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; }
#L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735809326172rem;left:62.562499046325rem; }
#hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6683235168457rem;left:62.374999046326rem;display:block; }
#QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619338989258rem;left:62.374999046326rem;display:block; }
#hctpqAhQyFGhEk0G898diHggOx5rJZew { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tGcTTe8gLywp6zdyle73g7eti9yVu7FT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14983;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:19.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mCDEHR0XUs44P94t8ztWT25cbULBIhsd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sz73sCfQl6eL0o36FSk45moaIWMEpci0 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z8sPpPaXygDiTcSThEDezNwcpCizvrco { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ThQFmFutUpuNcf2A4mgJby81rugorKwq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aVsWkJAsHJuIw140bfuLPnffGfURLGWr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:45.062502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w5IbQhctxcciE2Tky4NHoGpofACUH4NL { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:41.437502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:37.812502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Niq92lJmRcPut2lRvxDzFio4kikd0yaW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:12.718750238419rem;left:55.812502861023rem;overflow:hidden;display:block; }
#hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { position:absolute;display:block;z-index:15510;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:32.3125rem;left:38.125002861023rem;overflow:hidden;display:block; }
#LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { position:absolute;display:block;z-index:15511;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:32.3125rem;left:41.750002861023rem;overflow:hidden;display:block; }
#QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { position:absolute;display:block;z-index:15512;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:32.3125rem;left:45.312502861023rem;overflow:hidden;display:block; }
#CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { position:absolute;display:block;z-index:15513;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:2.875rem;top:32.375rem;left:34.249999046326rem;overflow:hidden;display:block; }
#p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.280540466309rem;left:44.843752861023rem;overflow:hidden;display:block; }
#bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:23.6875rem;left:45rem;overflow:hidden;display:block; }
#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { background-color: transparent; background-image: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container > .video-iframe-container { display: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container { display: none; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .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); }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { border-width: 0; border-radius: 0; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:14980;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.125rem;left:15.875rem;overflow:hidden;display:block; }
#GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:9.5rem;left:23.4375rem;overflow:hidden;display:block; }
#GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.25rem;left:26.8125rem;overflow:hidden;display:block; }
#NfziBTdRbQZJRK660MN2vd99cnDdloVH { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:9.1079826354981rem;left:52.295454978943rem;overflow:hidden;display:block; }
#p2ua1dTGwacztAHNIRyHT31TxarJengh { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.25rem;left:41.5625rem;overflow:hidden;display:block; }
#pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { position:absolute;display:block;z-index:15508;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.3125rem;left:45.125rem;overflow:hidden;display:block; }
#h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:9.1875rem;left:48.5625rem;overflow:hidden;display:block; }
#TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.936819076538rem;left:26.874999046326rem;overflow:hidden;display:block; }
#iwimXu28FwrKTUA20xMQUoJ0tvesknum { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:9.25rem;left:56rem;overflow:hidden;display:block; }
#SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.6875rem;left:19.437500953674rem;overflow:hidden;display:block; }
#q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.937500238419rem;left:45.156252861023rem;overflow:hidden;display:block; }
#HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:16.249995470047rem;left:19.375000953674rem;overflow:hidden;display:block; }
#VxPzkhXTMfbqeslmoy54wRNdTh953X8y { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.437500238419rem;left:55.843752861023rem;overflow:hidden;display:block; }
#eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.169739723206rem;left:30.468749046326rem;overflow:hidden;display:block; }
#x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:20.232244968414rem;left:23.250000953674rem;overflow:hidden;display:block; }
#TovLArmEeIQcCPFKCd7SORqOLNRybzwl { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:20.124290466309rem;left:26.749999046326rem;overflow:hidden;display:block; }
#L4q07Q35CwFawKGaoxNZEVot5B0a59yV { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:20.12423992157rem;left:52.281252861023rem;overflow:hidden;display:block; }
#VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:20.06173992157rem;left:48.593752861023rem;overflow:hidden;display:block; }
#m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.232245445251rem;left:55.968752861023rem;overflow:hidden;display:block; }
#TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.187445640564rem;left:16.187500953674rem;overflow:hidden;display:block; }
#uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.842986106873rem;left:19.562500953674rem;overflow:hidden;display:block; }
#pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.936736106873rem;left:23.218750953674rem;overflow:hidden;display:block; }
#hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.780569076538rem;left:37.750002861023rem;overflow:hidden;display:block; }
#GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:19.99933052063rem;left:41.267045853943rem;overflow:hidden;display:block; }
#SfmTBisUNttpvA4yMoVV4tTO6pguauUo { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:23.8125rem;left:41.5rem;overflow:hidden;display:block; }
#TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.780529022217rem;left:48.826704978943rem;overflow:hidden;display:block; }
#XZzLi3KaeW56c6uAQHOHy968TehmmkKV { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:27.5625rem;left:15.9375rem;overflow:hidden;display:block; }
#EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:27.5rem;left:19.5rem;overflow:hidden;display:block; }
#JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.874324798584rem;left:52.232954978943rem;overflow:hidden;display:block; }
#zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:27.279813766479rem;left:23.170454978943rem;overflow:hidden;display:block; }
#lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:23.843041419983rem;left:55.937502861023rem;overflow:hidden;display:block; }
#doWF1LUUveUs1r0l5A89uABCiy2CMxpn { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:9.4375rem;left:34.437500953674rem;overflow:hidden;display:block; }
#mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { position:absolute;display:block;z-index:15281;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000953674rem;left:16.187500953674rem;overflow:hidden;display:block; }
#Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.125000238419rem;left:48.968752861023rem;overflow:hidden;display:block; }
#ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { position:absolute;display:block;z-index:15369;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.811784029007rem;left:16.187500953674rem;overflow:hidden;display:block; }
#GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.812500953674rem;left:23.170454978943rem;overflow:hidden;display:block; }
#TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:2.25rem;top:13.250000238419rem;left:52.750002861023rem;overflow:hidden;display:block; }
#Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { position:absolute;display:block;z-index:15375;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749295473099rem;left:23.468750953674rem;overflow:hidden;display:block; }
#WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:16.561784029007rem;left:26.937499046326rem;overflow:hidden;display:block; }
#VAkVMridAeWImqAgcygXo84fEvnxPVyF { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.499289751053rem;left:48.718752861023rem;overflow:hidden;display:block; }
#ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { position:absolute;display:block;z-index:15383;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749289751053rem;left:52.625002861023rem;overflow:hidden;display:block; }
#PNHkHkWM8oedv13V88HVqxApT9zuU6in { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:24.187500953674rem;left:30.749999046326rem;overflow:hidden;display:block; }
#GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:23.937500953674rem;left:34.124999046326rem;overflow:hidden;display:block; }
#SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { position:absolute;display:block;z-index:15389;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;top:13.218755722046rem;left:30.937499046326rem;overflow:hidden;display:block; }
#ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:13.031255722046rem;left:38.093752861023rem;overflow:hidden;display:block; }
#b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.75rem;top:20.32528591156rem;left:45.187502861023rem;overflow:hidden;display:block; }
#d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:16.561789751053rem;left:38.000002861023rem;overflow:hidden;display:block; }
#ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:16.749319076538rem;left:41.812502861023rem;overflow:hidden;display:block; }
#IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { position:absolute;display:block;z-index:15403;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:12.593750238419rem;left:41.295454978943rem;overflow:hidden;display:block; }
#KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.499289751053rem;left:30.499999046326rem;overflow:hidden;display:block; }
#TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:34.156249046326rem;overflow:hidden;display:block; }
#FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { position:absolute;display:block;z-index:15413;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.1875rem;top:16.544744729996rem;left:34.062499046326rem;overflow:hidden;display:block; }
#T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { position:absolute;display:block;z-index:15411;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:2.9375rem;top:20.204545974731rem;left:15.968750953674rem;overflow:hidden;display:block; }
#gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { position:absolute;display:block;z-index:15501;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:2.875rem;top:20.235795974731rem;left:19.625000953674rem;overflow:hidden;display:block; }
#cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:12.843755722046rem;left:26.843749046326rem;overflow:hidden;display:block; }
#aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { position:absolute;display:block;z-index:15502;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.625rem;left:26.9375rem;overflow:hidden;display:block; }
#TvbgcJ46u7pyzEVruaPsQrIbKri7orho { position:absolute;display:block;z-index:15503;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.6875rem;left:30.5rem;overflow:hidden;display:block; }
#PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { position:absolute;display:block;z-index:15504;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#HnnHEiOKI50htzTZsxlvETeI766phVbO { position:absolute;display:block;z-index:15100;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:45.375rem;overflow:hidden;display:block; }
#uWVXytc9pGQlwhylynSkkLalGIXvSmDN { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:49rem;overflow:hidden;display:block; }
#xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:52.8125rem;overflow:hidden;display:block; }
#qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.875rem;left:56.3125rem;overflow:hidden;display:block; }
#yVm344cBKZH02RnchwQqc9wqJosLXVbN { position:absolute;display:block;z-index:15105;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.843750953674rem;left:38.187502861023rem;overflow:hidden;display:block; }
#TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.4375rem;left:34.375rem;overflow:hidden;display:block; }
#TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.4375rem;left:38.0625rem;overflow:hidden;display:block; }
#TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { box-sizing:content-box;height:33rem;width:51.1875rem;position:absolute;display:block;z-index:14979;background-color:#1c1c2c;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.12);border-left:0.125rem solid rgba(255,255,255,0.12);border-right:0.125rem solid rgba(255,255,255,0.12);border-bottom:0.125rem solid rgba(255,255,255,0.12);top:3.1853637695312rem;left:12.127131462097rem;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; }
#weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15506;opacity:1;top:2.8735809326172rem;left:62.874999046325rem; }
#Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15505;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.668327331543rem;left:62.687499046325rem;display:block; }
#U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { box-sizing:content-box;height:1.375rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15507;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6619338989258rem;left:62.687499046325rem;display:block; }
#ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14982;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:15.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14984;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:26.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14987;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SukE78SGtESBX9LTeZ361BiUWvxLMblm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DbCB3SluXnslwysbAaXeUtT9MABgTKQc { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15063;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:44.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14990;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:48.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14991;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:23rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15056;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15057;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15058;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:48.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15061;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:33.999999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZMd1L12Tk74F1PTKtszCiqTODRyHPics { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000476837rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:45.000002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:37.750002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gpa3CucP1uemNPqagvK08TgnQzHheleV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:41.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:34.062499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.750001013279rem;left:23.045454978943rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437502384186rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#va6V8eKZJeBR2gLctunTrbevLr3wNekF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14994;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:26.687499046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:55.843752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:48.593752861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:41.375002861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:37.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yJTQVakTp9czPKeZ7NZuG42VRz12wouU { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:52.187502861023rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:45rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:30.374999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:23.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I8hbspObh4aGogBIwrT7vE43x0gTzshM { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14988;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14989;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UfqvVfqtWZOC6kp06hcyR02LGSob896g { position:absolute;display:block;z-index:15509;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:12.718750238419rem;left:55.812502861023rem;overflow:hidden;display:block; }
#Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.437501907349rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.280540466309rem;left:44.843752861023rem;overflow:hidden;display:block; }
#tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:23.6875rem;left:45rem;overflow:hidden;display:block; }
#prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15062;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.062501013279rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14985;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1079547405244rem;left:19.437500953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.687500238419rem;left:19.375000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14986;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.687500238419rem;left:15.750000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14992;background-color:rgba(78,55,213,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#0e1f82;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { top:0.86250001192094rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { top:0.61250001192093rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { width:17.0625rem;height:1.9375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { top:0.89375019073488rem;left:12.3125rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:6.8615036010744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { top:6.921875rem;left:1.9375001788139rem;width:19.125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { top:10.995738983154rem;left:1.9375001788139rem;width:18.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { top:12.214488983154rem;left:7.4062501788137rem;width:8.75rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { top:14.117899894714rem;left:1.9375001788139rem;width:19.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:13.995740890503rem;left:20.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 1199px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:15.4375rem;height:7rem;top:10.875001907349rem;left:22.562500178814rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:14.372161865234rem;left:20.674717128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:16.3125rem;height:8.25rem;top:10.312501907349rem;left:22.062500178814rem;z-index:15222;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { width:1.3125rem;height:1.3125rem;top:14.125001907349rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { width:1.125rem;height:1.375rem;top:16.062502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { top:16.180397033691rem;left:1.9375001788139rem;width:21.125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:10.375rem;height:3rem;top:20.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 1199px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { top:21.62144947052rem;left:12.857955157757rem;width:10.1875rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { width:25.25rem;height:14.1875rem;top:4.3125rem;left:22.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { width:15.875rem;height:4.1875rem;top:24.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GsoTxczbTcT0izgcT147iupfiR8Kul79 { width:9rem;height:1.3125rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lbybwaqJpcWFcd1K87TCR05irbT7PwFg { width:46.375rem;height:26rem;top:5.25rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#0e1f82;background-image:url("https://images.assets-landingi.com/uc/ffcaf0fe-0d7d-4290-9a8e-9208f94b7763/Hero3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:47.75rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { top:0.875rem;left:0rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { top:0.625rem;left:45.500001490116rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:7.4247169494631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { top:7.4843759536744rem;left:1.9375001788139rem;width:21.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { top:11.750000953674rem;left:1.9375001788139rem;width:19.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { top:12.964061737061rem;left:7.4062500596044rem;width:5.5rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:14.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { top:14.973721504211rem;left:1.9375001788139rem;width:19.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { width:1.3125rem;height:1.3125rem;top:15.000000953674rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:14.808239936829rem;left:20.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 1199px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:16.25rem;height:8.25rem;top:11.375000953674rem;left:22.125000178814rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 1199px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:15.4375rem;height:7rem;top:11.937500953674rem;left:22.625000178814rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 1199px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:15.226563453674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { width:1.125rem;height:1.375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { top:17.18039894104rem;left:1.9375001788139rem;width:21.8125rem;height:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:13.9375rem;height:3rem;top:21.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 1199px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { width:23.875rem;height:13.375rem;top:4.3125rem;left:23.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { width:16.375rem;height:4.3125rem;top:25.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hz280cCh17E0tyBrzZRxg5qTscxUlizs { width:17.0625rem;height:1.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { width:46.375rem;height:26rem;top:5.125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { width:20rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:47.75rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:47.5rem;height:10.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 1199px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 1199px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:47.75rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { top:2.46875rem;left:1.1875rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:47.5rem;height:13.1875rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:4rem;height:1.25rem;top:9.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 1199px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:4rem;height:1.25rem;top:9.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 1199px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:4rem;height:1.25rem;top:9.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 1199px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.9375rem;height:1.25rem;top:9.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 1199px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:12.375rem;left:14.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:12.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:12.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:12.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:12.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:12.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:12.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:12.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 1199px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:47.75rem;height:2.923825rem;top:17.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:17.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { top:2.46875rem;left:1.1875rem;width:43.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:47.5rem;height:19.0625rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 1199px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 1199px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:38.8125rem;height:0.89375rem;top:7.125rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:10.5625rem;height:0.89375rem;top:7.125rem;left:37.237499237061rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.25rem;height:1.3125rem;top:7rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 1199px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.75rem;height:3.75rem;top:10.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:5rem;height:5rem;top:9.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 1199px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.625rem;height:1.375rem;top:11.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:5rem;height:5rem;top:10.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 1199px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.625rem;height:1.375rem;top:11.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:5rem;height:5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 1199px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.5rem;height:2.75rem;top:11.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:5rem;height:5rem;top:10rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 1199px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:2.25rem;height:2.75rem;top:11.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:5rem;height:5rem;top:10rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 1199px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:10.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:5rem;height:5rem;top:9.9875011444094rem;left:39.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 1199px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:3.625rem;height:2.375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 1199px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:3.625rem;height:2.875rem;top:17.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:5rem;height:5rem;top:16.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 1199px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.875rem;height:2.875rem;top:17.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:5rem;height:5rem;top:16.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 1199px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:5rem;height:5rem;top:10rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:5rem;height:5rem;top:10rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:5rem;height:5rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:5rem;height:5rem;top:9.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:5rem;height:5rem;top:9.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:5rem;height:5rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:5rem;height:5rem;top:16.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:5rem;height:5rem;top:16.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:3.5rem;height:3.5rem;top:16.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:5rem;height:5rem;top:16.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 1199px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:5rem;height:5rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:3.6875rem;height:3.6875rem;top:16.84375rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:5rem;height:5rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 1199px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:16.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:3.3125rem;height:3.3125rem;top:17.03125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:16.1875rem;left:39.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 1199px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:19.925001144409rem;left:43.174999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:13.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.8125rem;top:13.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.8125rem;top:13.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:13.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:13.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:13.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:20rem;left:7.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:20rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:20rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:20rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:20rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:10.9375rem;height:2.3125rem;top:24.3125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 1199px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:10.5875rem;height:2.3375rem;top:24.25rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:27.5625rem;height:2rem;top:2.28125rem;left:10.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.6rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.546875rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.6rem;top:0.75rem;left:14.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.27415rem;top:3.5625rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { display:block; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { width:47.75rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { width:47.75rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ef38e464fb1c3a4537ee576491602d28 { width:21.8125rem;height:2.275rem;top:0.875rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { width:10.3125rem;height:1.125rem;top:1.4375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { width:8.625rem;height:2.275rem;top:0.875rem;left:35.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lc6a092537f2ad682f8d9d14b9c2b99b { width:11.8125rem;height:11.625rem;top:4.4375rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { width:4.75rem;height:1.8rem;top:5.3125rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { width:3.25rem;height:3rem;top:7.125rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { width:9.8125rem;height:1.5rem;top:9.5369319915769rem;left:8.9375001788137rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ma6b706b7706f9f6c4ced65b857f5182 { width:9.8125rem;height:0.9rem;top:11.4375rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { width:9.8125rem;height:0.9rem;top:12.3125rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { width:10.6875rem;height:2.0625rem;top:13.482954025269rem;left:8.8125001788137rem;font-size:0.75rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 1199px) { #c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block; }
 }@media only screen and (max-width: 1199px) { #G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { width:11.8125rem;height:10.1875rem;top:4.4375rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d862d9f7463793a22fcde56ea8f7d368 { width:11.8125rem;height:11.625rem;top:4.4375rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mc977074d772e79af43db76aeb84a8f9 { width:7.125rem;height:1.8rem;top:5.3125rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { width:3.125rem;height:3rem;top:7.1122150421144rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { width:5.5625rem;height:1.5rem;top:9.5625rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { width:9.8125rem;height:0.9rem;top:11.4375rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { width:9.8125rem;height:0.9rem;top:12.336647033691rem;left:34.375002086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #I76020982929823963a7e7af9973d055 { width:10.6875rem;height:2.0625rem;top:13.5rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0b67f32935a50870df96f2ec906c7ab { display:block; }
 }@media only screen and (max-width: 1199px) { #Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { width:10.8125rem;height:2.125rem;top:13.375004768372rem;left:21.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4b682bb12879aca3100aa0d340bbd84 { width:11.75rem;height:11.625rem;top:4.4375rem;left:33.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { width:6.875rem;height:1.8rem;top:5.3125rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { width:4.5rem;height:3rem;top:7.125rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { width:9.8125rem;height:1.5rem;top:9.4992904663088rem;left:34.375002086163rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { width:9.8125rem;height:0.825rem;top:11.4375rem;left:34.375002086163rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RVodVT2vi6GtJDFTckodxw4FozpGHFvs { width:9.8125rem;height:0.9rem;top:12.336647033691rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #L9d60cd2b2ce5218eed0ddfb3108d86b { width:10.6875rem;height:2.0625rem;top:13.5rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mc345c71b475cd391707d1c98d763782 { display:block; }
 }@media only screen and (max-width: 1199px) { #LbhqTUhXTkEuIErnXEu062TVTauW1PlW { width:10.75rem;height:2.125rem;top:13.482233047486rem;left:34.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbe4148f9a8022eccc90316fd4e5f74e { width:6.5rem;height:1.8rem;top:17.686790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { width:8.5625rem;height:2.1rem;top:16.182529449463rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { width:10.8125rem;height:0.975rem;top:18.1875rem;left:9.0625001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ed20f2b40e86976f0a72f3f7299f4475 { width:8.375rem;height:1.65rem;top:19.236505508423rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { width:8.5625rem;height:2.1rem;top:16.1875rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcdcb0de63bc2025fbe94b7593da4bcc { width:10.125rem;height:0.975rem;top:18.098012447357rem;left:21.843750178814rem;font-size:0.75rem;z-index:15250;display:block; }
 }@media only screen and (max-width: 1199px) { #O49a859b71eeee12f36eb878d549f41c { width:10.6875rem;height:1.65rem;top:19.25rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { width:8.5625rem;height:2.1rem;top:16.1875rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p20a397c0881a1b38ba9111499df9ce8 { width:9rem;height:0.975rem;top:18.159091949463rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2a2983090eef04d629452d0f68cf982 { width:8.0625rem;height:1.65rem;top:19.25rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #G0ce4033fd8d52696e158af98d8af6ec { width:46.125rem;height:3.4375rem;top:21.411933898926rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { width:4.9375rem;height:0.75rem;top:21.786933898926rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { width:5rem;height:0.5rem;top:22.9375rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { width:5rem;height:0.5rem;top:23.875rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { width:1.5625rem;height:1.5rem;top:22.161933898926rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { width:2.0625rem;height:0.75rem;top:25.170455932618rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { width:2.625rem;height:0.8125rem;top:26.3125rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { width:2.625rem;height:0.8125rem;top:26.3125rem;left:3.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { width:2.625rem;height:0.8125rem;top:27.4375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { width:2.625rem;height:0.8125rem;top:27.4375rem;left:3.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { width:2.1875rem;height:2.1rem;top:25.920455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { width:1.5625rem;height:1.5rem;top:25.920455932618rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viteWn9BmTaeVZCRWvkKVSDToWycKySr { width:1.5625rem;height:1.5rem;top:25.920455932618rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { width:4.9375rem;height:0.75rem;top:32.732246398926rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { width:8.125rem;height:1.5rem;top:30.120029449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { width:1.5625rem;height:1.5rem;top:29.651279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { width:2.1875rem;height:0.75rem;top:28.995029449463rem;left:0.62500005960463rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8tPLIWLM789pRefvEKOHI68k3hTSi0F { width:7.3125rem;height:1rem;top:33.795455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { width:1.5625rem;height:1.5rem;top:33.482246398926rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { width:9.5625rem;height:2.1rem;top:36.90767288208rem;left:9.5000001788137rem;font-size:1.75rem;z-index:15226;display:block; }
 }@media only screen and (max-width: 1199px) { #CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { width:8.5625rem;height:0.9rem;top:39rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { width:11.25rem;height:2.0625rem;top:41.018466949463rem;left:8.5312501788137rem;font-size:0.75rem;z-index:15247;display:block; }
 }@media only screen and (max-width: 1199px) { #TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block; }
 }@media only screen and (max-width: 1199px) { #c8ed66d8b7013fdf079da8a246d4a675 { width:8.0625rem;height:0.975rem;top:43.911224365234rem;left:10.125000178814rem;font-size:0.75rem;z-index:15251;display:block; }
 }@media only screen and (max-width: 1199px) { #e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { width:10.25rem;height:2.1rem;top:36.906959533691rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { width:8.5625rem;height:0.9rem;top:39.0078125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { width:11.25rem;height:2.0625rem;top:41.018466949463rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block; }
 }@media only screen and (max-width: 1199px) { #hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { width:11.25rem;height:2.3125rem;top:40.893466949463rem;left:21.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { width:8.0625rem;height:0.975rem;top:43.910511016846rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { width:9.9375rem;height:2.1rem;top:36.64204788208rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { width:8.5625rem;height:0.9rem;top:39rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { width:46.125rem;height:3.4375rem;top:28.682529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { width:12.5rem;height:2.0625rem;top:41.018466949463rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block; }
 }@media only screen and (max-width: 1199px) { #QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { width:12.4375rem;height:2.3125rem;top:40.893466949463rem;left:33.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { width:8.0625rem;height:0.975rem;top:43.910511016846rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { width:12.5625rem;height:41.9375rem;top:4.1242904663086rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6guST9MNJzgXxGSXrInRKeziihQaZGp { width:18.75rem;height:38.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Or0ins6Btwow534GuLDQLBMQiXPbU4pa { display:none; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { width:11.8125rem;height:11.625rem;top:6.3125rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { width:11.8125rem;height:11.625rem;top:6.3125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { width:11.75rem;height:11.625rem;top:6.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { width:9.8125rem;height:0.89985625rem;top:13.312500476837rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { width:7.125rem;height:1.79971875rem;top:7.1875002980231rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { width:10.125rem;height:0.97443125rem;top:20.036211967468rem;left:9.0937501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { width:10.6875rem;height:2.0625rem;top:15.375rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block; }
 }@media only screen and (max-width: 1199px) { #u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { width:10.6875rem;height:2.0625rem;top:15.375001430511rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block; }
 }@media only screen and (max-width: 1199px) { #XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { width:6.5rem;height:1.79971875rem;top:19.561790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uA04AdgP3diqm0oW5766z1TbraWqN2Cy { width:8.375rem;height:1.64915rem;top:21.111506462097rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { top:2.9808282852173rem;left:21.750000178814rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9KllgSchPGa62Gvw1JXzswbReF207k9 { top:2.5063920021057rem;left:33.812502086163rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GagVzah0O3Ax28pfTkrL8N9U9egevqlA { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { width:8.0625rem;height:0.97443125rem;top:45.786222457886rem;left:10.125000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { width:10.6875rem;height:1.64915rem;top:21.125rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { width:9rem;height:0.97443125rem;top:20.034791946411rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { width:8.0625rem;height:1.64915rem;top:21.125rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { width:9.8125rem;height:0.89985625rem;top:14.187500476837rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #E6vbzr8nlKVr356min22vLo2indu9fao { width:4.75rem;height:1.79971875rem;top:7.1875rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { width:3.25rem;height:3rem;top:9.0000009536744rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { width:9.8125rem;height:1.5rem;top:11.411932468414rem;left:8.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { width:3.125rem;height:3rem;top:8.9872158169744rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { width:5.5625rem;height:1.5rem;top:11.4375rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { width:9.8125rem;height:0.89985625rem;top:13.3125rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:34.375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { width:6.875rem;height:1.79971875rem;top:7.1875rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { width:4.5rem;height:3rem;top:9.0000001788137rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { width:9.8125rem;height:1.5rem;top:11.374289989471rem;left:34.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { width:9.8125rem;height:0.824575rem;top:13.3125rem;left:34.375rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { width:10.8125rem;height:0.97443125rem;top:20.034791946411rem;left:21.000000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { width:8.5625rem;height:2.09943125rem;top:18.057528853416rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDELfBy1J8HedTacqSHDDWKbNXACsWHI { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { width:4.9375rem;height:0.75rem;top:23.661931991577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { width:5rem;height:0.5rem;top:24.8125rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { width:5rem;height:0.5rem;top:25.75rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AedT0iubvBkaDTGguHZ8XSULo6RI8999 { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCToidaT2L4lXlzycTJ311xUPtQOr6cb { width:46.125rem;height:3.4375rem;top:30.557529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { width:2.0625rem;height:0.75rem;top:27.045455932618rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { width:2.625rem;height:0.8125rem;top:28.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { width:2.625rem;height:0.8125rem;top:28.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dec0T723aWT0J1adOFws4uA9wufKwkJS { width:2.625rem;height:0.8125rem;top:29.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMZWnrRSg08CBFdA2SVixl85bEncD916 { width:2.625rem;height:0.8125rem;top:29.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { width:2.1875rem;height:2.09943125rem;top:27.795455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { width:4.9375rem;height:0.75rem;top:34.607244491577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { width:10.375rem;height:2.0625rem;top:31.682529449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { width:9.5rem;height:1.375rem;top:35.420455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrfhK6Fh1G8808kBhMweo527k91tiwBM { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { width:9.5625rem;height:2.09943125rem;top:38.78267288208rem;left:9.5000001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4xvFydgiygHndRFTHx7yeOqQgJidpUx { width:10.25rem;height:2.09943125rem;top:38.78196144104rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT4CsluPZCU5WrfdykNr7Csa93czr31H { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:8.5312501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block; }
 }@media only screen and (max-width: 1199px) { #EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { width:9.9375rem;height:2.09943125rem;top:38.517045974731rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { width:8.5625rem;height:0.89985625rem;top:40.8828125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block; }
 }@media only screen and (max-width: 1199px) { #Nah2by6r9whxTcMJSANV4FREtWZFFgKq { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qf5faRTabqBtf8Thd91N837z2rxOM0EI { width:12.5rem;height:2.0625rem;top:42.893466472626rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block; }
 }@media only screen and (max-width: 1199px) { #wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { width:10.6875rem;height:2.0625rem;top:15.35795545578rem;left:8.8125001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block; }
 }@media only screen and (max-width: 1199px) { #TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { width:10.8125rem;height:2.1875rem;top:13.375004768372rem;left:21.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { width:10.8125rem;height:2.1875rem;top:13.375004768372rem;left:21.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { width:11.8125rem;height:10.1875rem;top:6.3125rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { display:none; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { width:47.75rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lCFCTRoK82purrN7pT23MicLA2r6pEWX { width:11.8125rem;height:11.625rem;top:6.3125rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { width:11.8125rem;height:11.625rem;top:6.3125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { width:11.75rem;height:11.625rem;top:6.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyG2NPCDViCI29X8RcF64JECazTCv4TV { width:9.8125rem;height:0.89985625rem;top:13.312500476837rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { width:7.125rem;height:1.79971875rem;top:7.1875002980231rem;left:21.437500178814rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { width:10.125rem;height:0.97443125rem;top:20.036211967468rem;left:9.0937501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { width:10.6875rem;height:2.0625rem;top:15.375rem;left:21.562500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block; }
 }@media only screen and (max-width: 1199px) { #zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { width:10.6875rem;height:2.0625rem;top:15.375001430511rem;left:34.343752086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHORr982OKGGedy8eudFRktf1420Ni5P { display:block; }
 }@media only screen and (max-width: 1199px) { #WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { width:6.5rem;height:1.79971875rem;top:19.561790466309rem;left:0.63920456171037rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { width:8.375rem;height:1.64915rem;top:21.111506462097rem;left:9.9687501788137rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { top:2.9808282852173rem;left:21.750000178814rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { top:2.5063920021057rem;left:33.812502086163rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { width:8.0625rem;height:0.97443125rem;top:45.786222457886rem;left:10.125000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #avF8QREpA0t7UTTdQwSuwJ58t94hTPik { width:10.6875rem;height:1.64915rem;top:21.125rem;left:21.562500178814rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { width:9rem;height:0.97443125rem;top:20.034791946411rem;left:35.187502086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGEbVBDWnfLis465RCeZfmKtTk5tecBx { width:8.0625rem;height:1.64915rem;top:21.125rem;left:35.656252086163rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { width:9.8125rem;height:0.89985625rem;top:14.187500476837rem;left:8.8579551577569rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #SWzVXNxLDHTAEblg34zfupIW861K7xT5 { width:4.75rem;height:1.79971875rem;top:7.1875rem;left:8.8750001788137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { width:3.25rem;height:3rem;top:9.0000009536744rem;left:8.6875001788137rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { width:9.8125rem;height:1.5rem;top:11.411932468414rem;left:8.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { width:3.125rem;height:3rem;top:8.9872158169744rem;left:21.375000178814rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { width:5.5625rem;height:1.5rem;top:11.4375rem;left:21.437500178814rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { width:9.8125rem;height:0.89985625rem;top:13.3125rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:34.375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { width:6.875rem;height:1.79971875rem;top:7.1875rem;left:34.343752086163rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { width:4.5rem;height:3rem;top:9.0000001788137rem;left:34.062502086163rem;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { width:9.8125rem;height:1.5rem;top:11.374289989471rem;left:34.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { width:9.8125rem;height:0.824575rem;top:13.3125rem;left:34.375rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { width:9.8125rem;height:0.89985625rem;top:14.211648464203rem;left:21.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { width:10.8125rem;height:0.97443125rem;top:20.034791946411rem;left:21.000000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { width:8.5625rem;height:2.09943125rem;top:18.057528853416rem;left:9.8750001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:22.625000178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { width:8.5625rem;height:2.09943125rem;top:18.0625rem;left:35.406252086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueaWnIqQczowumPOUxxbNPquh7cHswiG { width:4.9375rem;height:0.75rem;top:23.661931991577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { width:5rem;height:0.5rem;top:24.8125rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { width:5rem;height:0.5rem;top:25.75rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:9.8750001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { width:1.5625rem;height:1.5rem;top:24.036937713623rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { width:46.125rem;height:3.4375rem;top:30.557529449463rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { width:2.0625rem;height:0.75rem;top:27.045455932618rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { width:2.625rem;height:0.8125rem;top:28.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { width:2.625rem;height:0.8125rem;top:28.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { width:2.625rem;height:0.8125rem;top:29.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { width:2.625rem;height:0.8125rem;top:29.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { width:1.5625rem;height:1.5rem;top:27.795454025269rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErbuTmVwBBzoGnWXraR2d113EnQJB146 { width:2.1875rem;height:2.09943125rem;top:27.795455932618rem;left:13.062500178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { width:4.9375rem;height:0.75rem;top:34.607244491577rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { width:10.375rem;height:2.0625rem;top:31.682529449463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prAz33PceaNK93iPrpVsNUIfNxvXZEQK { width:9.5rem;height:1.375rem;top:35.420455932618rem;left:0.45170456171036rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { width:1.5625rem;height:1.5rem;top:31.526279449463rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:38.906252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:26.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { width:9.5625rem;height:2.09943125rem;top:38.78267288208rem;left:9.5000001788137rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { width:10.25rem;height:2.09943125rem;top:38.78196144104rem;left:21.781250178814rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:8.5312501788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block; }
 }@media only screen and (max-width: 1199px) { #qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { width:9.9375rem;height:2.09943125rem;top:38.517045974731rem;left:34.718752086163rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { width:8.5625rem;height:0.89985625rem;top:40.8828125rem;left:22.625000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyexkDUvspTSLnOlW4aGKvV9sagC5paV { width:8.5625rem;height:0.89985625rem;top:40.875rem;left:35.406252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { width:11.25rem;height:2.0625rem;top:42.893466472626rem;left:21.281250178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block; }
 }@media only screen and (max-width: 1199px) { #he5wW5FpRESQSNLL10206PFrVmnrNMU1 { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:22.875000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8kXuqn9thvptsGWteRiDdVsxROuvmtx { width:8.0625rem;height:0.97443125rem;top:45.785512924194rem;left:35.656252086163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { width:12.5rem;height:2.0625rem;top:42.893466472626rem;left:33.437502086163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block; }
 }@media only screen and (max-width: 1199px) { #fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { width:10.6875rem;height:2.0625rem;top:15.35795545578rem;left:8.8125001788137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block; }
 }@media only screen and (max-width: 1199px) { #W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { width:46.125rem;height:3.4375rem;top:23.286932945251rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 1199px) { #wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { width:1.5625rem;height:1.5rem;top:35.357244491577rem;left:13.375000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zC3qqpgrlFoO2QckIb0AJek4LX765TAX { width:2.1875rem;height:0.75rem;top:30.870029449463rem;left:0.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { width:15.75rem;height:2.3125rem;top:45.125rem;left:24.889204978943rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { width:15.75rem;height:2.3125rem;top:45.125rem;left:24.889204978943rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { width:11.8125rem;height:10.1875rem;top:6.3125rem;left:8.2500001788137rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o2c6NVecZrKfT0STrxuC322ISGb3TpXC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iTfUAszUTPshdDNobsEInaCWD7OIquTQ { width:47.75rem;height:1.4625rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block; }
 }@media only screen and (max-width: 1199px) { #EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { width:9.5625rem;height:2.275rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5fIFznTV196PtrvnaZh5tkunTlFLpqO { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block; }
 }@media only screen and (max-width: 1199px) { #Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0lHZodwthL4L7FwATO5aFcPqftPH2bt { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { width:9.6875rem;height:2.275rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { width:25.5625rem;height:16.1875rem;top:11.5rem;left:11.093750536442rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laSoWOsAbokHMoLpTJRXCgubByBbmG4l { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block; }
 }@media only screen and (max-width: 1199px) { #inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { width:8rem;height:2.4rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { width:9.3125rem;height:1.05rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { width:8.9375rem;height:2.4rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { width:5.5rem;height:1.05rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block; }
 }@media only screen and (max-width: 1199px) { #gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { width:21.25rem;height:1.05rem;top:22.312500953674rem;left:13.250000536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { width:28.5rem;height:27.9375rem;top:1.375rem;left:9.5625005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EQbRR1fb8PR3UybkwKZHTehdF1585821 { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block; }
 }@media only screen and (max-width: 1199px) { #lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block; }
 }@media only screen and (max-width: 1199px) { #VNqLARNugsLShRfT8QONbbvkPg9NZKLd { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { width:9.6875rem;height:2.27415rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQZXAbRWf74P47keh18OXfdIPpd2gq2L { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { width:25.5625rem;height:14.5rem;top:11.500000476837rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block; }
 }@media only screen and (max-width: 1199px) { #aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { width:8rem;height:2.39985625rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { width:9.3125rem;height:1.04971875rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { width:8.9375rem;height:2.39985625rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huv26t4ny3I0SoTiHV0iFCBurTriEqTG { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l7J4SuXT4wL36E9m96A82VVRQwrpxozi { width:5.5rem;height:1.04971875rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sossxwGg9so67GraupmFIHVac699vqWC { width:14.6875rem;height:0.875rem;top:17.750000476837rem;left:16.562500178814rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block; }
 }@media only screen and (max-width: 1199px) { #wLqesMEGyl86MAWFRJVA5priQTcsTJZi { width:21.25rem;height:1.04971875rem;top:22.562501430511rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { width:26.1875rem;height:2.92471875rem;top:2.1235795021057rem;left:10.514205157757rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { width:28.5rem;height:26.25rem;top:1.3750004768372rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln1UFql53rp8kUn1x02V84oTl7g9us7v { width:11rem;height:5.8125rem;top:5.7187366485596rem;left:12.343750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block; }
 }@media only screen and (max-width: 1199px) { #tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { width:20.125rem;height:6.125rem;top:11.1875rem;left:3.0625009536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.125000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { width:1.875rem;height:1.0625rem;top:9.4375002384187rem;left:13.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { width:1.25rem;height:1.25rem;top:9.3750002384187rem;left:15.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { width:1.8125rem;height:1.0625rem;top:9.4375002384187rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { width:2.25rem;height:1.125rem;top:9.3750002384187rem;left:19.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { width:11.0625rem;height:5.8125rem;top:5.7187366485596rem;left:24.250000178814rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { width:19.125rem;height:6.0625rem;top:11.1875rem;left:25.187502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { width:9.6875rem;height:2.27415rem;top:6.3125rem;left:24.750000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShDiTk5AEEv88aXSZSssRopotPi8aVgI { width:8.1875rem;height:1rem;top:9.5937503576281rem;left:25.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { width:1.375rem;height:0.625rem;top:9.7812503576281rem;left:26.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIubF9ad62VVl24BueWDVxgkFrC3sXXD { width:25.5625rem;height:14.5rem;top:11.500000476837rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { width:21.25rem;height:4.6875rem;top:12.875000476837rem;left:13.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { width:21.3125rem;height:4.625rem;top:12.937500476837rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block; }
 }@media only screen and (max-width: 1199px) { #ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { width:1.375rem;height:1.375rem;top:13.750000476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { width:0.875rem;height:0.875rem;top:14.125000476837rem;left:14.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { width:8rem;height:2.39985625rem;top:13.500000476837rem;left:16.500000178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { width:9.3125rem;height:1.04971875rem;top:15.562500476837rem;left:16.500000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { width:8.9375rem;height:2.39985625rem;top:13.437500476837rem;left:24.812500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { width:5.5rem;height:1.04971875rem;top:15.562500476837rem;left:28.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { width:14.6875rem;height:0.875rem;top:17.750000476837rem;left:16.562500178814rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { top:18.812500476837rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { width:20rem;height:3rem;top:18.812500476837rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block; }
 }@media only screen and (max-width: 1199px) { #GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { width:21.25rem;height:1.04971875rem;top:22.562501430511rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { width:1rem;height:1rem;top:0.99928188323975rem;left:37.625002086163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { width:1.25rem;height:1.25rem;top:0.87499189376831rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { width:26.25rem;height:2.92471875rem;top:2.1235795021057rem;left:10.750000178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { width:28.5rem;height:26.25rem;top:1.3750004768372rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:47.75rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 1199px) { #nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { width:47.75rem;height:1.4625rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:9.5625rem;height:2.275rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 1199px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:10.625rem;height:2.275rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:21.3125rem;height:4.5625rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 1199px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:8rem;height:2.4rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:9.3125rem;height:1.05rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:8.9375rem;height:2.4rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:21.1875rem;height:4.5625rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 1199px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:7.875rem;height:2.4rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:9.3125rem;height:1.05rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:2.4rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:0.9625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 1199px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:8rem;height:2.4rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:9.3125rem;height:0.9625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:8.9375rem;height:2.4rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.4375rem;height:0.9625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { width:21.125rem;height:4.5rem;top:29.21519947052rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block; }
 }@media only screen and (max-width: 1199px) { #ZSHtqv9y20suiP018d81OrPdhCJoeOea { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { width:8rem;height:2.4rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { width:9.3125rem;height:0.9625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { width:8.9375rem;height:2.4rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { width:9.4375rem;height:0.9625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 1199px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { width:21.25rem;height:1.05rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4m7E7Otma51donEPI58lbgTkoxroaiM { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FibAgTkENbe3AByQbeHoQro3FxxevJ1x { display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { width:47.75rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block; }
 }@media only screen and (max-width: 1199px) { #FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block; }
 }@media only screen and (max-width: 1199px) { #A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { width:10.625rem;height:2.27415rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXD38mezCboraObnkmiUCih3sJqC3WOV { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfmMseZeTwqib8px68x01Ur24qtKZUas { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { width:21.25rem;height:4.5625rem;top:12.25rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block; }
 }@media only screen and (max-width: 1199px) { #dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { width:8rem;height:2.39985625rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { width:9.3125rem;height:1.04971875rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { width:8.9375rem;height:2.39985625rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { width:21.25rem;height:4.5625rem;top:17.8125rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block; }
 }@media only screen and (max-width: 1199px) { #MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { width:8rem;height:2.39985625rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { width:9.3125rem;height:1.04971875rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { width:8.9375rem;height:2.39985625rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { width:9.375rem;height:0.96235625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block; }
 }@media only screen and (max-width: 1199px) { #vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { width:8rem;height:2.39985625rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { width:9.3125rem;height:0.96235625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { width:8.9375rem;height:2.39985625rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoE3zox7g17OSz4ApaPsOkKtohJscknJ { width:9.4375rem;height:0.96235625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block; }
 }@media only screen and (max-width: 1199px) { #FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { width:26.9375rem;height:2.92471875rem;top:2.125rem;left:10.406250178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { width:21.13636875rem;height:4.57315rem;top:29.182528495789rem;left:13.306108653546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block; }
 }@media only screen and (max-width: 1199px) { #svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { width:8rem;height:2.39985625rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { width:9.3125rem;height:0.96235625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { width:8.9375rem;height:2.39985625rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { width:9.4375rem;height:0.96235625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { width:21.25rem;height:1.04971875rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { width:47.75rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { width:11.25rem;height:6.125rem;top:5.5625rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block; }
 }@media only screen and (max-width: 1199px) { #WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { width:19.125rem;height:6.0625rem;top:11.1875rem;left:4.1562509536743rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { width:11.1875rem;height:5.875rem;top:5.6875rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { width:9.5625rem;height:2.27415rem;top:6.3125rem;left:13.062500178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { width:1.875rem;height:1.0625rem;top:9.5rem;left:13.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { width:1.25rem;height:1.25rem;top:9.5rem;left:15.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { width:1.8125rem;height:1.0625rem;top:9.5rem;left:17.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { width:2.25rem;height:1.125rem;top:9.4375rem;left:19.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { width:11.1875rem;height:5.875rem;top:5.6875rem;left:24.187500178814rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { width:11.125rem;height:5.8125rem;top:5.75rem;left:24.281250178814rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block; }
 }@media only screen and (max-width: 1199px) { #dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { width:20.125rem;height:6.125rem;top:11.1875rem;left:24.812502861023rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { width:10.625rem;height:2.27415rem;top:6.3125rem;left:24.500000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { width:8.1875rem;height:1rem;top:9.59375rem;left:25.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { width:1.375rem;height:0.625rem;top:9.78125rem;left:27.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { width:25.5625rem;height:30.1875rem;top:11.5rem;left:11.093750178814rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { width:21.25rem;height:4.6875rem;top:12.25rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { width:21.25rem;height:4.5625rem;top:12.25rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block; }
 }@media only screen and (max-width: 1199px) { #bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { width:1.375rem;height:1.375rem;top:13.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { width:0.875rem;height:0.875rem;top:13.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TekQev2o856CTKqluZKAydHny25QkrTv { width:8rem;height:2.39985625rem;top:12.875rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8FTc0FbooNiWps1VC7yeSKcoClsHevq { width:9.3125rem;height:1.04971875rem;top:14.9375rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { width:8.9375rem;height:2.39985625rem;top:12.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { width:21.25rem;height:4.6875rem;top:17.8125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { width:21.25rem;height:4.5625rem;top:17.8125rem;left:13.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block; }
 }@media only screen and (max-width: 1199px) { #yk8EcEAGme0uInf3ht9for6FLD3tsmPM { width:1.375rem;height:1.375rem;top:19.011363983154rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { width:0.875rem;height:0.875rem;top:19.386363983154rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPMiRnePoa85OurWqg4f4k6lUcne2tbc { width:8rem;height:2.39985625rem;top:18.625rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { width:9.3125rem;height:1.04971875rem;top:20.6875rem;left:16.562500178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { width:8.9375rem;height:2.39985625rem;top:18.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kka6WQw5cXkMz5yN6mPgukIThbFHitgs { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { width:9.375rem;height:0.96235625rem;top:20.698863983154rem;left:24.125000178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { width:21.25rem;height:4.6875rem;top:23.5rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { width:21.25rem;height:4.6875rem;top:23.4375rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block; }
 }@media only screen and (max-width: 1199px) { #p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { width:1.375rem;height:1.375rem;top:24.4375rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { width:0.875rem;height:0.875rem;top:24.8125rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { width:8rem;height:2.39985625rem;top:24.125rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { width:9.3125rem;height:0.96235625rem;top:26.3125rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { width:8.9375rem;height:2.39985625rem;top:23.875rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { width:9.4375rem;height:0.96235625rem;top:26.3125rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { width:20rem;height:3rem;top:35rem;left:13.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block; }
 }@media only screen and (max-width: 1199px) { #aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { top:35rem;left:13.875000178814rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { width:28.5rem;height:41.9375rem;top:1.375rem;left:9.5625001788137rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { width:1.25rem;height:1.25rem;top:0.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { width:1rem;height:1rem;top:1rem;left:37.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcMRmSvntICUfB130GZBtmsv0WMhyT9I { width:27.75rem;height:2.92471875rem;top:2.1249895095825rem;left:10.000000178814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { width:21.13636875rem;height:4.57315rem;top:29.182528495789rem;left:13.306108653546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block; }
 }@media only screen and (max-width: 1199px) { #dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { width:21.25rem;height:4.6875rem;top:29.125rem;left:13.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { width:8rem;height:2.39985625rem;top:29.75rem;left:16.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { width:9.3125rem;height:0.96235625rem;top:32rem;left:16.562500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { width:0.875rem;height:0.875rem;top:30.5rem;left:14.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { width:1.375rem;height:1.375rem;top:30.125rem;left:13.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { width:8.9375rem;height:2.39985625rem;top:29.625rem;left:24.562500178814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { width:9.4375rem;height:0.96235625rem;top:32rem;left:24.062500178814rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { width:21.25rem;height:1.04971875rem;top:38.686791419983rem;left:13.250000178814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt { display:block; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ecQKTyIeRZK4pAVURponIm4zNBApg3wh { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqJwPsoWVBeu2qd1kKpQqoF3kTgSuEmc { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubeVgopeMIXULfqOv8T90RBwXW3oonVs { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AA4uIhc96ki83GBlkq0eLcxCCiM37UfE { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQIA8ULCUxkE1heGToIddcwuXgqwrlha { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5D2F6FGThugnSBN3vB2Hh9fmr7tsNAn { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0maIs1Quxk9QsKlD1OTLQTwR32PyELk { width:2.9375rem;height:2.9375rem;top:6.7840919494631rem;left:24.284092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNws8Z4TPhC7GHtXbysB5evqTcUaBiZ1 { width:3.25rem;height:3.25rem;top:6.534090875rem;left:27.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZalyaAPS5ZWDHKaVo4voXUydGS3EaaO { width:2.75rem;height:2.75rem;top:7rem;left:32.062502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sma0MIhL1mJn4IGREeszxFkCbMGxATcS { width:3.3125rem;height:3.3125rem;top:6.4375rem;left:35.471590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKK0LVQZ7uaQ1QJ9GxG4qRalMSso4afK { width:3.1875rem;height:3.1875rem;top:6.625rem;left:39.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EAMNfWlmAl8DwtlwkOTyA1UzlotSIAtu { width:3rem;height:3rem;top:6.75rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFWLctAZbUTu8MCMbraS7CqULz2HRau8 { width:4rem;height:4rem;top:21.6875rem;left:42.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoTwx2wto4XgWy0SZtUiA4TFLH1JmdbB { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqNfcSbNxfncICtSDofQJhDGtwoW647V { width:3.5rem;height:3.5rem;top:25.687501192093rem;left:12.593750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0sidV8GlPQpr25mvBpS00elJVZGmHZT { width:3.0625rem;height:3.0625rem;top:10.5625rem;left:12.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8fXFso5uzwa3WDt1BMckxRpxnOTTugf { width:3.75rem;height:3.75rem;top:10.25rem;left:16.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co78I6I7nzF6lySdhdDyLRkZO8vawfiC { width:3.4375rem;height:3.4375rem;top:10.346590875rem;left:20.096591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmsBFFlNm1dKdtbcab76dxeJWkmgdHUB { width:3.5rem;height:3.5rem;top:10.284090875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xU54gnl4rEbTyzUBwxULlgHQl2D0tL2s { width:3.375rem;height:3.375rem;top:10.346590875rem;left:27.846591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2wSJGqOc6zm3WN7y8lSe7ycHGmyVKSI { width:3rem;height:3rem;top:10.6875rem;left:31.937502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q277tNaZ0yObhkRTEFdZJExv6alpDEqG { width:3.125rem;height:3.125rem;top:10.534090875rem;left:35.659092961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tl8JCOOP6U0moq2IK7JfIskmJBsI677K { width:3.1875rem;height:3.1875rem;top:10.5rem;left:39.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JufK1T3E5Ge7CeUZhowLMKPOQMzVPXN4 { width:3.25rem;height:3.25rem;top:10.4375rem;left:43.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uk40kZWU1Chm5h0Io7k1TTrbOr8MzNZi { width:2.5rem;height:2.5rem;top:26.312501192093rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lslVeSQ5JVvcfJGgJVlWUGOl4TsoshgU { width:3.625rem;height:3.625rem;top:14.062500953674rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g20ekCM6t36cgTusNQ7xJIRLJa4y4aB4 { width:2.875rem;height:2.875rem;top:14.500000953674rem;left:5.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdUaW2LoLneNA2HTfq766QHTOPiIybkT { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtmpAJVkrfKKHDHcTvfP0ytxKPLT4bfE { width:3.125rem;height:3.125rem;top:14.375000953674rem;left:12.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwGoH6k6tye5imqDPdQuL926rBRRnsaT { width:3.1875rem;height:3.1875rem;top:14.218750953674rem;left:16.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFnBsX3IkxoQ4TZUttxrPThECg6sCpXK { width:3.1875rem;height:3.1875rem;top:14.250000953674rem;left:20.281250178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Crxsfp7VZFAk8NDKZMl4rB88NH8InuSm { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:24rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #TnfwNIlM1ZgzKOBKIrZ661sHlew20uec { width:3.75rem;height:3.75rem;top:14.000000953674rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIqFsVXdKL5avOTTxIR0vKK6mrBLVORh { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJBwhRq5UkekNbpcOvv60xlNZ3nSTFh3 { width:3.5rem;height:3.5rem;top:14.062500953674rem;left:35.440340220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvR5QCTHHP3O1NrJ9r1hUHcSVeSb40G8 { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:39.468752086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3cxTCJZHsxlLbxQnCr6r8FdSEee9zRW { width:3.25rem;height:3.25rem;top:14.281250953674rem;left:43.221592961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWiFCntOXNTqBQUdZKXDXpWmJT7BN6cL { width:3.0625rem;height:3.0625rem;top:26.031251192093rem;left:5.1250001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBIAfCyHomlXT7oSxpiJSC39KukFvhc3 { width:3.1875rem;height:3.1875rem;top:18.062500238419rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNCtZyZ2Jvkb3Mc0AudwJSuFMImSobIA { width:3.3125rem;height:3.3125rem;top:18.000000238419rem;left:5.0312501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1arRHPRdvX0VrAfQbGNB0W8l9dncAkK { width:3.75rem;height:3.75rem;top:17.875000238419rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcKTJlp7n0SAoINAcvNaIHFGVe1ByHVu { width:3.5625rem;height:3.5625rem;top:18.170455217361rem;left:12.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zo9pRIlTUt1nmSzzy0z643WQSZ1IXJus { top:18.295455217361rem;left:16.343750178814rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nM91m6WovZTZDuM5fclpLGK3wL2TXpQr { top:18.000000238419rem;left:20.187500178814rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTmby0pedfLIKoTc40zxzu2QMfnOFlTv { top:18.357955217361rem;left:24.346592128277rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sT4G0LRWszi7bRZJsRXB7XqmM24mssEW { top:18.343750238419rem;left:28.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URoRLgaL7HUehVWnQ3xKSl6oAk7MioQ1 { top:18.156250238419rem;left:31.875002086162rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUnGUTVG7IFaDTIVcARLZycF4iDZoEvF { top:18.500001192093rem;left:36.034090220928rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSTtIRE1xM0Tiz3tndvSAQtSVMaQAC76 { top:18.250000238419rem;left:39.687502086163rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcLmTqH1eVGB4cazd7SxTA6wWtw8lrJ2 { top:18.170455217361rem;left:43.406252086163rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iW40GBKzo52ruNNcHLEb0IxFzWxeLD8b { top:25.937501192093rem;left:8.8437501788137rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhxeWh6pIiklbRTn3dGnOLlJQ0tUT0kX { top:22.500001192093rem;left:1.6562501788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzJTD2GCMgx2oR5WLaAL27lsUCOEsnPt { top:22.375001192093rem;left:5.3125001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4pLN1D9RJlKhTHE32WdaklFDSu5fyxc { top:22.156251192093rem;left:8.9375001788137rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odHomlBrl9um16EprJO6uTHMrHw36b98 { top:22.437501192093rem;left:13.000000178814rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KoOHx6JhD1OeiQgGAzrSbqfAcp17ypug { top:22.311787843704rem;left:16.562500178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PR1qcIOFTQlyMiOFytqzraExX2lkTrNn { top:22.312501192093rem;left:20.500000178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZwTrtveAOoecTE0k3XRtlDGJ6Lw2I71 { top:22.125001192093rem;left:24.190342128277rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TB5ef61laQ9dvwZTEOipL3bmayFphgDm { top:22.125001192093rem;left:28.062500178814rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZ3ckaysJeTT6VBpIuXi6MwSbg6VlAgn { top:22.312501192093rem;left:32.062502086163rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLVb7WgChKhGq7ckgi1ro4b4bq3g6urZ { top:22.156251192093rem;left:35.909090220928rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPus4HrS4Wy4e1h3NJUJTx2pKeTylUVH { top:26.312501192093rem;left:42.750002086163rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vU6pPQWIXuqZGS2wRzUPnOhu3ucqWa4b { top:29.623578310013rem;left:43.281252086163rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UwcyCOBkgemWn1PePqpkdCw65WVqxaVG { top:29.499290466309rem;left:1.0000000596046rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwB5REWLbKBeDwzyF9ERJcwzZJpH8GDx { top:29.686080932618rem;left:4.8437501788139rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iUZnPDiDMPgXxck1uND3a6hVQRTes6wx { top:29.75rem;left:16.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWSOFCQv8y6eI8fNqB2T7dz3vVS0ISO6 { top:29.625rem;left:20.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkGSL9bhUtgxz6SKfSkToWWW1aIpOqFO { top:30.09233212471rem;left:9.2812501788137rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4enXwrdfaOHzff7te82GXc3bAMaRps9 { top:29.998580932618rem;left:12.812500178814rem;width:2.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XU8iBD9N4uaqIh3xk3KOw05LvZT1XWfJ { top:29.75rem;left:27.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMIxOyhxnglhk6FzbZtfu6tGkI04VTXL { top:29.717330932618rem;left:31.812502086162rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1sSsQX6DK2zUKetB9Un67B6EsQz1VVF { top:30rem;left:35.8125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gib2ub1EMzhAzqGxHA5PTeSs4zAsn8dc { top:30rem;left:39.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKusTvbXpGeHGMwX6viseKUG7ScEIhw6 { top:29.9375rem;left:24.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #if19c595qIAmRZ0XS0mdO6wyCJyGIM8T { top:33.920454025269rem;left:1.3437501788139rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPOvTCREt84wkGbr3ZTF8T8AX8THPLtG { top:33.951704025269rem;left:5.1562501788139rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsWRbgrCPb6JW58ah7ytfvBk6AiLVT3T { top:25.750001907349rem;left:39.221590220928rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZcfo0xwBJgnXveZdGlhqVElQFGDvqHL { top:33.795454025269rem;left:12.968750178814rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr5L6tTqK8uKmn2lDQV0mhNZ6LCrM7ws { top:33.764204025269rem;left:16.531250178814rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFycPwfy24ea9IhaMfmPxQpDpklgs2oX { top:33.920454025269rem;left:20.562500178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b242Kse3tItlKiGFeya1pXBmnxZ5V6Ii { top:37.904832363129rem;left:43.562502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNkSJoxoCZmfeH78ZGKRk30zHxovzuuB { top:10.686791419983rem;left:8.9687501788137rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #egAAEM9veqi4IrAbsbMaZAJyCZsNFOTx { top:33.857954025269rem;left:31.937502086162rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMbd27PcTli18PHleJ33T7WFvoWCcoWZ { top:33.982954025269rem;left:35.815340220928rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCIKaZTfnwoooaruetw5Pf55VO4lkXqi { top:33.701704025269rem;left:39.500002086163rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTm0CsZCZWcHQdFATrqTLe6oTdTLI1uh { top:22.061080574989rem;left:39.656252086163rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N34zZREveT30WcMQIHwUFWNCohHa66pR { top:26.156251549721rem;left:20.656250178814rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1o8atK20Ne8psFbum1QdRxOUuHdq3S8 { top:37.74929189682rem;left:1.3437501788139rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lb43JWBSmkhxCObtkzbOTGvin0Kd92XH { top:37.75rem;left:28.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8cmGdtsSJ84l1nNd4oGrIdnbIFJkXMU { top:37.75rem;left:32rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTko0PITiOyoV67xDvsWAtcVM0X43nIP { top:33.763494491577rem;left:28.031250178814rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbqwdC0mTsTVA6vOgRvEchgAcuFeSG7X { top:33.888494491577rem;left:24.284092128277rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIISf6TO07U94ei5iy3fm78gRcnVt2TW { top:33.982954025269rem;left:43.625002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTRadecVVkBMSQVWIzG1iNV5D3kDuW6x { top:38.029830932618rem;left:12.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSqp4bAGSN3GMHNTg4J9k9dgnamKByJJ { top:41.482246398926rem;left:1.3437500596046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PuUn9Bwmu1lBvW1UTm1xXPcKxPUvW6Vy { top:37.625rem;left:16.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWTcgDMif4JgKAsMV5Sn7s7Ow20wxuPy { top:37.5625rem;left:20.5rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzeaHQTbdl5AZIRdCTacDvCLLUIu8SP4 { top:37.625rem;left:24.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuO7TuwmNC9CtGGAJfGOEOoUxUTomgxs { top:33.687499642372rem;left:9.0312501788137rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmqwEuqF3QqsLtZ05BJS3lGPLCQignuU { top:26.250001192093rem;left:24.440342128277rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezbq8qvkv31bk1snTUtfFcDAzCqq2BN3 { top:37.811079025269rem;left:5.1250001788139rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hu3Jid4Apv42aqRJg7gmvVcuiiqC783v { top:37.873579025269rem;left:8.9687501788137rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTbitD3JNzbU9mPrqQ19rIFsVTG6KEDs { top:37.686080932618rem;left:39.562502086163rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsDetfV7gPish88nUKzTCeuMPFm4eikT { top:37.842330932618rem;left:35.815340220928rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZpROgHtMGr8elc7TZOK0I6dkrc8Vo0q { top:10.562500238419rem;left:5.0000001788139rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ax8x7TZG6WwXVemRa5INaXqwNCKWmzGW { top:41.450994491577rem;left:20.281250178814rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1X26yFp8oJIfs0AAxCDznaGu9ZivzSh { top:41.732244491577rem;left:5.2500001788139rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnFOqpek8oDsDb65DB6SIuaMBTAEtZh3 { top:41.544744491577rem;left:8.9375001788137rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBiPmZlx9JWwRKeD7om8V4HrQ4Eq8VwP { top:41.857244491577rem;left:28.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7pT4NNPG5Nk55pWvruUnF6Ftt4dclWc { top:41.857244491577rem;left:32.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbuHqZlaz1vadCLWvFaR9SI4F7SKz8fT { top:26.062501192093rem;left:27.937500178814rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRZhiIzXZONPLnagwNBbsTyBCflc7CfT { width:3.1875rem;height:3.1875rem;top:41.513494491577rem;left:16.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oa9CsgTM9ycvmpfFUA56JTInuQhdb5Uc { width:3.0625rem;height:3.0625rem;top:41.607244491577rem;left:12.732955157757rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdQpHJPGroaWHkt123GFJNFa6nMmr9ZZ { top:41.857244491577rem;left:36.002840220928rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BP5Btboke83Ti4aJnmKJD1saPdFSskNB { top:41.9375rem;left:39.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlWQlZS7U8s7HqWkGIhwGuhlTvESLair { top:41.875rem;left:43.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kugx1Bnogz9UIIOFHfN7PIrc5kXa7AZx { top:45.732246398926rem;left:1.5937501788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXhfGN8mCtQoEvDCQpTwVTBT9os96TEM { width:2.5rem;height:2.5rem;top:45.794034957886rem;left:5.5454546809196rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlFudblozurvJ6Vz7auZHQkkWLSxaRRR { width:2.5rem;height:2.5rem;top:45.731534957886rem;left:9.1562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCTAgoz4MMxKOkp2FX5VBrC4iTKZUAHJ { width:2.5rem;height:2.5rem;top:45.731534957886rem;left:13.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPe1X2qy7xDLkgafuZ2XMCTi8WBcmbaS { width:2.5rem;height:2.5rem;top:45.731534957886rem;left:16.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSExykRmvfoyrgPKppoRntGlEOUfnAQB { width:2.5rem;height:2.5rem;top:45.731534957886rem;left:20.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwKvGTxo0fSCTHfBSiHTSRSTgi8sXTVJ { width:2.5rem;height:2.5rem;top:45.776990890503rem;left:24.377842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLBo0ZskZTGLs0iltVwoTXRaPdiqas4F { width:2.5rem;height:2.5rem;top:41.857244491577rem;left:24.502842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uItxTWftQ8FKHx6IeOT0RZ4OFQ2SmCZo { width:2.9375rem;height:2.9375rem;top:26.125001192093rem;left:31.937502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAgIXPgu4z0ut95xeqKfNnJiGGeHKwmX { width:2.6875rem;height:2.6875rem;top:26.187501192093rem;left:35.815340220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6c2eRESavMrKX428n5iRD2crK7r5T76 { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvGb0unFfRv8NXN81FkvZdPctJ7Agy8V { width:3.625rem;height:3.625rem;top:25.750001192093rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZHUq1nA6mzQceGalwmwBw31JlT7Qntr { width:2.6875rem;height:0.875rem;top:46.544034957886rem;left:28.156250178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwfSUcQu0n9Hp6Jfq2kB3OFtUsREdXqu { width:2.6875rem;height:0.875rem;top:46.544034957886rem;left:32.093752086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSwzTZsl7Fp3x8ERagoLUeF3P607l8ou { width:2.6875rem;height:0.875rem;top:46.544034957886rem;left:35.846590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqQ5XxbXCHZOoZDVZSVkhReCymhKgX1p { width:2.6875rem;height:0.875rem;top:46.544034957886rem;left:39.687502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c28f997PIGl4hHBwkT0W4dZyKTERDRUa { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hldCmxm8ZVX1seUIJpg73w68QH8cSkZa { width:47.75rem;height:44.8125rem;top:5.5681762695312rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #OvViN9uQFgetP6yWNRvc0W59b5lOVXWW { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoEA7zg6pLuzy6PtGsC9SHEymBvU09vD { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKlPdkKbilitK2RCLEzskB38kfT17cfZ { width:3.5rem;height:3.5rem;top:45.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niu0R0EgKCZexZp0ibF9qpvWuoTSKes5 { width:3.5rem;height:3.5rem;top:45.232955932618rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MN2kn5ChOoEdvD6g0EX4r4DnhuXuf6AF { width:3.5rem;height:3.5rem;top:41.375rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiSfcxy1KZNG9km634mB61qdMaTAMOgg { width:3.5rem;height:3.5rem;top:41.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5MCPXAZFVTTOBx6CiMh4t4kLFbnfQi0 { width:3.5rem;height:3.5rem;top:10.311791419983rem;left:8.7187501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #enXJyPf2c8KS1bnyAf3NnkAPAPPlDppi { width:3.5rem;height:3.5rem;top:37.5rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tS7wxr07ozCvhaqkLXTrcwPq4lAKf61S { width:3.5rem;height:3.5rem;top:37.5rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCGCmFy5RwwUXed1tnNm52anpynnxreR { width:3.5rem;height:3.5rem;top:33.5625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0x1BdicIS2IapqTU0T7BDeJdRxDyKzM { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQtano2wsC56qqpx3XEdezkoimxOFaua { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tetpAukeoqZqINgKyXeneHmDiCB0PpXg { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okwZ5U0lKce9tEyPd6TlQBVuOs4878c0 { width:3.5rem;height:3.5rem;top:45.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZUxTZyiZgVev0k5EQp7tFaVG9mb5GXI { width:3.5rem;height:3.5rem;top:41.375rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nkiJWvA2DsmvRCbM7Nl97pGKotzBGB7A { width:3.5rem;height:3.5rem;top:41.375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0WVDGBFoxgoPRXitQFqDc8PJbGZheFC { width:3.5rem;height:3.5rem;top:41.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vm73FpO9zWktzf7CzuPXDL1oTPB6T6px { width:3.5rem;height:3.5rem;top:41.357957839966rem;left:1.1562500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mz2g5p1Az51mAbZWzaJk9tUxf3fZS9S7 { width:3.5rem;height:3.5rem;top:37.5rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veMvhQVst4UTZUewJSI3K43vUoN6pLBT { width:3.5rem;height:3.5rem;top:37.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vn0W79Qw4pCXaQLlTKSJ8NU4NJbArwGM { width:3.5rem;height:3.5rem;top:33.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxTlBTIL3XWKefROGeb6uaDd1X37MvJI { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpITRIOH6cv6687iTnRptzvRuk8xfW6f { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POxuGgWslP8gCGTTESsnnJdZhO3G2Nzi { width:3.5rem;height:3.5rem;top:45.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUVC6RhymOVFzyP5DFzNfEih0Ta3mbw2 { width:3.5rem;height:3.5rem;top:45.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #admfhuofBzlUlRziDVXduIVDsdTBPK3L { width:3.5rem;height:3.5rem;top:41.375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFEkACTiK9KWrJ7TS2qTfS8BT7dMycmw { width:3.5rem;height:3.5rem;top:41.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJ3OXBDGfiwtSNDzaHJXX6DZZpJf6eNJ { width:3.5rem;height:3.5rem;top:41.375rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyQzT4Sp27qm5xkzUUbf9JeNcb3sb65n { width:3.5rem;height:3.5rem;top:37.499290466309rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSwq0hf9P65q41NHrDFkyFg0VVv1RB2B { width:3.5rem;height:3.5rem;top:37.5rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwAtP5g5m4B2mcsimCHTchTJ4FKVg6Ip { width:3.5rem;height:3.5rem;top:37.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEXTiaS5RZzHhwfEWGkiJrPLwW56lZEN { width:3.5rem;height:3.5rem;top:33.5625rem;left:20.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7XQylyXgJpyXHy5t0aDLRDUTE7O57Cy { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfOM0UW4ltMe4xfraPhNeH5TEp8yDU5a { width:3.5rem;height:3.5rem;top:29.732955932618rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsO4yfkSTksuqggvs0uMlo1Hwr92VuV9 { width:3.5rem;height:3.5rem;top:25.8125rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZeODTPIQvBtcesmQTNDWGCIqKvO8D1N { width:3.5rem;height:3.5rem;top:45.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQ9Nel6HtflsnmGtSMzgOUa2nOJlnsRT { width:3.5rem;height:3.5rem;top:41.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eE8VAnTtzQvaNB1lb1Mnfq97PTWSNqkT { width:3.5rem;height:3.5rem;top:41.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzfgkq4GvNEfZGMnGun6zSBAGyqzfUpU { width:3.5rem;height:3.5rem;top:41.375rem;left:4.9375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZJ1g7ICQWU6WprG5mCEoT3wGo5CM7TO { width:3.5rem;height:3.5rem;top:37.499290466309rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0biwAVRE0e0ikTXoDMr0l4cltB3svI0 { width:3.5rem;height:3.5rem;top:37.5rem;left:20.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nT3giKE6IJQdkPmOamKRk7UF3FTFiGTS { width:3.5rem;height:3.5rem;top:33.5625rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3Dc0fltZFUU7qGXflyGTDh6EzziWCOf { width:3.5rem;height:3.5rem;top:33.5596575737rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ns9rU3mrofQq9p8xDqsEztze09blps7D { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIhyTaQBLrQWxkl83sRqDvwhiu2N72tF { width:3.5rem;height:3.5rem;top:25.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGRHH5Ggw7up1T8rJUDWB0140U5K56s1 { width:3.5rem;height:3.5rem;top:25.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeeldksdI2K40WWxxZLycm31xK2w6Lva { width:3.5rem;height:3.5rem;top:25.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gunym6N2n4xdCVfSuBn1pJTScrZCT0xE { width:3.5rem;height:3.5rem;top:37.5rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vB6S6SyOKBuQcWNTNN3ccOU609ZQanec { width:3.5rem;height:3.5rem;top:37.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsxxdNxtSQQbrZH7tg1xAtokqyhg4k6r { width:3.5rem;height:3.5rem;top:33.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUpxnuXQUfql3qaNndNogu72aJ3MHyQm { width:3.5rem;height:3.5rem;top:33.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQ4C90u90fTEOT83uec63RByPEqiMeVk { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwUAeAOTvdPQTuX1pKfKUJx02b7bEuNL { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtvPZAZSzu0bEUGRxCmspeSfOpTqQK7p { width:3.5rem;height:3.5rem;top:25.8125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUQBZVGuDaWsgT5yC7SVn44pPx03zkNE { width:3.5rem;height:3.5rem;top:25.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJs1bvQhAah6tPAMxqGTIQPcmUw67BNW { width:3.5rem;height:3.5rem;top:21.875rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJxqcA6CxtNFRqXaDV3bbZ16qO4rKDrr { width:3.5rem;height:3.5rem;top:21.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxgf31iupJMDg6dax9zVMQycduxMIwtc { width:3.5rem;height:3.5rem;top:18rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLb7MO1RGhVHT4RCiByQCLOvHa0qMC0o { width:3.5rem;height:3.5rem;top:17.982956886291rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siFZq0ACxidDTTtlrSLW7PsNigEnkblS { width:3.5rem;height:3.5rem;top:37.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7nkVv9W6XXKPxTDEHSEXsUNWX5JXL11 { width:3.5rem;height:3.5rem;top:33.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErlPAqDS7TriGsAgFJNAuedXxfW4UyUp { width:3.5rem;height:3.5rem;top:33.561076641083rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArBEdmFl9UseSXai4f0Pe05qUMmlKo8p { width:3.5rem;height:3.5rem;top:33.561789989471rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eObAZNIl8Wsgwa2Fw3s8KS20wa2cLN8G { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI7qTl1aC6HiZI0KFcWXPfTCdpJ1xCJ9 { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iI1DbhewRoAfPOsrDgik6NDLUB8xkTeR { width:3.5rem;height:3.5rem;top:25.8125rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvChRRPVP0Q2LdbaCE5rJazsnmRUXLep { width:3.5rem;height:3.5rem;top:25.8125rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCVrWe5iAJfHn8O5RO5sg1kTI8Wd7Oab { width:3.5rem;height:3.5rem;top:21.875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtxplkrrPd3qBSEQTKmNZ265AKXMxJlm { width:3.5rem;height:3.5rem;top:21.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiMoEJ8uG4xtDOWKrRTWrTyqhr00UIL6 { width:3.5rem;height:3.5rem;top:21.875rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ib4TwlSfl5xZuzxCLHTfqTqywoptH9nF { width:3.5rem;height:3.5rem;top:18rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtV1A8XQFbNSXBS6uEi72X5dcT56VOao { width:3.5rem;height:3.5rem;top:33.5625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6BlLu4bFyyq79AoWKk0RbkuTprlfpod { width:3.5rem;height:3.5rem;top:33.562499523163rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWUHTNDULbiw0t1c0z0sRxAu04MObJao { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggITBQyZxsnC4bUywb0iR3R9FpABUuck { width:3.5rem;height:3.5rem;top:29.732955217361rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPQaP79vKoLexUQR6W429PboUnH91Ixk { width:3.5rem;height:3.5rem;top:25.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwlAdOoNuqdlRiQtLWt5nLTVGKr88thF { width:3.5rem;height:3.5rem;top:25.8125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9vLBTVQhg4Hb1RKFTh4nfd6C7DQV7Fp { width:3.5rem;height:3.5rem;top:25.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bINk29ugk9Cy4geEyzRt10VADfKVthHv { width:3.5rem;height:3.5rem;top:21.875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5CNnex9pCCKhKgH2MEI6VUihl6MFlf6 { width:3.5rem;height:3.5rem;top:21.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbguP1v9M31BFstbeKtcmQy9vymJ9OQ0 { width:3.5rem;height:3.5rem;top:21.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rS9AD0Wuq3a6nS7DgiTBB7g1qDTxPEEG { width:3.5rem;height:3.5rem;top:18rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOkXd8miO0qKfUQTsoifPF7cUb11gueo { width:3.5rem;height:3.5rem;top:18rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAatcGq0qUwkWMtG9PFOr23bUfi0LTOQ { width:3.5rem;height:3.5rem;top:25.812501192093rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXoBD86HGJ4nU7n009TEkitPAwe6TbXv { width:3.5rem;height:3.5rem;top:21.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1Oq5a8Z8Paks0cX6F1fyd1hfbwv1KIe { width:3.5rem;height:3.5rem;top:21.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4Tg3VHAnhsXIMXl7PugZCZ9iEq4fEoN { width:3.5rem;height:3.5rem;top:21.875001192093rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P1fb7DugZJ8Z7ZN7K9JU60QAzzfiMTA3 { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSLvGci4xPITzvu6Uei7mcDnmlmWKMwd { width:3.5rem;height:3.5rem;top:18rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7TQhA7kRMXFhPJRaJNdzHxcDspVTRCH { width:3.5rem;height:3.5rem;top:14.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfD5xJvrkH8WOsk0SJN5IZgDqP0kZxmt { width:3.5rem;height:3.5rem;top:14.1875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcbgpundmA3E881F75bhuEDx5eIL9Mnn { width:3.5rem;height:3.5rem;top:14.1875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Asb3qP0OPd1ruDfTnLp21pCFrpvZvoLl { width:3.5rem;height:3.5rem;top:10.3125rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFS9QDIrmUam097FA8f3dqwR5FlXXOR8 { width:3.5rem;height:3.5rem;top:10.3125rem;left:27.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L23vdTtMXKQtKkAFHRdr6AdPF3MUTfK2 { width:3.5rem;height:3.5rem;top:10.3125rem;left:12.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKNfQl3TVUvM5GXfkGf1KFXnk6lTTZM7 { width:3.5rem;height:3.5rem;top:21.875rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7oTHV2bfoLN2sW1M7SdWaoWEZILgcdT { width:3.5rem;height:3.5rem;top:18rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1kK0VQ6CwrtUvQvz21ohLUm7r2mmPR5 { width:3.5rem;height:3.5rem;top:18rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNTMZ63JTVGvAEPXyiMTzmmDT5yPZVJg { width:3.5rem;height:3.5rem;top:14.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkFdUamVJKt0zd2FulTtzSvrF1TLZFL6 { width:3.5rem;height:3.5rem;top:14.1875rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOZ32vgfUx8zVGNw0lbf2HXFH7bEaa21 { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REwqOOMlJNGbu0kirzI0QaQMJl2pdIm4 { width:3.5rem;height:3.5rem;top:10.3125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXTZnwJt90ei2INf96XXIqSDaVhV6rtV { width:3.5rem;height:3.5rem;top:10.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLKtiLK89c92XdfArh0BfvEriPFHQruX { width:3.5rem;height:3.5rem;top:10.3125rem;left:4.8750001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sr3dXvWzTN3fs9J9oUsdypPLM98Io521 { width:3.5rem;height:3.5rem;top:6.5rem;left:35.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4muCa1chGoprmDoqyEE3cyJ17I5CK49 { width:3.5rem;height:3.5rem;top:6.5rem;left:23.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wk9tDGoqffi864ZfZgzHdaSbiPZWiOVC { width:3.5rem;height:3.5rem;top:6.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWaQFtX7hp50Si987AQIUmWduTFnPuaU { width:3.5rem;height:3.5rem;top:18rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdD8Ly5aEo97mXlveHTE0pHpsKpaKqbs { width:3.5rem;height:3.5rem;top:18.000001907349rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9T8dsr7a44pcNK6Ll9rBHgmyL6XayDo { width:3.5rem;height:3.5rem;top:14.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gn1KPoWISsRUrrn2SxMaAN5mMFJhIg0N { width:3.5rem;height:3.5rem;top:14.1875rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNzQSdvXsgGZCiNpKtIPhH1bT8wdCAR3 { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFrTAsBgVduC02sEyhT4FZHCFyl2ZrxP { width:3.5rem;height:3.5rem;top:10.3125rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grRte9godlqn9QQL5KVOCRPMCgvOaQTe { width:3.5rem;height:3.5rem;top:10.3125rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBZcZwmNu9wo6FKyedWHOvDTFQurR4Nx { width:3.5rem;height:3.5rem;top:10.3125rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiGZebV6ABhkm9nBrzWfdgi6bVPDeuLf { width:3.5rem;height:3.5rem;top:6.5rem;left:31.625002086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFP0EQhRnnK50KETNnE86K4vRD7HeprZ { width:3.5rem;height:3.5rem;top:6.5rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0Tzl0UcSGs1Avl4xnEB8b3SwopzBMTR { width:3.5rem;height:3.5rem;top:6.4999990463256rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkKFgwQLNXKT2MHyR6VzTn4Ne4bUKvPZ { width:3.5rem;height:3.5rem;top:6.4999990463256rem;left:4.8750001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nR0tLTPvDytTlrrQdIGIIeqFveyDuFfR { width:3.5rem;height:3.5rem;top:18.000001907349rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJqdCCsON0im80TVzx4GEr9lEMZObFg3 { width:3.5rem;height:3.5rem;top:14.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtQhTEl6eHBMNSnpQN7vTEBJCTqzxsnI { width:3.5rem;height:3.5rem;top:14.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PoqZoohwDAiG3meQHPTkduPWRsBwOApJ { width:3.5rem;height:3.5rem;top:14.107954978943rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8UJU2uA6Q8ueIcoloiqd8bfgOTZ3Ksp { width:3.5rem;height:3.5rem;top:10.3125rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfT0ymiVEoB3aaTVlWIIXgfEbyknOycT { width:3.5rem;height:3.5rem;top:10.3125rem;left:16.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v82rOeGZEPLpzlfooWVbMg9mh8Nmm1B3 { width:3.5rem;height:3.5rem;top:6.5rem;left:39.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2HqSepaMO7KWHE7BLPhIOSIyq4ksySJ { width:3.5rem;height:3.5rem;top:6.5rem;left:27.795456111431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6TkgTRJcPWLHi88rXHaJaaIThh5VZBV { width:3.5rem;height:3.5rem;top:6.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x2VCU289zdowpPc5sZkLn4Gz3XpGwKq7 { width:3.5rem;height:3.5rem;top:6.5000009536744rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGBiqQ4owcDCSIqIbyROfEXXvZPEzaTU { width:3.5rem;height:3.5rem;top:6.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwlHce1DTXkgHkKLEcXhGGRxsTxm81xQ { width:47.75rem;height:4.5rem;top:1.0681819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P31MGG9RANbNC35v8EwGEd4lt1qghn28 { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfMr2B9sCo17FTWBvyx5CwdGC6Iviy9a { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr7taR7vyRtzuLyLBg7K81lT0TME0xqF { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FC0kKdQ76CVhkXNfkDPksUeIp2bGTDdi { width:10.375rem;height:3rem;top:51.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ak1sTytflHn5SEt2hcCACU3CV6lNCkNR { display:block; }
 }@media only screen and (max-width: 1199px) { #BtLJIoOKtIPL4D5KsHaDMO776Xrlumkx { width:11.6875rem;height:2.9375rem;top:51.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8uA9HKOF1aFlh083NZLlCfGppbJ7Pzo { display:block; }
 }@media only screen and (max-width: 1199px) { #alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW { display:block; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container { width:47.75rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OwAVrXCU4CibgrTFOJ2VnRcC6cJGoGnF { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMo2Ig0vWH8Qk58rp0CayZp1K8Uydada { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrI5yV6L4g6siVbSMJ0sepUFTDHyA0RZ { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZgHXZwHC4hGAUpsmZiggmJZyOIfLkxb { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9ErfODHH6WWDzJfSwadWfM325imqLtA { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zk6ln4eQciPAGGabPlDhfnBHAmO7rp5R { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hzs9fgkqITA1l0LrJ7xa69gkt0HU6nB3 { width:2.9375rem;height:2.9375rem;top:6.7840919494631rem;left:24.284092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHzmUv34Calk2mZlcB0aWF0yRspCMbcf { width:3.25rem;height:3.25rem;top:6.534090875rem;left:27.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viOIlQCgAPm5MJdesBQBZcGKvfGrdfzf { width:2.75rem;height:2.75rem;top:7rem;left:32.062502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJBkaWz1y4LKS7G54WMf2RXwkVZsTkiq { width:3.3125rem;height:3.3125rem;top:6.4375rem;left:35.471590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATxmKPPQuc5qHTPeiWL9DzLkkRnTalSR { width:3.1875rem;height:3.1875rem;top:6.625rem;left:39.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Db9xxrG2tTLEfGXtPnsh1xyEnk6i0HBV { width:3rem;height:3rem;top:6.75rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #US3r77SytvlKMdAICWKT9k5tJOPG8Wif { width:4rem;height:4rem;top:21.6875rem;left:42.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNvVSSu8rZg122ryH3mmAiZkxhrFUwOc { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SooR37oB2FH6Mr7pdd6Sd1cWiPOmWKoE { width:3.5rem;height:3.5rem;top:25.687501192093rem;left:12.593750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnX8f7XkdDIu4qPL3OZD3t1POw3bW78a { width:3.75rem;height:3.75rem;top:10.25rem;left:16.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dql9dzAvbfhTrq7WeGglLFeovFA1sHtV { width:3.4375rem;height:3.4375rem;top:10.346590875rem;left:20.096591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C75Ih8kzc3zJo3NMKkegIe4l34C1J1tD { width:3.375rem;height:3.375rem;top:10.346590875rem;left:27.846591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xw36O2aegKNcu78bZtdVLgzC9gKDkdge { width:3rem;height:3rem;top:10.5rem;left:31.937502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gwu8ROZi1AUUB4PXaLT2l8zpuPdaZVke { width:3.125rem;height:3.125rem;top:10.534090875rem;left:35.659092961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMZiulN9l7yJJL6HvS7HhmRDsm3LmlSa { width:3.1875rem;height:3.1875rem;top:10.5rem;left:39.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWWTqWDkfeVEw7MdSlvUHkTwrVNzBXaM { width:3.25rem;height:3.25rem;top:10.4375rem;left:43.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRznnptk9AL3S1u9evAG597BQxHxTzyT { width:2.5rem;height:2.5rem;top:26.3125rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #no145HUNsd5n4dm80RkxoClVoex0yJpu { width:3.625rem;height:3.625rem;top:14.062500953674rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzoBRRcQveEB9maBvenyRPJxLk6l5NUy { width:2.875rem;height:2.875rem;top:14.500000953674rem;left:5.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAcPOMGn4q23vgr9fVbSL9TqOqf8Be2H { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQhmgnXThXNv0EFwhqglZ45ENRTd0xPZ { width:3.125rem;height:3.125rem;top:14.375000953674rem;left:12.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3zzE0iDci3MNJQgaEwBd1AuUatxTQ0m { width:3.1875rem;height:3.1875rem;top:14.218750953674rem;left:16.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zurm5IXQtTPIJrZKaw3OcnJ7HBtEhMNR { width:3.1875rem;height:3.1875rem;top:14.250000953674rem;left:20.281250178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSsqEBNga7FBgfRWltRCDsw37oo73XSB { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:24rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #iZbZMgEqmwA0ucDorosZA8uWUExH0rKh { width:3.75rem;height:3.75rem;top:14.000000953674rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHTxAMGW6si7imcNtqtkBrhiRBdwSMKN { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PM8oNdBWc1CnMLI69DZJJzUCuDvvd8XO { width:3.5rem;height:3.5rem;top:14.062500953674rem;left:35.440340220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxX2sUlaI2TThvnwMUHumCbqBo04br7c { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:39.468752086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGupDlmNWTEX6IAUgF9Zxp0Weh9xW3Z4 { width:3.25rem;height:3.25rem;top:14.281250953674rem;left:43.221592961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uD2LycZiyTCPCm2vcze0n0xcr42bkJVy { width:3.0625rem;height:3.0625rem;top:26.031251192093rem;left:5.1250001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xMkJxGNtW7bV3SBargQotWahGK2vrN6Z { width:3.1875rem;height:3.1875rem;top:18.062500238419rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C12JckQLTiLxECaXsJfdq19mlVqifaQ2 { width:3.3125rem;height:3.3125rem;top:18.107957839966rem;left:4.9687501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHGBf9NN24vRJquJCphGSabrfz0nslB2 { width:3.75rem;height:3.75rem;top:17.875000238419rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcusNvdP7bE9cZGUmD5acOZr3bkVoBCs { width:3.5625rem;height:3.5625rem;top:18.170455217361rem;left:12.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBAZeFQ6udvlbJbMaV1Fk4DfwJu9TPVp { top:18.000000238419rem;left:20.187500178814rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6zi4l3a50rPw2rnnXu0Io8di7eeCJyt { top:18.357955217361rem;left:24.346592128277rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AOLQsfaV6zkB00NJtgoiQN2fRw1DhDi6 { top:18.343750238419rem;left:28.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVTeAV7kho7Q04TbINisBs1ZuHB9tK7c { top:18.500001192093rem;left:36.034090220928rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFeM0I65HLBgTdPA3qwTpv6haTBqdD0B { top:18.250000238419rem;left:39.687502086163rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFamDsyaph2L5uoy2dzPDg48TZvW8Jkm { top:18.170455217361rem;left:43.406252086163rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0TAKxJdl1aUMo7wzFcrIkiNAKiCUc6n { top:26.0625rem;left:8.8437501788137rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kd1O5GNBZ945C23urEArcJZ1AGt8QzON { top:22.500001192093rem;left:1.6562501788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6GzV5htPbCTHw6kvd4q1TfIMbBDvz8D { top:22.375001192093rem;left:5.3125001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZV6UiVNBpuPDHBN2mWD4u7b6xgqmwIZO { top:22.218753814698rem;left:8.9375001788137rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrlOnTcpst8v5Vv79iUpNOr4TVv1pSrf { top:22.437502861023rem;left:13.031250178814rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndJWCsTOXdhGgBxX5LSSpno7hUaKhrNo { top:22.250002861023rem;left:16.750000178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UML6FSDnEnsmLygwp3FZLlHTZ40R1wrQ { top:22.312501192093rem;left:20.500000178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNbLOt5rL6wq0m0BcBmzXGR6cmVI4wcA { top:22.125001192093rem;left:24.190342128277rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0tbG6PT1ZgsRRS2x5kCzTMgbEuE5vGJ { top:22.125001192093rem;left:28.062500178814rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZ7Kz6STo1dqbiP5fAb4t0z8vkgTvduy { top:22.312501192093rem;left:32.062502086163rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdTKJkZmqyAKJgy52fqNtT9iZQTeJhEZ { top:22.156251192093rem;left:35.909090220928rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6BoAx2DZrA9ZKK5ndiv2blk9d4hrTxc { top:10.375rem;left:23.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHzKD0wMlNtFc46LczsPT2OSxSdTlSx2 { top:26.0625rem;left:16.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myod6Ci9uelTdg9yGScpkvJ0nUfPavgn { top:10.5625rem;left:5.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIRDJItsu5V8W5uKm9qJiP0qDMcQzKVq { width:3.1875rem;height:3.1875rem;top:26rem;left:24.159092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDNzJC3IlN6DbNvZUaZTc9BCZwMQxwyb { width:3.0625rem;height:3.0625rem;top:26.107954978943rem;left:20.517046153546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urT5HWbutrRmnzZTDEX9QETGlM1hgP0v { width:2.5rem;height:2.5rem;top:26.1875rem;left:32.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSX3Smhpt4kCmdWbbThJqz0MD8TotLdX { width:2.5rem;height:2.5rem;top:26.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnKztRacazNuAG82bCGHH0G2WhLZq66r { width:2.5rem;height:2.5rem;top:26.1875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTO1nThnaQVK2FaUrio7HepWKoUpFWGn { width:2.5rem;height:2.5rem;top:26.1875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdFltmblvBiTIus4hRDyzbiWcwQ0WQb4 { width:2.5rem;height:2.5rem;top:30.375rem;left:5.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLameTOKXdvRdHpMRT3ZLu5QvThOaKdD { width:2.5rem;height:2.5rem;top:30.375rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTt6OToas3b0OnsfFACd38lPoDhLHMPu { width:2.5rem;height:2.5rem;top:26.3125rem;left:28.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvVaT8HqLogNZ8ll8PQXWbonpSvXuEx6 { width:2.9375rem;height:2.9375rem;top:10.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDaEHedwqdCHp15ir8cX7GWcMuJ8Er4a { width:2.6875rem;height:2.6875rem;top:10.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1y9mKb6JJ1pXznhWyewGBlncQ4mo6wf { width:3.5rem;height:3.5rem;top:29.875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9DzTbgHsZ62T24n51KO4LXtTP65lwqb { width:3.625rem;height:3.625rem;top:18.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sn9g7AgT0hJFM9ztO9cWqMOrg14GEAwr { width:2.6875rem;height:0.875rem;top:31.1875rem;left:9.0625001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzftxocB88wJVToMfuZRGvJ5ZPTW06i0 { width:2.6875rem;height:0.875rem;top:31.1875rem;left:12.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFf1CHqWXK24iQ2bZJnGByyPcITfyhet { width:2.6875rem;height:0.875rem;top:31.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXs3NMGBCBmg4chgX8pZfWaaGbktvh65 { width:2.6875rem;height:0.875rem;top:31.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiLITPJp9uPyFAAccs47ELIB617gVThg { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iWKXHMob4d8gTOPB58pVXIEEEeJwfxBc { width:47.75rem;height:30.6875rem;top:4.5930480957031rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #O3rJXCIMTv1BPZMsENV6oso5Mr9oO5Tp { width:3.5rem;height:3.5rem;top:29.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHekH06AOgC45Rz5K6bThlpPz1cV2ZCl { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v4TbRoNUWB1tSckXFasJBUqbrA9245bg { width:3.5rem;height:3.5rem;top:29.875rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llN1h2d3gQpEZeiaAWZMal8R9C1dp3HR { width:3.5rem;height:3.5rem;top:29.875rem;left:4.9375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVTBlZVvSI5MllqeiEOfnK5mFUFztDfg { width:3.5rem;height:3.5rem;top:25.8125rem;left:20.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSQVIxmO4tR0I7fyc7XW9SrBS9BN2BDR { width:3.5rem;height:3.5rem;top:25.8125rem;left:39.406252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TL23rMvLiaJ757lvzPEgqPbA6pJFJ2GW { width:3.5rem;height:3.5rem;top:10.311791419983rem;left:8.7187501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gu9faWfUIUdnVxHV4m9Csdf2RMKki8Kg { width:3.5rem;height:3.5rem;top:21.937502861023rem;left:24.002842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QD86TrouoKd0A3GlPylMIiCsTIFH7BVI { width:3.5rem;height:3.5rem;top:25.8125rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4vp5ANBRTDpDm0MHNhSzrQEWhQxGgU3 { width:3.5rem;height:3.5rem;top:29.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X91bNGnGw7ypezXSNMHpV2dHbqN4uELQ { width:3.5rem;height:3.5rem;top:14.232241630554rem;left:39.406252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fz0X2m0K9sO9PK39RPTfibb9UMob92Hg { width:3.5rem;height:3.5rem;top:18rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dySQP7KvpxXEKkJQFzmkEPQq52QzLFVd { width:3.5rem;height:3.5rem;top:29.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3zEkJJIByzw5zEhPCs2gJKswILSXXBg { width:3.5rem;height:3.5rem;top:25.812501907349rem;left:43.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcbSrU8OSShO6ws3eZG3O11LQmTBtwm5 { width:3.5rem;height:3.5rem;top:14.125002861023rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtkcrWcSAgEMnDn4QQvLO6i35hwVzUID { width:3.5rem;height:3.5rem;top:25.8125rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPAPKbB6RMw86wdC5CwztqeRHFNwd1Fu { width:3.5rem;height:3.5rem;top:10.249995708466rem;left:31.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXt9vHxGUruaFPDoXGJSxe5QraM5spUF { width:3.5rem;height:3.5rem;top:25.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKPrTxNL8NINPcG2Mq081U5hMSgMoqbT { width:3.5rem;height:3.5rem;top:14.061783313751rem;left:24.002842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #damxXQemRFGbvDZXOJq8w7UEZTVXEx8c { width:3.5rem;height:3.5rem;top:25.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvP71D3hOGOBXatn2cbEKcPV8U8BI9mX { width:3.5rem;height:3.5rem;top:21.875rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aa1HkCTltBPXcFlzNs14MO5lRrezv6mw { width:3.5rem;height:3.5rem;top:17.982956886291rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXn98cSspzmcLQpfL9oGvJeKE4DTz0J3 { width:3.5rem;height:3.5rem;top:21.874283790588rem;left:16.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nolmzh7sWhm2ggbLDCT1ScdymPTxUDDo { width:3.5rem;height:3.5rem;top:21.875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmTckul5tz6kytU1qdJxweH46Fynpmin { width:3.5rem;height:3.5rem;top:21.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJQTnDlidzp57vkpEA2sO4mUdn2mJ2KX { width:3.5rem;height:3.5rem;top:21.875rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcwTFO2Hexvee1gt7Shl1imiIBJCcdHQ { width:3.5rem;height:3.5rem;top:18rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIRD7G1fS4R7hX6qCHXbXQ4aCJWSmCLX { width:3.5rem;height:3.5rem;top:25.873579978943rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXPJfDbynvGiNF4qxQTgNKNPk9Ut58yo { width:3.5rem;height:3.5rem;top:25.875rem;left:24.034092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hs2FvN5bU3QiqJT6EgHwEvi5lIZpDXKp { width:3.5rem;height:3.5rem;top:17.936079144478rem;left:4.8125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIZGG6wR2TyNsb4cnKN1R5FcVhLCnxOQ { width:3.5rem;height:3.5rem;top:10.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlUGAy4ny67RoAqddC6693B0JWKKkoc0 { width:3.5rem;height:3.5rem;top:25.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lv54XXnFaACHQxfe96v8vw78fJBivao4 { width:3.5rem;height:3.5rem;top:21.875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMNfAoQ9CG7zKXfhDkSxZuiLRQMvtLe1 { width:3.5rem;height:3.5rem;top:21.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1ySthccSSCDUZXhR5LxVKAdNkRp3Wkx { width:3.5rem;height:3.5rem;top:21.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWumwcq8d4HmNcI2ycuh64ZOnrokv6Tt { width:3.5rem;height:3.5rem;top:18rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvAyZ7XEzZUbeimGTHcE6tZTQpCNU35x { width:3.5rem;height:3.5rem;top:18rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeZzTv3H6AqhUoOJ2Wevvb6l1TyHT3qJ { width:3.5rem;height:3.5rem;top:21.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHVPtRpxZyQQ1CAB2rtMb0xu0t2DVhzE { width:3.5rem;height:3.5rem;top:21.875001192093rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJRLI5JUgliQJAsd8XJnPumDTvdzsrbP { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrGdlQTJsNmuN5LWsf192MK0dEONETZi { width:3.5rem;height:3.5rem;top:18rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQQK5aqVQI4CrI4fodBlwygpxC2zqmwJ { width:3.5rem;height:3.5rem;top:14.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4Z9763wuFabCu9S5c3RJVdOuTei73Gy { width:3.5rem;height:3.5rem;top:14.1875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4yMw4VCCo1wgdyQllt3HmMWbkdPrTN0 { width:3.5rem;height:3.5rem;top:14.1875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ax1ornTRQ4GWSECKk5TXNSfqCtzQBuEA { width:3.5rem;height:3.5rem;top:10.3125rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt2yFN7sDTitEnHldAFS56vEHqwoAcaP { width:3.5rem;height:3.5rem;top:10.3125rem;left:27.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPXUA9N4580XcG1ZDQEoHIAMhOBSGdvc { width:3.5rem;height:3.5rem;top:6.6249955892563rem;left:4.8125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRzw8fR7x9VcVHq0nnMJfnJAE1Cbh9fp { width:3.5rem;height:3.5rem;top:21.875rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhnqkBwxzOyCI3Vuq00xN5I8HrS2yJwa { width:3.5rem;height:3.5rem;top:18rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6GBBTo2t50Ht2NafEUh764gq8WHOsur { width:3.5rem;height:3.5rem;top:18rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adbyyoR8lJPza8uruLMiNwF1RMHINpw9 { width:3.5rem;height:3.5rem;top:14.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFQEWeWnOXV5nssNWOckkvqTHB7POV6K { width:3.5rem;height:3.5rem;top:14.1875rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkT4ogfHSDmSTlzCbwtpE8uKzzZdUy7m { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lR9vUPCwAKbtKqOezbQTc8MDluDHstiK { width:3.5rem;height:3.5rem;top:10.3125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJkJv1kWTVIE8abngM0hz6WPfI9tme3r { width:3.5rem;height:3.5rem;top:10.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VtbBZmd6HeVtMGBRib7lgQmzG9ZBifkb { width:3.5rem;height:3.5rem;top:10.3125rem;left:4.8750001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2KiExzftXmQBzTSPTW42y1Vw7WFEkae { width:3.5rem;height:3.5rem;top:6.5rem;left:35.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ra7Jk9IbASCbN4gMvHO1xmiII76Linq2 { width:3.5rem;height:3.5rem;top:6.5rem;left:23.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLMeTFC1JQhbTyCIo9JGO4bT83AtD1Ak { width:3.5rem;height:3.5rem;top:6.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJkLQTkTKrBuglGszhmmF64TNBlRbUJy { width:3.5rem;height:3.5rem;top:18rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PEB3LmFIJtPlMlDeyqvqzJQdokkgVfFf { width:3.5rem;height:3.5rem;top:18.000001907349rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTG3gPq5sTwhqtAHrfwDBX486VIphPg3 { width:3.5rem;height:3.5rem;top:14.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZ889RTTiV5zaC7SHC8Ie9n24FC8Ik8D { width:3.5rem;height:3.5rem;top:14.1875rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGsGdGKQAmbqZtWkPUTNOQD7RAfe8CrK { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwfCiDGWPPTzgCH231f7SKwfTBDMxEk4 { width:3.5rem;height:3.5rem;top:10.3125rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJ2vTd6PTnDhXLwdirtMTvsP5b7wpTTi { width:3.5rem;height:3.5rem;top:10.3125rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xz9BoGtG989WbUC8io5N0FuJEKBLm80n { width:3.5rem;height:3.5rem;top:10.3125rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7rLsJnoHbv5R1RfrQV48hS87SLwNTPr { width:3.5rem;height:3.5rem;top:6.5rem;left:31.625002086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkH3LLu2VzMqrgZT5SGfaJqh8d3ykw5z { width:3.5rem;height:3.5rem;top:6.5rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhKu9mhiV5Hy5iXhmpWwKDXSHpEBtTOo { width:3.5rem;height:3.5rem;top:6.4999990463256rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMmyUSEa7OPmSR9SzhGXGOvVkGpy2nkB { width:3.5rem;height:3.5rem;top:10.3125rem;left:16.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWvE20gubXp2DINb5u3TnhTslnPsugB0 { width:3.5rem;height:3.5rem;top:6.5rem;left:39.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th3cG8k59fQFf0hvpOE0xmBLvKkdfVZA { width:3.5rem;height:3.5rem;top:6.5rem;left:27.795456111431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcPtWbWGhX3eowGkFFC8TypoUtOo9g58 { width:3.5rem;height:3.5rem;top:6.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAVWTu75xKuLespAwXzcThG4LCSk63gM { width:3.5rem;height:3.5rem;top:6.5000009536744rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEWcRueUK51Z6z2yxHAl9PEBf6xPVwOo { width:3.5rem;height:3.5rem;top:6.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJHVcDTPITJMQZmQOaESn2B3ASkhZcDv { width:47.75rem;height:4.5rem;top:1.0681819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDzQendS9TQ4LJt13I3CLwOPDULkLAVN { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJGSWbMFPEAdmLhdBivTJiHHmEUL2q49 { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFPHJ2eXn1o4bPl2w8Mwacpl5VI8zpmD { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZAggepVLwJR5NnIQJRDUhSZlJfBKRa7f { width:3.5rem;height:3.5rem;top:25.8125rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eU5yp32HoH4PGFtCA8n7FANJ6zGF8PB2 { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxsXSeGFu58ZR9kcBxFLgXCyllUaXOcx { top:21.937503814698rem;left:39.375002086163rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4HG9tQwZDddAAoilepTr99a0Rxhe2T8 { width:3.5rem;height:3.5rem;top:25.8125rem;left:27.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iFJcTrsIDM7VBF4yyJJrfSxbEqHfThmT { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sPfeCmwNyNqPHLLaZFoQHamDCxgE1HsX { width:10.375rem;height:3rem;top:36.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnlD4WVe6lwqWSR0cCMOE9D5rXQhb55X { display:block; }
 }@media only screen and (max-width: 1199px) { #kyZyklO40VXoC8nTu9cE8khIWfGpLGET { width:11.625rem;height:2.909090875rem;top:36.375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ER17lDpSEFhFQJVgq4seUnydlzH3CWcz { display:block; }
 }@media only screen and (max-width: 1199px) { #MmWKJhTmgqSKe3pX0SfGPC8Eq7oGpUu0 { top:18.295455217361rem;left:16.343750178814rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ { display:block; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PcWVXbTM0qUzTqQrpET5TnfMaMe2whwS { width:3.1875rem;height:3.1875rem;top:6.625rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3JFGmxCx96uXfguUh48PTwDLJAp948E { width:3rem;height:3rem;top:6.6875rem;left:5.0625001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psZzz0chb6hnPFu4tpApzo4ce8T61klb { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AN2vvTHf3G0kVQFFJUlNu1AiAmVipVDH { width:3.3125rem;height:3.3125rem;top:6.5rem;left:12.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1PS5Z9aU6gscnMuVU4TnkNQnw9LB5Ep { width:2.75rem;height:2.75rem;top:6.8125rem;left:16.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx0AZ8bqWbtbp03qusxcCAd3CDzd2ile { width:3rem;height:3rem;top:6.625rem;left:20.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWLAVoLD8RefpTT27P9i9gXPS2SyOOob { width:2.9375rem;height:2.9375rem;top:6.7840919494631rem;left:24.284092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPyJGcaJSnfCHOZQiFEeWcnn3LCVMpcd { width:3.25rem;height:3.25rem;top:6.534090875rem;left:27.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqTkuMSXrTPypFfsQ8t2nyXrudFSH9TV { width:2.75rem;height:2.75rem;top:7rem;left:32.062502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9LTQiFRkm1DhCy5E4VB40O45nITSmaC { width:3.3125rem;height:3.3125rem;top:6.4375rem;left:35.471590220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1ADTLFl8JqlAmMT2RHooOkdQPk4iAr6 { width:3.1875rem;height:3.1875rem;top:6.625rem;left:39.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMreqihT6MqGGyBmoQ7EyKJS9ZHTogwI { width:3rem;height:3rem;top:6.75rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FisQzrmfPt8hoid5C8hguE1uJtnORrTR { width:4rem;height:4rem;top:21.6875rem;left:42.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LysSaXcZteQq1OLiqI5TvhIztfA8KtTq { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMUbfC3BD25n2q2f9nreqWGxT4igeSqc { width:3.5rem;height:3.5rem;top:25.687501192093rem;left:12.593750178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXmEaAb8DAp1ChUVQFItkTwMfspx6fmO { width:3.75rem;height:3.75rem;top:10.25rem;left:16.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #It76zpSKIsdqeTcRHgfntvZzdrs6uoXU { width:3.4375rem;height:3.4375rem;top:10.346590875rem;left:20.096591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfMDVohe0KBL9WaKvUXIIhB2UMHWe85Z { width:3.375rem;height:3.375rem;top:10.346590875rem;left:27.846591053814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZczsI3xfNT0TORKIL2RXtXo5DK2rfPbO { width:3rem;height:3rem;top:10.5rem;left:31.937502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZNrBSvtFXm0UieiLDOCyFHq5qXr5Ggu { width:3.125rem;height:3.125rem;top:10.534090875rem;left:35.659092961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8WipGSCW8VCQOoZQygc87bCWpU6nCab { width:3.1875rem;height:3.1875rem;top:10.5rem;left:39.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wk1TTkHxPbIXBkFVa76hNC1dS5nrPGTD { width:3.25rem;height:3.25rem;top:10.4375rem;left:43.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acIaBt0MAdDeg1vJ7VSVxvBTr7U65htE { width:2.5rem;height:2.5rem;top:26.3125rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9GMZnLOTKbbs4ZtTRmtMu0WcsRAxPds { width:3.625rem;height:3.625rem;top:14.062500953674rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJxJaw7aMT9Gg0z5lU7IBIXJHREposMw { width:2.875rem;height:2.875rem;top:14.500000953674rem;left:5.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCsKUfKriyLdTLFs2TzdFy8NBmm9G7xW { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMXTn6EWe7S5SuLyD6TFZQkTWkFbEx7O { width:3.125rem;height:3.125rem;top:14.375000953674rem;left:12.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B89iy1JV3W4LTJJTptmOdx2uH3aq4wOh { width:3.1875rem;height:3.1875rem;top:14.218750953674rem;left:16.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOTZVGn9h0uHCgtbqwJI8eltHrVs4mkk { width:3.1875rem;height:3.1875rem;top:14.250000953674rem;left:20.281250178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XP8xgK7DUWnrBFZKQ5IEyiTX2WDTLG6l { width:3.4375rem;height:3.4375rem;top:14.187500953674rem;left:24rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #GnECJysv2wvtO08CtoDnJZTwcW4Fdayk { width:3.75rem;height:3.75rem;top:14.000000953674rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBxaJxwmCf61iT8ybxvD8WxX0Qn98Egn { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAIyP5nheIVl0W24Vhcz5qf2Z9Bs87Vo { width:3.5rem;height:3.5rem;top:14.062500953674rem;left:35.440340220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbU1W9c0gfV9T6gHrDifeSBbA72QnGZV { width:3.375rem;height:3.375rem;top:14.250000953674rem;left:39.468752086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wvtluk410DdT2h75BQcA7pqNMhfqXvPS { width:3.25rem;height:3.25rem;top:14.281250953674rem;left:43.221592961163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paeXSweUuGGD5rT30BQgDKBxZRrw4QAL { width:3.0625rem;height:3.0625rem;top:26.031251192093rem;left:5.1250001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbUGlR7xHmMWHUfKHLLZxvBfwuV7uQkW { width:3.1875rem;height:3.1875rem;top:18.062500238419rem;left:1.2500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1ih7mqzEVy2R0QWxP9QadBXcuruCH6n { width:3.3125rem;height:3.3125rem;top:18.107957839966rem;left:4.9687501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i91Ow5cW2ZeMwHuUWOhNnzyHydH33mBK { width:3.75rem;height:3.75rem;top:17.875000238419rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSUaMTAB4GEi0gp9LWBGPFwRI5v1NiF5 { width:3.5625rem;height:3.5625rem;top:18.170455217361rem;left:12.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DkF3D1QS8ggXxIMXBMz1TNfVmG0hbA6a { top:18.295455217361rem;left:16.343750178814rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmwsnvJvTUqm5qNT3JhvgsWPSlJGivPv { top:18.000000238419rem;left:20.187500178814rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1w9Zc4egUkA1foCaSTB3pxauSBgVaSb { top:18.357955217361rem;left:24.346592128277rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxeBTopeBBTwwT5Jzv1heEboLs1akZId { top:18.343750238419rem;left:28.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJltNPLNFEaHneLRQD0bg0RCT4arxvHI { top:18.500001192093rem;left:36.034090220928rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWM7CKPmlJaPMSgl51qIb7vV72l7Izlo { top:18.250000238419rem;left:39.687502086163rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #di2n7QKLyOdi19Kcs47d7Uh1z9GcmVLM { top:18.170455217361rem;left:43.406252086163rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsSRk6apdLqGNRbXeN503ibHvdptQfzD { top:26.0625rem;left:8.8437501788137rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUQZBclDLTS3lTInoQCiSHNs2km0AciN { top:22.500001192093rem;left:1.6562501788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsDCPpg6QRQaSN1MWi8McOXOZTGxQxDU { top:22.375001192093rem;left:5.3125001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BP0lGQAQkZMLcqny70vl9aPnrg9FmbHK { top:22.218753814698rem;left:8.9375001788137rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpWQg61R0gp15lpq8hJH5lknHM1c1uc6 { top:22.437502861023rem;left:13.031250178814rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTBcENxLt5TWKvyfx8NuI90HGV6XHVsn { top:22.250002861023rem;left:16.750000178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9UTMIpE7epWH1hK9gRXC6H6BngirP8E { top:22.312501192093rem;left:20.500000178814rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FR7ZJXxFOUXDu7tSbRzAwGE2nmse4AIF { top:22.125001192093rem;left:24.190342128277rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofWgXkiFyZvp34qwtDTtVTWeM9POg2eA { top:22.125001192093rem;left:28.062500178814rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQ7RFCT5r14H8lxx6v0dXwJdpZma2EkQ { top:22.312501192093rem;left:32.062502086163rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeGN4baa3xNgIkg8HGdBQMKfezeDoe6Q { top:22.156251192093rem;left:35.909090220928rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dI5Wps5mL7FEb2pAFPJIfqQPE5JdDStT { top:10.375rem;left:23.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXdcVTlIUd5fTA6ErM16lZlB0EcrOEFw { top:26.0625rem;left:16.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMfNpePU3Fek5IrLSyGEKclFvN6gesHt { top:10.5625rem;left:5.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiF1897t0c3is5T1MJF152CXq8s3ZE1V { width:3.1875rem;height:3.1875rem;top:26rem;left:24.159092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbDTLvKyByuVy55c5zpDX4Lo73UT8WAR { width:3.0625rem;height:3.0625rem;top:26.107954978943rem;left:20.517046153546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vWvssOPwKieNXJg3eaVwsODNXmS0eq78 { width:2.5rem;height:2.5rem;top:26.1875rem;left:32.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VovR3CfLITxaAwUlzyOSM8OW3S2AUGTl { width:2.5rem;height:2.5rem;top:26.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2sSXTyWyAok0KTEXKWQiPB1SaFgCrCE { width:2.5rem;height:2.5rem;top:26.1875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h6g4rocaL50U0gL9mHs5PbRnXaUFVlyA { width:2.5rem;height:2.5rem;top:26.1875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUtvSyIrqJHcCH9kxFCXgprxdqiRUeP5 { width:2.5rem;height:2.5rem;top:30.375rem;left:5.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMEFF77rPyzDuqxRvyk9B6Uc0NvJ4XZM { width:2.5rem;height:2.5rem;top:30.375rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPGIs6K6vPdzZvU5Vo05bVZf7Br7p8XX { width:2.5rem;height:2.5rem;top:26.3125rem;left:28.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fT8XkeCOz9TlxcQ4Hcicq6kqtPa96mAD { width:2.9375rem;height:2.9375rem;top:10.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xnrui1XQrOFG9XeZ8mDxRBSTqCDUDCxi { width:2.6875rem;height:2.6875rem;top:10.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdVay8ExALQ1xxGfmPRKXrZTMScX0QK6 { width:3.5rem;height:3.5rem;top:6.6250054836275rem;left:16.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROxfJtv5XhZhJA4b507Xc7on214hgbOu { width:3.625rem;height:3.625rem;top:18.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZH3plM24xcP8mLgt37TFX0ZpBO1UI3R { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EpKMD2kBtocZyBM8ZNEv9lzPOIhZMRNZ { width:47.75rem;height:29.875rem;top:4.5930404663086rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 1199px) { #OFdLCwsgVJIHVUFouVNKaJnvNnpB59le { width:3.5rem;height:3.5rem;top:6.4687554836275rem;left:27.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKg592KKovk35bnxEWLbhiiSxHwQTQvI { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Al090NliCcQcuUhm9baQzpeGSOTRFOry { width:3.5rem;height:3.5rem;top:29.875rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgHbRL9RekbixmP2QlxAIzq9IxoI6Vze { width:3.5rem;height:3.5rem;top:29.875rem;left:4.9375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBLq33BfrAmyiMdUJ39WJpo30UE7S3oW { width:3.5rem;height:3.5rem;top:25.8125rem;left:20.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dD91LSsoeCCGTXhfT12HQ85ADiwz0Oxx { width:3.5rem;height:3.5rem;top:25.8125rem;left:39.406252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dupBn087GCZfhVQP4xLz4irW0vtw0l2m { width:3.5rem;height:3.5rem;top:10.311791419983rem;left:8.7187501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ml74zhTveXNPqyztV7Z3KLZ0Xd71Jlfx { width:3.5rem;height:3.5rem;top:21.937502861023rem;left:24.002842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DT90lvMn5XrwPkRIXZ9hQdmcIkd4eCfM { width:3.5rem;height:3.5rem;top:25.8125rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdqJhGNmIz94b9RCmdFrzPHRrvzP1kCI { width:3.5rem;height:3.5rem;top:6.3579602241519rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veqNZUGyWoxUCiZf1q7Jg0Xh2SwVPcha { width:3.5rem;height:3.5rem;top:14.232241630554rem;left:39.406252086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OP990bwrdnSFIsNBEsfPMNgvzTPEuhO6 { width:3.5rem;height:3.5rem;top:6.5937554836275rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygPRnTaWOJt1sKD6rEwMMgNzFvb9iT5K { width:3.5rem;height:3.5rem;top:25.812501907349rem;left:43.187502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwqXi3IfykZq07qF2Zo78pGfoa4tn9VZ { width:3.5rem;height:3.5rem;top:14.125002861023rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqlX9vG5STR6L6bCxTZlKR3Bv5AWuxtl { width:3.5rem;height:3.5rem;top:25.8125rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRWT5CxOeeSJrONcByAzpkKC9hvJl0nF { width:3.5rem;height:3.5rem;top:10.249995708466rem;left:31.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEpZLXp0lwi3QLiazQexrCRsInsgvc8Q { width:3.5rem;height:3.5rem;top:25.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNq1UKgK0TzsbQXxBG4aZ1pvSr0sDnUT { width:3.5rem;height:3.5rem;top:14.061783313751rem;left:24.002842128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odBzvKMd8SdsD2ZRKDShCKF6tFccIUVG { width:3.5rem;height:3.5rem;top:25.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L48nqonsT6VuzMFOS5H6E8QFSz0zb0CC { width:3.5rem;height:3.5rem;top:21.875rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olOManWvy5zg5qJwdSZQE2hDAvwW4bzx { width:3.5rem;height:3.5rem;top:17.982956886291rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vM0LbBOVeTWFxICXKZfGzzSLEOcRn8M0 { width:3.5rem;height:3.5rem;top:21.874283790588rem;left:16.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaoO4Z6lvgTVpoXmQHG5kyI8JPQzlJsB { width:3.5rem;height:3.5rem;top:21.875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h43J8tThRgn5BPRRwWtkJIQ1ZAIWcgoz { width:3.5rem;height:3.5rem;top:21.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq9VxdWm4vuuTLwZgb56w375eWgeMT2Z { width:3.5rem;height:3.5rem;top:21.875rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zunaHpsgA2hyBqdmFvtJz15bEaOO5ilt { width:3.5rem;height:3.5rem;top:18rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x14CLT6w6g1LTwUbTuvciw7BHltoqrPN { width:3.5rem;height:3.5rem;top:25.873579978943rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFy1xKud4FNWWGpFB1H3w6h8bIxzra4X { width:3.5rem;height:3.5rem;top:25.875rem;left:24.034092128277rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6p0foF1rHdrfFFvqHTTKkDMRgnvWGZ2 { width:3.5rem;height:3.5rem;top:17.936079144478rem;left:4.8125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cV53Jc5qRhmrKigF1Z5oy9GgLFLS5LCQ { width:3.5rem;height:3.5rem;top:10.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovkLelFv5oTDzFRkTy5OKricSHGd8PIT { width:3.5rem;height:3.5rem;top:25.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jq7iBFObyFDDRfwS9RCdmTTgsbImBSnT { width:3.5rem;height:3.5rem;top:21.875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siDT9coIRfnlQtVdELOQn8nm1TJIfMpU { width:3.5rem;height:3.5rem;top:21.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RC136gH43L45qD1qeFV87MomveGNafch { width:3.5rem;height:3.5rem;top:21.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXRzMacS35XgCQH8M4TFTrvlLBtRSZyG { width:3.5rem;height:3.5rem;top:18rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHt50GhWI4Pmu9SNnXqnoG8WP00iHLUd { width:3.5rem;height:3.5rem;top:18rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtQiN3pNdtrgkHcMUsXixaudKP8c0EaL { width:3.5rem;height:3.5rem;top:21.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5HJczmHdyDcwof4v3QHDFE0uVHgPfvX { width:3.5rem;height:3.5rem;top:21.875001192093rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Es6KHDxvu5IXJbZLzNZHJshRwytPoBM1 { width:3.5rem;height:3.5rem;top:18rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMvXLyg1Ug2AaI8hhFvvyai9eTiN9u4P { width:3.5rem;height:3.5rem;top:18rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9zqzqIlSLqOz8micDeIuq1LKiVXQx5k { width:3.5rem;height:3.5rem;top:14.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DT3V7NgV3aBgvKIs0EFzHOEfqz4D2yit { width:3.5rem;height:3.5rem;top:14.1875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T82iQX2JCsDNQDorxMSOXERHUpygEx2S { width:3.5rem;height:3.5rem;top:14.1875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zi3v7nB2lMgSWMgqx5JsqLcTiz0zzDKp { width:3.5rem;height:3.5rem;top:10.3125rem;left:43.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdV4HDFDXAvKhFboX6LS3q4Mw0r7a1cT { width:3.5rem;height:3.5rem;top:10.3125rem;left:27.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9nPSksFHASrcDBnSoXl22MxLGz00nXZ { width:3.5rem;height:3.5rem;top:6.5617904663088rem;left:4.9375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrlEq32PaNHXmD0NHkRnXvGHSwCcCmzE { width:3.5rem;height:3.5rem;top:21.875rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxyJ1CU6FCrM57c9q1RfhbNmTzDtwxTI { width:3.5rem;height:3.5rem;top:18rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xALbrP3AbmnKW1ipn50TwHxG61QbqkIu { width:3.5rem;height:3.5rem;top:18rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E37myJB7cn8oJGDUTQ5CpGQpv4W4m0oU { width:3.5rem;height:3.5rem;top:14.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGbHOneqGVTTEzqXt2WQiZXV0BfHiIJe { width:3.5rem;height:3.5rem;top:14.1875rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0RZ7EdJJDOhHIxD9giggA8NTZOhDNhT { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQnGi51XQZyTomPa4H6SDn1cnZpGx2MQ { width:3.5rem;height:3.5rem;top:10.3125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f62VXCkUJaEtJhg4bVUUEI4Xc2Dreo9a { width:3.5rem;height:3.5rem;top:10.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FU6Fq0m2zK39ukFgmXHL7xgkwwNNOUpg { width:3.5rem;height:3.5rem;top:10.3125rem;left:4.8750001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EG8e51TWhANDMEIuRBcoUDPQbvUBXqP6 { width:3.5rem;height:3.5rem;top:6.5rem;left:35.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSFFy1OUTqVNUDaBThkEJFPu0bK6oR0Q { width:3.5rem;height:3.5rem;top:6.5rem;left:23.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GacJezgU7VzVPET4DJ71hhfTtK1IzEg1 { width:3.5rem;height:3.5rem;top:6.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOybwEdixzfUy4Jwi372BJEMtAFi89HL { width:3.5rem;height:3.5rem;top:18rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUGtu1PutGbr9ndTMyGer9LuWqf6wPqD { width:3.5rem;height:3.5rem;top:18.000001907349rem;left:8.6562501788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqM9OSZR6GGyopP76ta9FFz6ee67pToN { width:3.5rem;height:3.5rem;top:14.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akpcHmEyKkIzsx2SvOQToPPuze6u3pz1 { width:3.5rem;height:3.5rem;top:14.1875rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzSPiapcvAWlAblmDXpAAsh4sIgnXxI6 { width:3.5rem;height:3.5rem;top:14.187500953674rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcHT64TllnKP3WseNciR1uXP8tmAcnMQ { width:3.5rem;height:3.5rem;top:10.3125rem;left:35.502840220928rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1xb5bKxqykV7U9r6sF4LkToOwEkvQvg { width:3.5rem;height:3.5rem;top:10.3125rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pi9JLH6uNEhFgxwc8p027KeexIqMF2gT { width:3.5rem;height:3.5rem;top:10.3125rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVxnF4T8chQbqldgBSgUCHSgSNE0BD1P { width:3.5rem;height:3.5rem;top:6.5rem;left:31.625002086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qgp30onL39SIx6umvtL00Nn3rpRfipHl { width:3.5rem;height:3.5rem;top:6.5rem;left:20.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSHs4V4ERcESwWn5DIUhzJSz6IyQg077 { width:3.5rem;height:3.5rem;top:6.4999990463256rem;left:8.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kk6XWy7XVQKmu7uwWZuq9yDX4g8oLZJO { width:3.5rem;height:3.5rem;top:10.3125rem;left:16.312500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkmhXa0GQZPPK4u7aLvTrun2L8UN9pmX { width:3.5rem;height:3.5rem;top:6.5rem;left:39.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwWdaTG2pcDPgQvMRXPLpL0UPAF6D7BR { width:47.75rem;height:4.5rem;top:1.0681819915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBRGst1o4sW1a66bisA1soZShxTBkGmn { top:2.34375rem;left:1.1875rem;width:40.0625rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WW5rg2N5EUnd3UDeofHgEOe0eQHuyPHu { width:1.25rem;height:0.5625rem;top:5.5625rem;left:23.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVVEHSX5A8EBC2Fd9AXz27E3miAU4aXt { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:39.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #erfk1pb7cquy0kxqFOMrGbRd1NRQEpIe { width:3.5rem;height:3.5rem;top:25.8125rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtI95G8lmSeNFqL0tbdsy8mzWcyKvmiE { width:3.125rem;height:3.125rem;top:10.5625rem;left:1.3125001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVMSkpBJMRWy52CTqtElTeNIycdFU4tm { top:21.937503814698rem;left:39.375002086163rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sWwTG9qtgfzX0eSQL1vv06iVnUxJ95VG { width:3.5rem;height:3.5rem;top:25.8125rem;left:27.812500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQXKT25pRHDS2PxOGDUCwa63yp0eLSOQ { width:3.5rem;height:3.5rem;top:45.231534957886rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XVZn1Q2hlaBTXK1Tkh46AFgFmRJrQvZf { width:10.375rem;height:3rem;top:35.579545974731rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #it3BeCzOavJuvmgbi4mcE8dvwwoh9otH { display:block; }
 }@media only screen and (max-width: 1199px) { #xEVxE8nCckGaTnD7LXTGyen4HmKvBzIH { width:11.5625rem;height:2.909090875rem;top:35.625001907349rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZBTgyMba9tRHIHhDd7wdTgC3sEs3GzT { display:block; }
 }@media only screen and (max-width: 1199px) { #VrEbSw5M6vyFN1qWuWTk9Gs9xD5sCNiK { width:3.5rem;height:3.5rem;top:17.937500476837rem;left:31.687502086162rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxxNFicme9BNR0482dW0ttb8oBIIT8yH { display:none; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { width:47.75rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ONPufgB3354U1FxJKrbFzQddOolXkZfo { width:47.75rem;height:2.275rem;top:0.87420654296875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { display:block; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { width:47.75rem;height:2.1rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { width:28.375rem;height:1.05rem;top:4.0625rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { width:17.75rem;height:11.5rem;top:6.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { width:17.75rem;height:11.5rem;top:19.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { width:17.75rem;height:11.5rem;top:6.4375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { width:17.75rem;height:11.5rem;top:19.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { width:15.625rem;height:3.675rem;top:7.8125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0UhESfhpW6KwiULfM9zAmfakcIEunGT { width:7.625rem;height:1.125rem;top:13.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { width:7.75rem;height:0.9rem;top:14.9375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { width:7.75rem;height:0.9rem;top:15.875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { width:1.25rem;height:1.375rem;top:14.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { width:15.625rem;height:2.45rem;top:20.8125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { width:7.625rem;height:1.125rem;top:26.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { width:7.75rem;height:0.9rem;top:28rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { width:7.75rem;height:0.9rem;top:28.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { width:1.25rem;height:1.375rem;top:28.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { width:15.1875rem;height:4.9rem;top:7.8125rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { width:7.625rem;height:1.125rem;top:13.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { width:7.75rem;height:0.9rem;top:14.9375rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { width:7.75rem;height:0.9rem;top:15.8125rem;left:25.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { width:1.25rem;height:1.375rem;top:15.0625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { width:15.1875rem;height:1.1375rem;top:20.875rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { width:7.625rem;height:1.125rem;top:26.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { width:7.75rem;height:0.9rem;top:28.125rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { width:7.75rem;height:0.9rem;top:29.0625rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { width:1.25rem;height:1.375rem;top:28.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:13.1875rem;height:1.8rem;top:3.5625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.8125rem;height:1.6rem;top:5.875rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.53125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:17.8125rem;height:6rem;top:8.4375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:20.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:7.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:46.1875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.15625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:17.8125rem;height:3.6rem;top:20.8125rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:17.8125rem;height:1.95rem;top:27.4375rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.125rem;height:1.4375rem;top:15.21875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:17.8125rem;height:1.95rem;top:17.5rem;left:29.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:25.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:32.40625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.4375rem;height:1.4rem;top:30.625rem;left:29.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:6.125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:30.09375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:32.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.8125rem;height:2.4rem;top:46.0625rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:45.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:17.8125rem;height:12rem;top:32.9375rem;left:29.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:30.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:47.75rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:20.75rem;height:2.1rem;top:3.125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:17.9375rem;height:0.89375rem;top:5.3125rem;left:14.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 1199px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:17.8125rem;height:1.3125rem;top:15.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:17.8125rem;height:1.3125rem;top:43.75rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:2.70019375rem;top:20.8125rem;left:19.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:12.5rem;height:1.1375rem;top:19.9375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:9.3125rem;height:1.05rem;top:23.125rem;left:19.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 1199px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:20.3125rem;height:24.9375rem;top:30.937500953674rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:5.5625rem;height:1.3rem;top:32.25rem;left:14.1875rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:17.4375rem;height:2.625rem;top:33.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 1199px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:17.5625rem;height:1.3125rem;top:38.75rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:17.125rem;height:1.3125rem;top:40.4375rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:17.8125rem;height:1.3125rem;top:17.6875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:2.7rem;top:47.3125rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:12.5rem;height:1.1375rem;top:46.237500190735rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:9.3125rem;height:1.05rem;top:49.625rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 1199px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:16.9375rem;height:0.9625rem;top:56.75rem;left:15.46875rem;font-size:0.6875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:19.4375rem;height:1.1375rem;top:58.5625rem;left:14.125rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 1199px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 1199px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 1199px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:11.375rem;height:1.05rem;top:65.0625rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:22rem;height:2.8rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:5.4375rem;height:1.8rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:47.5rem;height:8.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:4.9375rem;height:1.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:2.9375rem;height:1.0625rem;top:12.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:12.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.625rem;height:0.75rem;top:12.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.25rem;height:0.8125rem;top:12.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.125rem;height:0.8125rem;top:12.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.875rem;height:0.75rem;top:12.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.25rem;height:1.125rem;top:12.6875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:3.375rem;height:1.6875rem;top:12.5rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:13.5rem;height:8.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.0625rem;height:1.8rem;top:19.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:13.5rem;height:8.625rem;top:20.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:5.5rem;height:1.8rem;top:19.1875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:13.5rem;height:8.5625rem;top:20.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:8.9375rem;height:1.900025rem;top:19.1875rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 1199px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/83e9d312-259a-47ca-94eb-3436318cba31/czymjestpilotblack2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { width:47.75rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block; }
 }@media only screen and (max-width: 1199px) { #ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { top:19.4375rem;left:0rem;width:14.5625rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #JNquVfUp32s3wthZhnLJkcUvIizGAULz { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block; }
 }@media only screen and (max-width: 1199px) { #TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2wvSrobeQGfCu62yScZMVVBs2taMqyV { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { top:19.4375rem;left:32rem;width:15.75rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { display:block; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { width:22rem;height:2.8rem;top:0.74847412109375rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 1199px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 1199px) { #aD028CbMz2frTA70poFgDV8CtUTK5Vws { display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { width:25rem;height:0.975rem;top:0.75rem;left:11.375000953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.05625rem;top:2.125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { display:block; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { width:47.75rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCyTVTPXrx5KTZX8bILVRTybard1dkfW { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcVuruhkupJZKy93gTeRGTAKilME1OMi { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udOMddRBxa33xnouy5wKs0hX75Ir2vxk { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { width:2.9375rem;height:2.9375rem;top:10.1875rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTIyep16CoyEDXTbQId068EAllf7LS1R { width:2.5rem;height:2.5rem;top:10.4375rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { width:2.5rem;height:2.5rem;top:23.4375rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMroKXkG12zaTmbf9VsMamippBy2Z1dB { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { width:2.5rem;height:2.5rem;top:10.4375rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { width:2.8125rem;height:2.8125rem;top:10.25rem;left:24.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { width:2.5rem;height:2.5rem;top:10.625rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { width:2.5rem;height:2.5rem;top:23.4375rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmpJN2sHa3grb33bptwISbDNsTp4BnTP { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCLToepeT23NUTqyrKKBw6GXM4583y7n { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { width:2.5rem;height:2.5rem;top:23.4375rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { width:2.5rem;height:2.5rem;top:16.9375rem;left:4.6250001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { width:2.5rem;height:2.5rem;top:16.9375rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { top:23.4375rem;left:11.187500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { top:20.1875rem;left:27.562500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { top:20.375rem;left:31.062502086162rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgFpm28mLBLunWofU33yEnT7TzS0mxHK { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { top:23.4375rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { top:26.687500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { top:26.687500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { top:26.687500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afuaDy4uiDru9PCByNmsth1hF5NV0FHU { top:26.687500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { top:26.687500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { top:26.687500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { top:26.687500953674rem;left:24.312500178814rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { top:26.687500953674rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { top:26.687500953674rem;left:34.250002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { top:26.687500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { top:26.687500953674rem;left:40.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { top:26.687500953674rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { top:29.937500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { top:29.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { top:23.375rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { top:29.937500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { top:29.937500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { top:29.937500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { top:29.937500953674rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { top:29.937500953674rem;left:27.562500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { top:29.937500953674rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { top:29.937500953674rem;left:34.250002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { top:29.937500953674rem;left:40.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { top:23.4375rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { top:33.187500953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { top:33.187500953674rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { top:36.500000953674rem;left:4.6875001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { top:33.187500953674rem;left:14.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exO7NKv9t5McbmAQprm18STtDAnxUaN1 { top:33.187500953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { top:33.187500953674rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { top:33.187500953674rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { top:33.187500953674rem;left:27.812500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { top:33.187500953674rem;left:31.187502086162rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { top:33.187500953674rem;left:34.500002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { top:33.187500953674rem;left:37.812502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { top:29.937500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { top:23.4375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { top:33.187500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { top:33.187500953674rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { top:36.562500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { top:36.562500953674rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { top:36.562500953674rem;left:27.437500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { top:36.500000953674rem;left:14.375000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { top:36.500000953674rem;left:17.750000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { top:36.500000953674rem;left:34.312502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { top:36.500000953674rem;left:37.625002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { top:23.4375rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { width:2.5rem;height:2.5rem;top:36.562500953674rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { width:2.5rem;height:2.5rem;top:36.562500953674rem;left:20.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwulEQT5zNZrko399bHQNI7Slt12aRud { top:36.500000953674rem;left:40.875002086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { top:39.875001072884rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vm09E4ItIumE08kgTMXfO3hK4ztKpghL { top:39.812501072884rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { top:39.875001072884rem;left:11.187500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:17.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmL04I9wcymiW7WHH8SxawX2LM3tls4T { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:20.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:27.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { width:2.5rem;height:2.5rem;top:39.875001072884rem;left:31.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { width:2.5rem;height:2.5rem;top:36.500000953674rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { width:2.5rem;height:2.5rem;top:23.4375rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { width:2.5rem;height:2.5rem;top:23.4375rem;left:37.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { width:42.0625rem;height:45.4375rem;top:1.375rem;left:2.8750001788139rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { width:1rem;height:1rem;top:1.1875rem;left:44.539774119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.437502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { width:1.3125rem;height:1.375rem;top:1rem;left:44.446024119854rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { width:3rem;height:3rem;top:42.937500953674rem;left:22.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { width:3rem;height:3rem;top:39.562501072884rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { width:3rem;height:3rem;top:39.562501072884rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pP2sq0XebnxdSBdBxCQlToww6T4kum3D { width:3rem;height:3rem;top:39.562501072884rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { width:3rem;height:3rem;top:36.250000953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { width:3rem;height:3rem;top:36.250000953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { width:3rem;height:3rem;top:33.000000953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #yihdTv6hTytpNSRILXCgeBHtOILlnd8e { width:3rem;height:3rem;top:29.687500953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aerwlI6zBVMiraDTtppUoGvM3WKpB822 { width:3rem;height:3rem;top:26.437500953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { width:3rem;height:3rem;top:29.687500953674rem;left:10.937500178814rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #UE7Tol7u6oNieuZwLKawzVXTl7qynODh { width:3rem;height:3rem;top:39.562501072884rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { width:3rem;height:3rem;top:39.562501072884rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { width:3rem;height:3rem;top:39.562501072884rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #NCyegwOzboZsUyMDsLaBte7ELQynbGrE { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { width:3rem;height:3rem;top:26.437500953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { width:3rem;height:3rem;top:26.437500953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { width:3rem;height:3rem;top:26.437500953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { width:3rem;height:3rem;top:26.437500953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #MiROMWdq16MInGN2SNU2FpO8VPCra2AL { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { width:3rem;height:3rem;top:26.437500953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkwMueMJvCr2I6rSfhet5Maht47RJr2C { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W54vesf10nGiidghba1zFolTWseOhJR5 { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { width:3rem;height:3rem;top:26.437500953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my53iloSnW198qFdIOiko9neE60EEeUC { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N07fTv77rKs504Oxt8Mm5HQJpHecfktI { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { width:3rem;height:3rem;top:16.6875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { width:3rem;height:3rem;top:13.4375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { width:3rem;height:3rem;top:13.4375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { width:3rem;height:3rem;top:10.1875rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { width:3rem;height:3rem;top:10.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { width:3rem;height:3rem;top:10.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { width:3rem;height:3rem;top:10.1875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { width:3rem;height:3rem;top:10.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTrCVIczry4t32mIpaOgreI7RmHXxOhl { width:3rem;height:3rem;top:10.1875rem;left:4.4375001788139rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 1199px) { #W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { width:3rem;height:3rem;top:7rem;left:40.625002086163rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 1199px) { #fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { width:3rem;height:3rem;top:7rem;left:37.312502086163rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 1199px) { #GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { width:3rem;height:3rem;top:39.562501072884rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { width:3rem;height:3rem;top:39.562501072884rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { width:3rem;height:3rem;top:39.562501072884rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { width:3rem;height:3rem;top:36.250000953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnECQGiEqOuZqNSR4KihISr1NZJFU45w { width:3rem;height:3rem;top:36.250000953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { width:3rem;height:3rem;top:36.250000953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { width:3rem;height:3rem;top:33.000000953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { width:3rem;height:3rem;top:29.687500953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { width:3rem;height:3rem;top:29.687500953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { width:3rem;height:3rem;top:33.000000953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { width:3rem;height:3rem;top:33.000000953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { width:3rem;height:3rem;top:29.687500953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { width:3rem;height:3rem;top:39.562501072884rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { width:3rem;height:3rem;top:39.562501072884rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { width:3rem;height:3rem;top:36.250000953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { width:3rem;height:3rem;top:36.250000953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { width:3rem;height:3rem;top:33.000000953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mlveve6khbdNuBPrvTnzdU37PURu8PFt { width:3rem;height:3rem;top:33.000000953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { width:3rem;height:3rem;top:29.687500953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { width:3rem;height:3rem;top:33.000000953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { width:3rem;height:3rem;top:33.000000953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LddubOPZVRE5zSivS74JTTxmsILEcctC { width:3rem;height:3rem;top:29.687500953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { width:3rem;height:3rem;top:29.687500953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { width:3rem;height:3rem;top:36.250000953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { width:3rem;height:3rem;top:39.562501072884rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { width:3rem;height:3rem;top:36.250000953674rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { width:3rem;height:3rem;top:36.250000953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { width:3rem;height:3rem;top:33.000000953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q13VATei0XmbCVV6c33D88C65Nfu7QAq { width:3rem;height:3rem;top:33.000000953674rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xHXNKvbULtpc94OeUrVn34kt91MWJyeq { width:3rem;height:3rem;top:29.687500953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZOUB04BlEPuZqypzBM3CypREaeMOvVV { width:3rem;height:3rem;top:29.687500953674rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { width:3rem;height:3rem;top:29.687500953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { width:3rem;height:3rem;top:26.437500953674rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { width:3rem;height:3rem;top:26.437500953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { width:3rem;height:3rem;top:23.1875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { width:3rem;height:3rem;top:23.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { width:3rem;height:3rem;top:36.250000953674rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { width:3rem;height:3rem;top:36.250000953674rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { width:3rem;height:3rem;top:33.000000953674rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { width:3rem;height:3rem;top:33.000000953674rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { width:3rem;height:3rem;top:29.687500953674rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { width:3rem;height:3rem;top:26.437500953674rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { width:3rem;height:3rem;top:26.437500953674rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { width:3rem;height:3rem;top:26.437500953674rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { width:3rem;height:3rem;top:23.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { width:3rem;height:3rem;top:23.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { width:3rem;height:3rem;top:19.9375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { width:3rem;height:3rem;top:19.9375rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { width:3rem;height:3rem;top:23.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { width:3.3125rem;height:3.3125rem;top:23.1875rem;left:20.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vu6556TqnofxFLEPuDr4euimLnMwVR1G { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { width:2.6875rem;height:0.875rem;top:40.625001072884rem;left:40.937502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { width:2.6875rem;height:0.875rem;top:44.000001430511rem;left:22.625000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { top:29.937500953674rem;left:37.562502086163rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { display:block; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { width:47.75rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwqprTaEbavp8fv0sK22n2qdeKighaKn { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { width:2.9375rem;height:2.9375rem;top:10.25rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { width:2.5rem;height:2.5rem;top:10.375rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { width:2.5rem;height:2.5rem;top:10.374995231628rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoTMv5qUqpznPdCw87O387QuARFl7Qaf { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b50CGL92kHkZiBitv2rcp57nPrOGOo7p { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { width:2.5rem;height:2.5rem;top:23.312496185302rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1QMTzku8o0FM5BPneixqiBqLmyePZAd { width:2.5rem;height:2.5rem;top:23.3125rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { width:2.5rem;height:2.5rem;top:23.3125rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVFiircbx5a4tViaqcegGeIPZsT2qUAw { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgBD4I4v878Ws6zzOi9irWJzleCsTELn { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2UoNvAMVhubE2IKhRgUeTS988vynAoE { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTxspZbqD2pTzv15exfPeOLiF23hzpSi { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { top:20.187490463257rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF71QRpB40A4w7RvyaHu2KVVoPTs069c { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z18lyRlE5DlHXNU14g6llPzZZdhEWWns { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { top:10.406245231628rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { top:20.249284744262rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { top:16.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { top:16.812500953674rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { width:2.5rem;height:2.5rem;top:23.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { width:2.5rem;height:2.5rem;top:23.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cg10dxiU075WfmUBUiOmzVgDLbn8R841 { width:2.5rem;height:2.5rem;top:23.3125rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pt09WXLXaIHn0nw9kgJtmywktzm07KEm { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { width:2.5rem;height:2.5rem;top:23.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { width:2.5rem;height:2.5rem;top:23.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { width:2.5rem;height:2.5rem;top:23.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1shmFIS5SObgub573wu2aWiMhVhr8EF { width:2.5rem;height:2.5rem;top:23.375rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { width:2.5rem;height:2.5rem;top:26.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGCmrL98Fy9stcXG0amfZods5scUUlyA { width:2.5rem;height:2.5rem;top:26.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { width:42.3125rem;height:29.625rem;top:1.375rem;left:2.8750001788139rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { width:1rem;height:1rem;top:1.1875rem;left:44.602274119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { width:1.3125rem;height:1.375rem;top:1rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hctpqAhQyFGhEk0G898diHggOx5rJZew { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { width:3rem;height:3rem;top:26.5rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { width:3rem;height:3rem;top:26.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { width:3rem;height:3rem;top:26.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { width:3rem;height:3rem;top:10.250000476837rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { width:3rem;height:3rem;top:19.919750213623rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { width:3rem;height:3rem;top:7.0000055432319rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGcTTe8gLywp6zdyle73g7eti9yVu7FT { width:3rem;height:3rem;top:23.187496185302rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { width:3rem;height:3rem;top:7.0000004172325rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { width:3rem;height:3rem;top:23.187496185302rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { width:3rem;height:3rem;top:10.187490463257rem;left:30.732956111431rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { width:3rem;height:3rem;top:26.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { width:3rem;height:3rem;top:26.5rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { width:3rem;height:3rem;top:26.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { width:3rem;height:3rem;top:13.499995231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { width:3rem;height:3rem;top:10.187495231628rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCDEHR0XUs44P94t8ztWT25cbULBIhsd { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sz73sCfQl6eL0o36FSk45moaIWMEpci0 { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { width:3rem;height:3rem;top:13.437495231628rem;left:4.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8sPpPaXygDiTcSThEDezNwcpCizvrco { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { width:3rem;height:3rem;top:19.937534332276rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThQFmFutUpuNcf2A4mgJby81rugorKwq { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { width:3rem;height:3rem;top:16.687534332276rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVsWkJAsHJuIw140bfuLPnffGfURLGWr { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { width:3rem;height:3rem;top:10.187495231628rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { width:3rem;height:3rem;top:10.250000476837rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { width:3rem;height:3rem;top:13.437495231628rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5IbQhctxcciE2Tky4NHoGpofACUH4NL { width:3rem;height:3rem;top:23.1875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { width:3rem;height:3rem;top:23.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Niq92lJmRcPut2lRvxDzFio4kikd0yaW { width:3rem;height:3rem;top:23.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { width:3.3125rem;height:3.3125rem;top:10.062490463257rem;left:4.2812501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { width:2.6875rem;height:0.875rem;top:27.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { width:2.6875rem;height:0.875rem;top:27.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { width:2.6875rem;height:0.875rem;top:27.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { width:2.6875rem;height:0.875rem;top:27.5625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { display:block; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { width:47.75rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { width:47.75rem;height:1.95rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { width:3rem;height:3rem;top:7rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { width:2.5rem;height:2.5rem;top:7.25rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { width:2.5rem;height:2.5rem;top:7.25rem;left:7.9375001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { width:2.5rem;height:2.5rem;top:7.25rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { width:2.5rem;height:2.5rem;top:7.25rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfziBTdRbQZJRK660MN2vd99cnDdloVH { width:2.125rem;height:2.125rem;top:7.4375rem;left:17.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { width:2.5rem;height:2.5rem;top:7.25rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { width:2.5rem;height:2.5rem;top:7.25rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2ua1dTGwacztAHNIRyHT31TxarJengh { width:2.75rem;height:2.75rem;top:7.125rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { width:2.75rem;height:2.75rem;top:7.125rem;left:30.875000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { width:2.75rem;height:2.75rem;top:7.0625rem;left:34.125002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { width:2.5rem;height:2.5rem;top:7.25rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwimXu28FwrKTUA20xMQUoJ0tvesknum { width:2.5rem;height:2.5rem;top:7.25rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { width:2.9375rem;height:2.9375rem;top:10.25rem;left:7.7500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { width:2.5rem;height:2.5rem;top:10.4375rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { width:2.875rem;height:2.875rem;top:10.25rem;left:17.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxPzkhXTMfbqeslmoy54wRNdTh953X8y { width:2.5rem;height:2.5rem;top:10.4375rem;left:27.562500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { width:2.5rem;height:2.5rem;top:10.4375rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { width:2.5rem;height:2.5rem;top:10.5rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TovLArmEeIQcCPFKCd7SORqOLNRybzwl { width:2.5rem;height:2.5rem;top:10.375rem;left:37.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4q07Q35CwFawKGaoxNZEVot5B0a59yV { width:2.5rem;height:2.5rem;top:10.4375rem;left:40.812502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { width:2.5rem;height:2.5rem;top:10.374995231628rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { width:2.5rem;height:2.5rem;top:13.75rem;left:4.7500001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { width:2.5rem;height:2.5rem;top:13.8125rem;left:8.0000001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { width:2.5rem;height:2.5rem;top:13.8125rem;left:11.250000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { width:2.5rem;height:2.5rem;top:13.75rem;left:14.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { width:2.5rem;height:2.5rem;top:13.75rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { width:2.5rem;height:2.5rem;top:13.75rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { width:2.75rem;height:2.75rem;top:13.625rem;left:24.125000178814rem;z-index:15504;display:block; }
 }@media only screen and (max-width: 1199px) { #GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { width:2.75rem;height:2.75rem;top:13.625rem;left:27.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfmTBisUNttpvA4yMoVV4tTO6pguauUo { width:2.5rem;height:2.5rem;top:13.6875rem;left:30.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { width:2.5rem;height:2.5rem;top:13.6875rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZzLi3KaeW56c6uAQHOHy968TehmmkKV { width:2.5rem;height:2.5rem;top:23.312496185302rem;left:4.6875001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { width:2.5rem;height:2.5rem;top:23.3125rem;left:17.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { width:2.5rem;height:2.5rem;top:23.4375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { width:2.875rem;height:2.875rem;top:16.6875rem;left:11.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { width:2.5rem;height:2.5rem;top:16.9375rem;left:14.500000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doWF1LUUveUs1r0l5A89uABCiy2CMxpn { top:16.9375rem;left:17.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { top:16.9375rem;left:20.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { top:17.0625rem;left:24.437500178814rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { top:16.9375rem;left:27.625000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { top:16.9375rem;left:30.875000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { top:17.25rem;left:34.500002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { top:17.25rem;left:37.875002086163rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { top:16.9375rem;left:40.937502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAkVMridAeWImqAgcygXo84fEvnxPVyF { top:20.187490463257rem;left:27.687500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { top:20.1875rem;left:4.6250001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNHkHkWM8oedv13V88HVqxApT9zuU6in { top:20.1875rem;left:7.8750001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { top:20.1875rem;left:11.125000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { top:20.5rem;left:14.687500178814rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { top:20.375rem;left:17.875000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { top:20.375rem;left:21.125000178814rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { top:20.1875rem;left:24.312500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { top:20.1875rem;left:34.187502086163rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { top:20.375rem;left:37.687502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { top:20.375rem;left:40.937502086163rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { top:10.406245231628rem;left:21.000000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { top:20.249284744262rem;left:30.937500178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { top:10.4375rem;left:11.250000178814rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { top:16.937500953674rem;left:7.9375001788137rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { top:16.812500953674rem;left:4.7500001788139rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { width:2.5rem;height:2.5rem;top:23.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvbgcJ46u7pyzEVruaPsQrIbKri7orho { width:2.5rem;height:2.5rem;top:23.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { width:2.5rem;height:2.5rem;top:23.3125rem;left:21.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnnHEiOKI50htzTZsxlvETeI766phVbO { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:24.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { width:2.5rem;height:2.5rem;top:23.312511444092rem;left:27.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWVXytc9pGQlwhylynSkkLalGIXvSmDN { width:2.5rem;height:2.5rem;top:23.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { width:2.5rem;height:2.5rem;top:23.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { width:2.5rem;height:2.5rem;top:23.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVm344cBKZH02RnchwQqc9wqJosLXVbN { width:2.5rem;height:2.5rem;top:23.375rem;left:40.875002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { width:2.5rem;height:2.5rem;top:26.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { width:2.5rem;height:2.5rem;top:26.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { width:42.3125rem;height:29.625rem;top:1.5000499486923rem;left:2.875rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 1199px) { #weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { width:1rem;height:1rem;top:1.1875rem;left:44.602274119854rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { width:1.25rem;height:1.25rem;top:1.0625rem;left:44.500002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { width:1.3125rem;height:1.375rem;top:1rem;left:44.446024119854rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { width:3rem;height:3rem;top:10.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { width:3rem;height:3rem;top:26.5625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { width:3rem;height:3rem;top:10.250000476837rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { width:3rem;height:3rem;top:19.919750213623rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SukE78SGtESBX9LTeZ361BiUWvxLMblm { width:3rem;height:3rem;top:7.0000055432319rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { width:3rem;height:3rem;top:23.187496185302rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbCB3SluXnslwysbAaXeUtT9MABgTKQc { width:3rem;height:3rem;top:7rem;left:4.4375001788139rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 1199px) { #dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { width:3rem;height:3rem;top:7.0000004172325rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { width:3rem;height:3rem;top:23.187496185302rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { width:3rem;height:3rem;top:10.187490463257rem;left:30.732956111431rem;z-index:14971;display:block; }
 }@media only screen and (max-width: 1199px) { #aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { width:3rem;height:3rem;top:26.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { width:3rem;height:3rem;top:7rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { width:3rem;height:3rem;top:7rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { width:3rem;height:3rem;top:7rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { width:3rem;height:3rem;top:7rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { width:3rem;height:3rem;top:7rem;left:17.437500178814rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 1199px) { #SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { width:3rem;height:3rem;top:7rem;left:14.187500178814rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 1199px) { #FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { width:3rem;height:3rem;top:7rem;left:10.937500178814rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 1199px) { #b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 1199px) { #Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { width:3rem;height:3rem;top:13.499995231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { width:3rem;height:3rem;top:10.187495231628rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { width:3rem;height:3rem;top:23.1875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { width:3rem;height:3rem;top:23.1875rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { width:3rem;height:3rem;top:23.1875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { width:3rem;height:3rem;top:19.9375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMd1L12Tk74F1PTKtszCiqTODRyHPics { width:3rem;height:3rem;top:19.9375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { width:3rem;height:3rem;top:19.9375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { width:3rem;height:3rem;top:16.6875rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { width:3rem;height:3rem;top:16.6875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { width:3rem;height:3rem;top:13.4375rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { width:3rem;height:3rem;top:13.4375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { width:3rem;height:3rem;top:13.437495231628rem;left:4.5000001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { width:3rem;height:3rem;top:23.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { width:3rem;height:3rem;top:23.1875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { width:3rem;height:3rem;top:19.9375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { width:3rem;height:3rem;top:19.9375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { width:3rem;height:3rem;top:16.6875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { width:3rem;height:3rem;top:16.6875rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { width:3rem;height:3rem;top:16.6875rem;left:11.000000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { width:3rem;height:3rem;top:13.4375rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { width:3rem;height:3rem;top:13.4375rem;left:14.187500178814rem;z-index:14972;display:block; }
 }@media only screen and (max-width: 1199px) { #N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { width:3rem;height:3rem;top:10.1875rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { width:3rem;height:3rem;top:19.937534332276rem;left:14.187500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpa3CucP1uemNPqagvK08TgnQzHheleV { width:3rem;height:3rem;top:23.1875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { width:3rem;height:3rem;top:19.9375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { width:3rem;height:3rem;top:19.9375rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { width:3rem;height:3rem;top:19.9375rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { width:3rem;height:3rem;top:16.6875rem;left:30.687500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { width:3rem;height:3rem;top:16.6875rem;left:4.4375001788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { width:3rem;height:3rem;top:13.4375rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { width:3rem;height:3rem;top:13.4375rem;left:10.937500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { width:3rem;height:3rem;top:10.1875rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { width:3rem;height:3rem;top:10.1875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { width:3rem;height:3rem;top:10.1875rem;left:34.000002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { width:3rem;height:3rem;top:16.687534332276rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #va6V8eKZJeBR2gLctunTrbevLr3wNekF { width:3rem;height:3rem;top:23.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { width:3rem;height:3rem;top:19.9375rem;left:37.312502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { width:3rem;height:3rem;top:16.6875rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { width:3rem;height:3rem;top:16.6875rem;left:27.375000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { width:3rem;height:3rem;top:13.4375rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { width:3rem;height:3rem;top:13.4375rem;left:24.062500178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJTQVakTp9czPKeZ7NZuG42VRz12wouU { width:3rem;height:3rem;top:13.4375rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { width:3rem;height:3rem;top:10.1875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { width:3rem;height:3rem;top:16.6875rem;left:40.625002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { width:3rem;height:3rem;top:16.6875rem;left:20.750000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8hbspObh4aGogBIwrT7vE43x0gTzshM { width:3rem;height:3rem;top:10.187495231628rem;left:24.125000178814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { width:3rem;height:3rem;top:10.250000476837rem;left:7.6875001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfqvVfqtWZOC6kp06hcyR02LGSob896g { width:3.3125rem;height:3.3125rem;top:10.062490463257rem;left:4.2812501788139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { width:3rem;height:3rem;top:19.9375rem;left:17.437500178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { width:2.5rem;height:2.5rem;top:13.625rem;left:34.250002086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { width:2.5rem;height:2.5rem;top:13.6875rem;left:37.562502086163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { width:3rem;height:3rem;top:7rem;left:7.6875001788137rem;z-index:14978;display:none; }
 }@media only screen and (max-width: 1199px) { #avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { width:3rem;height:3rem;top:10.187495231628rem;left:37.312502086163rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { width:3rem;height:3rem;top:13.4375rem;left:20.750000178814rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { width:3rem;height:3rem;top:23.186789870262rem;left:14.250000178814rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #slXSKMluoE6RRSqa38TbwlvCdOXmapRN { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/d5c10a5a-31f0-4672-9721-cc14be6c6beb/Group1261155237.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN.adaptive-delivery-prevent-bg, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyload, #slXSKMluoE6RRSqa38TbwlvCdOXmapRN.lazyloading { background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { background-color: transparent; background-image: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row > .video-iframe-container { display: none; }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .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); }#slXSKMluoE6RRSqa38TbwlvCdOXmapRN > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBZU5CmlFuWdTi6KtO6SJrLxLV26JyRZ { width:4.9375rem;height:1.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je59vanziZw6BW7S3yiMfgQm3uCbO6SW { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfrhDNvuucWnWHrZET8l1culIMQQ69nt { width:15rem;height:1.5625rem;top:5.0596590042114rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eN7NuEUfl4GLtlPSUKrXKPSzivwr8El6 { width:9.0625rem;height:1.9375rem;top:0.78125rem;left:5.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #h8rsSHgoI6lMUTTlL04lM4KzJJK8QCaH { width:1.125rem;height:1.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3BombTbs8DZIvVntXZ4mZeXcV54ckwD { width:16.4375rem;height:3.9rem;top:19rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDma4WQ0Z5hKNAH4a7xCmmk3rvxlvU7U { width:1.125rem;height:1.375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNwJEqGcmzeAIlSZQtibmnGiNbNPzQI { width:15.875rem;height:2.6rem;top:23.375rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTHuqQLhqslQhJxL6wmxXqAzPn5Xbyz0 { width:8.25rem;height:1.1375rem;top:24.861724853516rem;left:7.8750005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oulL2dLvhpoEu4lsxryDqbfMWSzDdbzq { width:1.125rem;height:1.375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWDU7e76F4fBphNM4cQWoSmc0thyacdD { width:15.25rem;height:2.6rem;top:26.5rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEXGCvVZnzqvqgweq4ilbCvir7mgS9X8 { width:1.375rem;height:1.375rem;top:27.786712646484rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpZZwQeE8epEbiFLa9DaM1hholNDcBc { display:block; }
 }@media only screen and (max-width: 763px) { #BKNVWgEA5RKvMFvVB6gum9evvZd2EUhB { width:8.5rem;height:13.2rem;top:25.1875rem;left:10.625000536442rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VvKK5VBPKVotIXrc3N6w69ielwx5s17q { width:0.75rem;height:0.75rem;top:28.086715698243rem;left:8.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5VEcd14IPk7R3bH6r5RTCi0fh0V9iCC { width:9.6875rem;height:14.125rem;top:24.785938262939rem;left:9.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeL3c4zbAfaIPdUgN7gIUH1c7T9ZdtN { display:flex;width:1.3125rem;height:1.3125rem;top:27.836715698243rem;left:8.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #tyApVTTmX1ngDGp6aMHncTzoSNktmCE5 { width:14.4375rem;height:0;top:37.3125rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #yg7T3KSJEIZc20vOUnDIwnPMVGtaAo68 { width:1.125rem;height:1.375rem;top:29.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eU5s8cQn8NteTwRMS0mT0nPu1wT0Zh { width:15.625rem;height:5.2rem;top:29.750778198243rem;left:1.8125000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0zOovs9wOPtTxRbxcF9NWOqpWSnZhf1 { width:19.6875rem;height:3.5rem;top:37.640625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT57XbaoErgxM7vSSuo8ZF1fAwRaTIVT { display:block; }
 }@media only screen and (max-width: 763px) { #oOWvcMFHJGtJB0TsOQNu5yiXBsdAilkf { width:18.3125rem;height:1.3rem;top:36.091400146484rem;left:0.84374994039537rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5TxsRTDtTM1hOBVSEmMeyFEsR9dgLA { width:16.0625rem;height:0;top:38.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RqsnGbt1MMsHrkqkemvPoew7y7oMULWf { width:14.4375rem;height:0;top:38.3125rem;left:8.0625rem;font-size:6.125rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #l0V8vmPbUNILXHNgh1f7E8aZqHsktpmr { top:6.8579549789431rem;left:0rem;width:19.625rem;height:11rem;z-index:15235;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sUcewihKCk95c9NZ8SchXt2LCvHzgdkv { width:16.5rem;height:4.3125rem;top:43.769886016846rem;left:1.3750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZ7sR4W0o5qbUPT8Laqy9MLeTcPBog89 { width:15.0625rem;height:1.75rem;top:3.7464489936829rem;left:0rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GsoTxczbTcT0izgcT147iupfiR8Kul79 { width:20rem;height:2.8125rem;top:41.757034301757rem;left:-0.030468761920929rem;z-index:15237;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lbybwaqJpcWFcd1K87TCR05irbT7PwFg { width:20rem;height:11.212938005391rem;top:47.311080932618rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/d5c10a5a-31f0-4672-9721-cc14be6c6beb/Group1261155237.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.adaptive-delivery-prevent-bg, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyload, #mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv.lazyloading { background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { background-color: transparent; background-image: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row > .video-iframe-container { display: none; }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .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); }#mmTf8Vk5tqUoZ8doxZfubrmC6zScczSv > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwIpwfJGx6MmPeZExqCsgaKULqlJkXzX { width:4.9375rem;height:1.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJDiFTcfomoaVwdrZU65nmTtvhXCISf { width:1.8125rem;height:1.8125rem;top:0.67421913146975rem;left:18.187499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeLG05o8HQa6V7kdnkOQENhA1mcv3iWq { width:1.125rem;height:1.375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdmU25g0DJLbP55nwSg6TeMAMRTzZCPa { width:20rem;height:2.27059375rem;top:5.0000009536743rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6ybktXkHxlL6TIilo9fiQGOAcQ3AC4x { width:16.5625rem;height:3.9rem;top:17.375rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RH3a5uFQ6DFaHnC4F0r4nbA8HkAJLp5K { width:1.125rem;height:1.375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Ts91qHPE8ueVcPymAXKmV7CX4M7Oe2 { width:15.875rem;height:2.6rem;top:22.0625rem;left:1.7500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mbeqbgk7gEVgQR9EuozbInfc4VpfWJqq { width:8.375rem;height:1.1375rem;top:23.47265625rem;left:7.8750005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SnPGbIrEUtd5ciBBvTxoa9qCyV1r5unO { width:1.125rem;height:1.375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQNKAM9pWpT0xyCfUFyKPAa88nBaooXL { width:15.25rem;height:2.6rem;top:25.375rem;left:1.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4HXEUtBgu8xvXxtcsgTGKA8zRAqCNU { display:flex;width:1.3125rem;height:1.3125rem;top:26.5859375rem;left:9.2187505364419rem; }
 }@media only screen and (max-width: 763px) { #X9QUiv0g91vJcmvCPboRclN06T3TlbPO { width:1.375rem;height:1.375rem;top:26.598434448243rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUIVIWnhVNb00WpFNABuR2dTtSW2TdG { display:block; }
 }@media only screen and (max-width: 763px) { #bZDZpTSq36uJxCweDO84IOnM8XA0va3U { width:9.5rem;height:14rem;top:20.16015625rem;left:10.123437464237rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtT0Q6UtLbQeSmNkTFqbWlU9x4XsWZb { width:8.5625rem;height:13.2rem;top:20.5859375rem;left:10.6875rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwflh2uOkiQdciNmOu6yKeU1Oa6NBKrW { width:0.75rem;height:0.75rem;top:26.8984375rem;left:8.3437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6TUJqX6QhDdvuSxXMDFzu7Oomti6QK { width:1.125rem;height:1.375rem;top:28.396881103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9mRJ2bCuZOnzXNvOLrMSFbzAqen3A9U { width:18.375rem;height:5.2rem;top:28.568756103516rem;left:1.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkCRalhuyZmRUhNxfv22dm9TOJoIpCT2 { width:19.6875rem;height:3.5rem;top:35.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BseBreS34XdH2cyqMRkLe9QdTX1D5MCU { display:block; }
 }@media only screen and (max-width: 763px) { #D4xMwTmZ0UIxbnZPQMtAHQiq7925b2b1 { top:6.1250014305115rem;left:0.3125rem;width:18.75rem;height:10.5625rem;z-index:15236;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DKx3HE2tkiTU0zd2u1mkJCVWuaV8mztm { width:17rem;height:4.4375rem;top:43.793319225311rem;left:1.3750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hz280cCh17E0tyBrzZRxg5qTscxUlizs { width:15.0625rem;height:1.75rem;top:3.75rem;left:0rem;z-index:15237;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wa9LPcKTdoKTUvmZIloVVKawsVmth82V { width:20rem;height:11.212938005391rem;top:47.417613983154rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ux2APO8dyxTOW7ZppeXFp8wMqrOw24PF { top:40.125rem;left:0rem;width:20rem;height:2.9375rem;z-index:15238;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/078d7029-2a03-4311-a0c5-5d0447e052c0/zaokraglenie2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.adaptive-delivery-prevent-bg, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyload, #S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG.lazyloading { background-image: none; }#S6whk5RwrdhBbIoD6XDtyEMPDSltT7TG > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT { display:none; }#eF4OJTgtDAV0SZov91wqu5xOLRnvrkwT > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktG77pQq53VR5tHIcoaUvHLVXCM7DHcu { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMqa3dC70FzBZ7CMe0wWZbieNhxWknBd { width:12.3125rem;height:2.75rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BWMRfgEPkTueO6eH82FuRebJaMrBVOAh { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHbp47B2Z7tqtvhlIyWQXFvn1fcDZqe8 { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyyiIog6z634exTQSd55tnTHG4zwFJ75 { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeiEzBroOiW9tzvPZOkyTccSIXVHbtx { width:19.75rem;height:16.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLeATTP2MbTnDqh1trNRtrcLfTiWIh1K { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Pa7qT62iBgkaOhnVo1LRTrJtMBk7r8ms { width:15rem;height:4.546875rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H2c0HvsKbihtsV0k9ib7aPAUGZNyst6s { width:8.875rem;height:0.962525rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UCvIpAKtr0KN3QmNpB931oDIUJzBdiCB { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEsU9lRLnF3RKchVkR1iVgG6Jotlssl { display:block; }
 }@media only screen and (max-width: 763px) { #pdZ2BpfCocyCIC93TBEa3qAF1zGsoFEK { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ERBiMlhU5mr5XxX5EizQaI8GHTi0HZ { display:block; }
 }@media only screen and (max-width: 763px) { #F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO { display:none; }#F8wPXqdgAX9sMWRQV5h4wC7R3dJVqFGO > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CepSf6ZgxOsuN0IF4HMt6VeVsgcGWpfv { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xt3XbTGTrDIXtE4iPnBLm1TD25RMEd88 { width:15.0625rem;height:2.75rem;top:1.5625rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oOivcMQlkzBaTHwr9aSkgo0i1CXGHfcW { width:19.75rem;height:10.75rem;top:3.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Cc4Vq8JFLVHt4kxqoKNTUBhXHu53bnTR { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WDPGcqakoUAuX5N3DaDhi6Mnou7kLmoL { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBochVIhefq7s3vKpo3sZuFnDOVMm4Pz { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpblpKxsXw5Dx1GSsFW9IFl6FLEPHa9 { display:block; }
 }@media only screen and (max-width: 763px) { #o2kuUUx2FfFaHr5yOETX62cP4tdmczek { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUkl5mWxVIdaCsCMgzFvBFRMMQvXlk81 { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR6WBNrFHsptlN3rnEq9DBHzZDzdQBrA { display:block; }
 }@media only screen and (max-width: 763px) { #iyPZnT9PrfeaM6kkyagbqnVJiV7u7y5O { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4hV8bCKHGgCNumfqNyZoTKQMEEMLgm { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfHJyNSA1JEE2mU9ETVc1fTTtAqnByK { display:block; }
 }@media only screen and (max-width: 763px) { #MGEIGLTvvSnmRQwA12QZTWKqntHGvQ5C { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAMOgSsiPdQgMSmEW2PlPcFg2IMTTHr { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #BKUCmFNKtGQP5uXqdDe02DTpQRchXHSE { display:block; }
 }@media only screen and (max-width: 763px) { #gGD7nbrOE07I2le6nE49UcPT0d5aCedl { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTfwFHwwfqDJvdRbg7IPWRKM7SW1rGA { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7Jbi7QJasvTzZUxOKSQRTs8wRwTfEt { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLTvfebrXFiG9e2bco1uyZtRXNTG2Tz { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTLBvZxbPQsyakTvtybLmvT61LknQzR { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hKJlvvxs9xdJgTpvAkG2xDG8gEbixz { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW1K2Ftwl9vgiEVXbIKNosRyXyR3C0A { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvrfCer6KnVP9UHTVFqGTTzsSCkU617 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpiedUTv5ZFGCv4maiyk3uxL93v5h7dV { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfkPF1eEIGdPPcQiGwZlVOwM32Css51c { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqyUpe8JWg7dK4KdF4LXDvzGcau5Lw8P { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRKGKuaROwEbufyn4vZJbxPCWqKmPDE { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNwJMFbuw81X4nsrE5eSveITTqdvDta { width:18.4rem;height:2.9rem;top:23.298958778381rem;left:0.80000019073488rem;z-index:15201;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #nz3KUlvGkZw00SQ0xqqUw4lMeT00SowK { display:block; }
 }@media only screen and (max-width: 763px) { #ObeVS9N7kr0fRPDq8VzfM7w3FJKlS0bl { width:20rem;height:6.82225rem;top:14.5625rem;left:0rem;font-size:0.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gq9Xn9aMVTOhD7KP3VQbeJteiTCbbFrc { width:0.5rem;height:0.5rem;top:14.825000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpnwkRZb55cPJOoFax0JLky8XpCXSTFd { display:none; }#PpnwkRZb55cPJOoFax0JLky8XpCXSTFd > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vgZPMQISSrJ5PTbtEVdiq9JaV17A0RGf { top:20.90625rem;left:10.8125rem;width:2.75rem;height:2.75rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxpmq4QLTJcnTgr8spuFziQX9DtQRF6r { top:21.09375rem;left:15.9375rem;width:2.375rem;height:2.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FDf7V9bdlnPzeFbkTeqM3Bv3oRAZBb4E { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #onvh1WoPGHaZcUDiZOJLOXFBVAnaRfs1 { width:17.0625rem;height:2.75rem;top:1.625rem;left:1.4687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oy8rAtfR4lSD19E1Mm26Kg7NBeQMaDLx { width:19.75rem;height:21.9375rem;top:3.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #A7tgAGNmg2XxH5I7VeNWRqw012a1KEKC { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rsnp1tFTpBMZOXNwvFIwZOwvO91SkCpB { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nUZmoLnQ7vSwlH4v9eCapGDoT6xCs0Lo { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WTrVMp7yuLDw0yb6o8O4CHomHNLiXX03 { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #TlNTxZZMFo8XC95hL8Uc2z2CKi7cL9TL { display:block; }
 }@media only screen and (max-width: 763px) { #vBGvmBpIvrlv78EQKdTQQccvZazJ0U6d { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #DtcUZyti4PTpvxAcz3waMhwTwwTl1xLH { display:block; }
 }@media only screen and (max-width: 763px) { #FTTQLwhncnASvkTbTEnzLVghtMp1iEmT { width:18.8125rem;height:2.923825rem;top:6.0499935150146rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCVmusmOqtKQKBF34UZEIEZSTXEx0u9a { width:13rem;height:0.975rem;top:7.9874992370606rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK7WW3msUwST4hlthLZMQTWToKtivell { width:9.8125rem;height:1.3125rem;top:7.85000038147rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILdk8mlOUzzaw8al08lRSUg67ZrHAUu0 { display:block; }
 }@media only screen and (max-width: 763px) { #hmNrhMwSPwTflDfUyeMRGxpATU4x2dhK { width:3.6875rem;height:3.6875rem;top:9.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EosdC7OUkTzDVuSiVOHMo6bkgEz7E1SM { width:4rem;height:4rem;top:9.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL95nQrL93gCoLVv2l2py9PZkEmTFdJA { display:block; }
 }@media only screen and (max-width: 763px) { #UzbWCSegrm3g8eByN9mZvomOF57P5KOc { width:3.125rem;height:1.125rem;top:11.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uez76WMZyqQS7eTpGTClGzq5Md6Htf { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulefvRTEozZ9EeXul9XkpT6qCHrmCbJ { display:block; }
 }@media only screen and (max-width: 763px) { #XwgRK7TXGM9wBA1D5wLNTtayrItxT8lc { width:3.125rem;height:1.125rem;top:11.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrO0deO9r3RqztcTiwGsSFaX0yK7g1ZL { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZfu6QOUIAapX39933cnHRs4iSRADQDT { display:block; }
 }@media only screen and (max-width: 763px) { #q0IhC2yukFfMLMXoG5O0UaAMuXEJUALy { width:2.3125rem;height:2.625rem;top:10.3125rem;left:15.783332824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv51Tzw78R033AiWAzfGis1mLRJTuZa1 { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1iaIXZ40FtL9HNBye5ontKGt1Z6UAR { display:block; }
 }@media only screen and (max-width: 763px) { #Vv0PdOVT6rSLpSSOCM23PDflZrpdwB3A { width:1.875rem;height:2.3125rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNp2aLhTs2f2QCJKr31EtOJOkw3aq99 { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8RTpDKmpTy86oblVpDUEMZf5NhsfQF0 { display:block; }
 }@media only screen and (max-width: 763px) { #oaHbLaOoMEBTTbHropkcw80Cl3cxGVzi { width:3.625rem;height:3.625rem;top:15.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iD0p7piwcfCy5aan9vVh1f7ifheyCu { width:4rem;height:4rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhG4WURQdptKGa3ECpfyKBldmBr8f9q { display:block; }
 }@media only screen and (max-width: 763px) { #JTVLiDGu8uq5NGkrECHA0LWaUd3Rgl6d { width:2.75rem;height:1.75rem;top:16.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwBrscWtl9OkJv2cTgQUE4VikVnVPiQ { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9zFTV5CT8NTve9BUXtNEIfaRZpDM9H { display:block; }
 }@media only screen and (max-width: 763px) { #scTGTKJQyVni2VlCUZs7k07P6KyZOApM { width:2.875rem;height:2.25rem;top:16.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSmJzwsbAt0g7LcPpVZqV9goTi13fL5 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ORBcpVMoAs7SL5gEph2TC2TNTl7GyH { display:block; }
 }@media only screen and (max-width: 763px) { #H722qWQ2fIAH5xwXczSGDTveLbNbhOQF { width:2.8125rem;height:2.8125rem;top:20.643749237061rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFBXo1HqsQJ7N6UvrXKcDeq5b3vXmrI { width:4rem;height:4rem;top:20.1875rem;left:0.875rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #PVgANxZghZJm7m4tmJKsQu4Usmo0T3fi { display:block; }
 }@media only screen and (max-width: 763px) { #MFaQ3bqgFqwOc1qOqlnWH9CKhnaDhqin { width:5rem;height:5rem;top:44.9875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtAaOTQTfODtgTXGdelH2qKdA2LUbP1g { width:4rem;height:4rem;top:9.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htxPkBJn6XH4SoqhQif17cAqXsvREuMa { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16JO9yCbPpMtFTBbyIVDd70B58PdpnX { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSFDS2eznnIdC7FGVW0NVlKmytAa0IJI { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpBEM6aawnXNyugVaPbUE2sC6TTMlJLE { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqRS2XtElaFmQ4pX2fNTlTsEahBwdgo { width:4rem;height:4rem;top:15.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbH2eQ0oKwSgUEEpR8PickSwT9xTTih { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hA3wwzi0fgptaITJAvUBLhzDxEgEw9 { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxM7xxKVx55taHS96de3HXCDGPGngpQE { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuZkTJWPHvTOLNypbX5TEdCNOlTy3e4 { width:2.625rem;height:2.625rem;top:20.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1aFC5cHiuAqzmqMXTAQN4Aadv5zxsg { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #fXikNRh9yZ30O5eSZRq3upuQa5f2ucgC { display:block; }
 }@media only screen and (max-width: 763px) { #eVgKeCo2pdqGatu1vTrxFqNUPkOQms8G { width:4rem;height:4rem;top:20.28125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5boSB4glsRCZr8ud6GgG7iv6fh1xg4K { width:1.25rem;height:1.25rem;top:20.03125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsWs3KMP23qNNyxPoWANHdDoAzUfJelX { width:4rem;height:4rem;top:24.187501132488rem;left:5.2375002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFFA4PBl6HETRvq4XW6lcXAOZdoR7Ivh { display:block; }
 }@media only screen and (max-width: 763px) { #QwfDvZH9eyWHxradPVTqL1wP9DCVhZcG { width:5rem;height:5rem;top:57.175rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsZyZ3HLVEpmn2hwOPD23ECVq8uJw54P { width:4rem;height:4rem;top:9.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBdO3aHimViiEfgB7ez8ZKnbJ1ynxp8M { width:5rem;height:5rem;top:9rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X777vALLK8sOg31ofozgXBN0EeT1paHD { display:block; }
 }@media only screen and (max-width: 763px) { #ahIR7yxcldQvveVdDo8aEAemJeLTZlrg { width:0.75rem;height:0.8125rem;top:23.03125rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #GlzmskDS4kOAoV83LnbwmzccHyDmDAA0 { width:0.75rem;height:0.8125rem;top:23.03125rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #BDEU4Ick21WaZlIuxn3TpT898rIwpVuc { width:0.75rem;height:0.8125rem;top:63.425rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqLLNO03azFHImerlpUe7brD3rQpag3g { width:0.75rem;height:0.8125rem;top:48.8rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOpT7T9zh3b2WMVeHThyGrM4S3xnnFwI { width:0.75rem;height:0.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLQCCwTbRlFDpGMo02PF4p6Iag8PxJM { width:0.75rem;height:0.75rem;top:12.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6nDebITA3TCmf40WhHPSaaNOaUc6Xge { width:0.75rem;height:0.8125rem;top:12.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqFDJIExzkhkeq9Dff3Wa9EX6v9dhUc { width:0.75rem;height:0.8125rem;top:12.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGuMkLq8kePQbMyoyVwIQqiFUA5FbSwn { width:0.75rem;height:0.8125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2zbggyceLZDzfEW7iIFAT6qmsKIebCs { width:0.75rem;height:0.8125rem;top:18.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpR7ML2E63ixe4no2SSByzvUcDuuDlF { width:0.75rem;height:0.8125rem;top:18.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRpCrJgrTeuS1r3MbBoV6HI0T2U3EWAG { width:0.75rem;height:0.8125rem;top:18.125rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXxMMoILET5ChLQypOMf6Dlu96g5x6U { width:0.75rem;height:0.8125rem;top:23.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNmfMxRalVRWz7BJQSeLwCDyunRVnqwN { width:0.75rem;height:0.8125rem;top:23.03125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSLl7MIvLS8oZeDGz55kTTdLuQpoKSE7 { width:20rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0LekanMg8qr0EFrGTpX2MLrtn0s5VD { display:block; }
 }@media only screen and (max-width: 763px) { #sqIfavCP5zlUJ5giWkiLGynWfnVGAki9 { width:20rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLoiLGxgEVHhlKvK8ySdelP7kKfN8uOu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:20rem;height:3.5rem;top:1.1625003814698rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.27415rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.249025rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.27415rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB { display:block; }#JHPrpDib9xZ7BsZ1lVwA9B5tROPcRQIB > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 { display:block; }#DcHtQQWPFc4bX0bc0AeSwcQm6iA90v56 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef38e464fb1c3a4537ee576491602d28 { width:19rem;height:1.95rem;top:0.0179443359375rem;left:0.49999994039536rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypATLCIsOMdmIbwmpXo1HIab6M56vkKm { width:13.5625rem;height:1.4375rem;top:0.9375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXTGToEv15M55WgtpdviyvmZGRBAz5V3 { width:9.75rem;height:auto;top:0.375rem;left:5.125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lc6a092537f2ad682f8d9d14b9c2b99b { width:19.8125rem;height:19.5rem;top:3.125rem;left:0.064630627632144rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBPzU2xk5atWHwHKguCFx37nTy8S3Fy6 { width:9.8125rem;height:1.2rem;top:3.6598052978516rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1h75s1MVtOTCnCyQNtD0CTuXymzrIhS { width:5.625rem;height:5.4rem;top:4.4836730957031rem;left:0.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP0VJNdUPIiRO6ZRTeqUGeTr1gQWgnW3 { width:8.25rem;height:3rem;top:8.89631652832rem;left:0.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6b706b7706f9f6c4ced65b857f5182 { width:9.8125rem;height:1.2rem;top:13.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8B1t8Qu3SpQf91V6Zb86VzXxgVg8pmc { width:9.8125rem;height:1.2rem;top:14.921173095703rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTApd8XGt6R2C7wQvZoLwpoOd4N7ltE1 { width:18.25rem;height:2.125rem;top:16.644897460938rem;left:0.875rem;z-index:15252;display:block; }
 }@media only screen and (max-width: 763px) { #c28FPZTRH1Rd773U41gUVZZdvXppEiea { display:block; }
 }@media only screen and (max-width: 763px) { #G4WzxsuKDmwuH79K5ma9WMoL4DMDx0Nv { width:20rem;height:17.25rem;top:2.5319604873658rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d862d9f7463793a22fcde56ea8f7d368 { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc977074d772e79af43db76aeb84a8f9 { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZaFdlzg2Kudymw9nD90O6CZg61s4iFA { width:5.625rem;height:0;top:49.940979003906rem;left:14.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX0QhsSNUwz3ed2ySebF6xdVrIDcwSGV { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWNPUrVaKR4JzknwcrJPdZPa3hafZmyl { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJAJ2evDdgbTPi817wu4xdTn4U6kEE1q { width:9.8125rem;height:0;top:47.416205883026rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I76020982929823963a7e7af9973d055 { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0b67f32935a50870df96f2ec906c7ab { display:block; }
 }@media only screen and (max-width: 763px) { #Iym84r27Eb1dZ5a1LosP07L1LPhIZa4n { width:15.75rem;height:2.3125rem;top:44.374301910401rem;left:2.1250001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4b682bb12879aca3100aa0d340bbd84 { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uthradc0vpTSCRF75H8Qz3UhfhU2P1kF { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSiQkiPTIhL6rGQcVD2VMSDykLob6W6F { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #No4NCP4z0RRUNbtPRElmfr4gIMZ5heOF { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgLZpTFTFJ7MlbSpxWm7m2AZr5C730W9 { width:9.8125rem;height:0;top:46.517057895661rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVodVT2vi6GtJDFTckodxw4FozpGHFvs { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9d60cd2b2ce5218eed0ddfb3108d86b { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc345c71b475cd391707d1c98d763782 { display:block; }
 }@media only screen and (max-width: 763px) { #LbhqTUhXTkEuIErnXEu062TVTauW1PlW { width:15.75rem;height:2.3125rem;top:48.436790466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbe4148f9a8022eccc90316fd4e5f74e { width:12.5625rem;height:1.05rem;top:21.124290466309rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDOHEFoBeKqtTiTDIfCfmqXwWMyU8Rvr { width:2.375rem;height:2.1rem;top:22.799713134766rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClAyVfVlsPGdlVfNRn8xAKmi99c8dk9 { width:8.3125rem;height:0.975rem;top:23.298294067382rem;left:3.3750001192093rem;font-size:0.75rem;z-index:15253;display:block; }
 }@media only screen and (max-width: 763px) { #ed20f2b40e86976f0a72f3f7299f4475 { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbqaHJUAcFw9kk0l0mbw9Kcb8ZgTS7Gq { width:4.5rem;height:0;top:47.718750953674rem;left:3.28125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcdcb0de63bc2025fbe94b7593da4bcc { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O49a859b71eeee12f36eb878d549f41c { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUC4vFHm3GerQyLIbpvMXKBIZCh1XT8E { width:4.5rem;height:0;top:51.267058372498rem;left:3.15625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p20a397c0881a1b38ba9111499df9ce8 { width:9.75rem;height:auto;top:25.3125rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2a2983090eef04d629452d0f68cf982 { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0ce4033fd8d52696e158af98d8af6ec { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLJ0mofsTIsCpx2GVQ7ECI1yL82JPidE { width:2.8125rem;height:0.9rem;top:26.519172668457rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWQvzeq5lHwOUxHHOTBKFpRvkffc7Lc5 { width:6.25rem;height:0.625rem;top:26.655540466309rem;left:5.107954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21ZFWlL9c2uNBCQ0fP7TszhhC5RTaQB { width:6.25rem;height:0.625rem;top:26.655540466309rem;left:12.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLGs8mrELQC6ZpSUhfzA17bNn0FQrJTG { width:1.125rem;height:1.125rem;top:32.374286651611rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu6CdTTRhxophp7l8hPbT0n7HeyS5RsV { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NccH5qoKbnuISyVCbrQa9B0EnVAyc9Qr { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsHgFzVX2gCaqbfuDchTzhpDbKtNV7aH { width:2.8125rem;height:0;top:32.487216949463rem;left:2.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyRQtTRu3r03UbHc9m1QfsLN5SoW91Vw { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:5.3125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVhMFpkz9aNXyHBmncztBJE1pETsBg0R { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:8.7500001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkMw3O0d4ai2lwQtf0aUO1oZU54Ci1E4 { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:12.187500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyMnAPqFRmJczCFmJdmmfs9iZKVvsd9X { width:2.875rem;height:0.9375rem;top:32.468036651611rem;left:15.607954144478rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGs6ngC1vKbVlPSMtCUVndhqlKwkStwt { width:2.9375rem;height:auto;top:32.9375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBW7W2gPEPGk72RvzBUr7leo4RwH42iZ { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #viteWn9BmTaeVZCRWvkKVSDToWycKySr { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8uJwpe80GScWsl5QFCqdCFQZnT2nWCv { width:2.8125rem;height:0.9rem;top:29.425422668457rem;left:2.5000001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwi3FTF9rS6f6551MAnRd9xHkE92J0Lk { width:10.25rem;height:2.375rem;top:28.686790466309rem;left:5.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOG0ThtrGD4UD0KX3M8CSRO1Ish9RpN { width:1.125rem;height:1.125rem;top:26.405540466309rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr80cHmOGax8WAufyx5nwkWQXHpwwTV4 { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5SfQxSsBPgPmdpeNNGVKgOe3cXTgqII { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB5bh8WzSLnIVNc2LaMmtWe2Lf9lEvhl { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8tPLIWLM789pRefvEKOHI68k3hTSi0F { width:13.125rem;height:1.8125rem;top:33.556106567382rem;left:1.982954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTULEXZ4GfDt1LlNuTfMMMk9Oq2COsP3 { width:1.125rem;height:1.125rem;top:29.311790466309rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaQaiXa4iKVXyQhRwHiqlxsBhm1aAoGg { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTwnh5ChTsCVNtyJJGKrONVpXWNORVXn { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeTdD9v5kT3EnVg3XPECW5DF8pTyLSaO { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeEI79AXunxeJD9uVht5yMcKNyGSfEiX { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2DikyBR0M48MT7koF8fMh1kbbAQ5hvK { width:18.25rem;height:2.125rem;top:37.328907012939rem;left:0.87499994039537rem;z-index:15254;display:block; }
 }@media only screen and (max-width: 763px) { #TMUAUONSXOgCeoc2CqTydHxddiH9onkg { display:block; }
 }@media only screen and (max-width: 763px) { #c8ed66d8b7013fdf079da8a246d4a675 { width:8.0625rem;height:0.975rem;top:40.140628814698rem;left:5.9687500596046rem;font-size:0.75rem;z-index:15255;display:block; }
 }@media only screen and (max-width: 763px) { #e5cI7ODMrkpIdmT9ZTPGMA4fZrJ2Bkpe { width:9.0625rem;height:0;top:41.625rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF9UEMsOGnRzpeg22In9L3yNOnA98Je7 { width:9.5625rem;height:0;top:50.301849365234rem;left:3.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unoL0tcJLSrlncekoRvMcFiXt8MCmHWs { width:15.5625rem;height:2.125rem;top:52.312501907349rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bumOBfZ1l1WHc1gRGC15EFXdDFMEwJeo { display:block; }
 }@media only screen and (max-width: 763px) { #hzuux1Ugbnf3BUAVNBPTstBKyDe0KFJM { width:15.75rem;height:2.3125rem;top:51.999290466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpOfbkdvwWeAqZEUrqH5pLxb9NtLhT4B { width:8.0625rem;height:0;top:55.204545974731rem;left:3.53125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddrLrv4tNs7wM3WfEvTyQx2eaQkrgQFe { width:9.0625rem;height:0;top:41.625rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9pv7WQ1vCi9fUlKKhw4Vbk4iBB1nZA3 { width:9.5625rem;height:0;top:53.855115890503rem;left:3.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #goFtAHvgARUktiqy9CXgGIpawOGI8fA4 { width:20rem;height:3rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #krTFyLxRxEHkZS6RH2GXlfGi6KOGvcHM { width:15.5625rem;height:2.125rem;top:58.379259693146rem;left:1.9375019073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgJ260ZbLyppBSPqxToQ3DPPMBE0QmvH { display:block; }
 }@media only screen and (max-width: 763px) { #QPqN5oqyZCBLSCPqqPiFJVFT9WoqbDZJ { width:15.75rem;height:2.3125rem;top:55.561790466309rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g31hNf9FfqQ0vF71196dvdNTzH2Jdg56 { width:8.0625rem;height:0;top:58.765625rem;left:4.21875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X16ys1UvASJkeGfKWBdrqc90nuAypWKZ { width:20rem;height:2.875rem;top:25.592330932618rem;left:0rem;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wfSt8IkdJtBA1Pk8FheklEA0lkaD3TcP { width:20rem;height:5.125rem;top:31.311790466309rem;left:0rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #A5LWF0aJcetgTFCphxDoRfbn4eS6nD5K { width:1.125rem;height:1.125rem;top:32.181106567382rem;left:1rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #aoR9MPMHRiZIkECcySKJfiScVa48wZD4 { width:12.5rem;height:0.9rem;top:32.35652923584rem;left:2.5000001192093rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #DLEweSQPL51rbaPwAgXJOT7lAGSxFVD7 { width:18.75rem;height:47.1875rem;top:4.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6guST9MNJzgXxGSXrInRKeziihQaZGp { top:2.2421875rem;left:0rem;width:19.875rem;height:41.125rem;z-index:15251;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Or0ins6Btwow534GuLDQLBMQiXPbU4pa { display:block; }#Or0ins6Btwow534GuLDQLBMQiXPbU4pa > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mpd8ys1pfe31ibKTLQzc5t91W70JMTtA { width:19.75rem;height:19.4375rem;top:1.4375rem;left:0.065340876579287rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aDACMmzxC6HmeEITxRqTOpolMQ1phxnn { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtUcIWmp6vN6W6qHgREFaC7Qx1xpmBRc { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBk1PKmHqA2b1Jhcan38zAHTStUpcgeM { width:9.8125rem;height:1.2rem;top:12.3125rem;left:0.68749994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0fsJ5OFaPulIJz3DSo6tvDIW9uA7Zus { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDJQKZfAHczr67kBTfL95gtpZo7XT4MB { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aV2HVUb9LpHx2FfofwUDXsDVn3vNxhuJ { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGK72z6IGly6PmpZ3h6XTEyz4MQoSZH8 { display:block; }
 }@media only screen and (max-width: 763px) { #u2N0iCNH1CAw0m3fpMFDbuWE3Fb591dc { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZTqxw2pqkd0yG8SPq07UuD0ugcvlZlz { display:block; }
 }@media only screen and (max-width: 763px) { #XQJPT8xRqGWoKab5SvQ0xknnh4sANBb8 { width:12.5625rem;height:1.05rem;top:20.061714172363rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA04AdgP3diqm0oW5766z1TbraWqN2Cy { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Whu6qJLbI2A2cVmB1fTwcxpXektynpUr { width:11.1875rem;height:2.5rem;top:34.8125rem;left:4.375rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #n9KllgSchPGa62Gvw1JXzswbReF207k9 { width:15.875rem;height:2.375rem;top:17.1875rem;left:2.0625rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #GagVzah0O3Ax28pfTkrL8N9U9egevqlA { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHWX2UaOf8XyGfqUH3TkZIhv18SvV6DX { width:8.0625rem;height:0.975rem;top:42.015617370606rem;left:5.9687500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSowrOWwOQCycE7dDnTWi1APbS0Dww3 { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLTo6ygzxXmb4E99nHgfqxpFqMkmcu81 { width:9.75rem;height:0;top:24.6875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fs0P98746p2dCznNsfaEFOXRH1vID6T4 { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqPqOdeDoDPcHpxR1wJ6uozSJcnxJRGl { width:9.8125rem;height:1.2rem;top:13.733589172363rem;left:0.66953128576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6vbzr8nlKVr356min22vLo2indu9fao { width:9.8125rem;height:2.4rem;top:2.6593704223633rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2JFaNmmXHFoASHuXU8nNtL3deGdE3Df { width:5.25rem;height:5.4rem;top:4.6085891723633rem;left:0.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDbPduf1MWGDWSKNRuKiXwVTCKxvhDiT { width:10.1875rem;height:3rem;top:8.9585876464844rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeSl67z6B6mhUX32sh86PA0bbnaxaxiQ { width:5.625rem;height:0;top:7.4375rem;left:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaKfq7qDP4fwDI1sFlU8tplzcCpP2Ttc { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9XHciBbV9wqkxcMAKUoiOHNl1rcRPN7 { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7gyl344eg8lKtZAIVHwcipEPvzpsSdl { width:9.8125rem;height:0;top:16.5rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtJi1mQDAITbgcFb3JDUkRXtRrL7mxG0 { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fur3SKvZwQ75gJAhJI0Ah4TCzPf8DJeP { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C90J9Ru30Km7r9O4ZHnXyBFHCFcUwMP7 { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTnzpGBEqBadfLwQEW00aWamEu6h8lBp { width:9.8125rem;height:0;top:15.25rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9aLXbWGPIDLWlSkIoPK0DiKN6yeAi4H { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WN6o9nPP2IalrBcpmGTNNcgrMHWDEpFi { width:8.3125rem;height:0.975rem;top:22.046875rem;left:3.1250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3A4P0yVugKTw7bkZW19MuHOoZUDaHKE { width:2.375rem;height:2.1rem;top:21.485946655274rem;left:0.62421876192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDELfBy1J8HedTacqSHDDWKbNXACsWHI { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iszLeWmGctTREPLMtcy3TH6OKvnHHRk5 { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJhJbfIJA0FyFsgEG5m1hQ7VLUicc7Rm { width:2.8125rem;height:0.9rem;top:25.455474853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFS3Fcmaz3WmO8Mo87e3sU6DGB7JTwuN { width:6rem;height:0.625rem;top:25.592193603516rem;left:4.7953124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0qGfVBJdzf8fgtvaOkS973UZOODPPK { width:6rem;height:0.625rem;top:25.592193603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMff06WdRCPQLguw9P3rpXsnwDMBQTyH { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXKV9AgEgeBM2N4ErgCk1USqpSLBJcDs { width:1.125rem;height:1.125rem;top:28.373435974121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT5J8IxB97twchUWNG7FhTZPcQ24ZEl { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AedT0iubvBkaDTGguHZ8XSULo6RI8999 { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCToidaT2L4lXlzycTJ311xUPtQOr6cb { width:20rem;height:3rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFl4iL2Nv1XekSgZPskMRCSwucW9Grx7 { width:2.8125rem;height:0.9rem;top:28.486724853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdm2UXczauugDW1ioq6lva0hNCU1Lre7 { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3xE7dgxZbKpfA8OPQ6nmXugxfuPAwq { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec0T723aWT0J1adOFws4uA9wufKwkJS { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZWnrRSg08CBFdA2SVixl85bEncD916 { width:2.875rem;height:0.9375rem;top:28.467193603516rem;left:15.295312464237rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFS3JWgvHa2o8SGotFslJHOJiN7nv0Z6 { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxqPuW5XW8e7PJQBTwuwxpGmwu0sNxWO { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiUFO6S9TbzOrXMeeMPEfHGEULUzJA6o { width:2.9375rem;height:0;top:31.375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFsGRyKrfbT0TFbwfVeCobEcTOSfvosM { width:2.8125rem;height:0.9rem;top:31.361724853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0nrkXvzKsvCKwvk8MRyXO91yrM1OvT2 { width:10.25rem;height:2.375rem;top:30.623443603516rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz5xd3DT7sVkbSwhHXxJGtH28KTDo4T6 { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxaeMfeG1HMhvupOc2fedVbRzcEO3nQ9 { width:13.125rem;height:1.8125rem;top:35.617980957031rem;left:1.6703124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBBq2Q6rVfde9JdS8eO5B4BQ1rUNMHsT { width:1.125rem;height:1.125rem;top:25.342964172363rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3y8l8O1mox2fMxXPte1H8MGSoTsHSgW { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6UG4OdoPVW2tIG2bIfuoDKVkdZWEuRG { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBvFybzC0lSlorZ7vWPF1TF5r4USNl1G { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrfhK6Fh1G8808kBhMweo527k91tiwBM { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIMxnzlBVZW5Cqqz9EOufNJmnqLZ2TrI { width:1.125rem;height:1.125rem;top:31.249214172363rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvCzLMUo7r06h6hEVZ74tkXTn8dJZlIn { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4xvFydgiygHndRFTHx7yeOqQgJidpUx { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT4CsluPZCU5WrfdykNr7Csa93czr31H { width:18.25rem;height:2.125rem;top:39.141410827637rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxaO1yVL5HSmrTXxnyTPWwQyy4Z8vlZ { display:block; }
 }@media only screen and (max-width: 763px) { #EQPwMbMrChU40XbI54SwWP6kfg6nfoRF { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1LQeQ0hW9Xk5sp1mlihdHMJ5blpDQ22 { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWIROvl5Xdi1xt6NHmNikJhznXNlJVDI { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UANhtL2Ob1IUkTpTr5klrVmbp5Jar4eO { width:15.5625rem;height:2.125rem;top:43.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIgT6wXnCCUKoaB7duOFW5W0z0ggllNK { display:block; }
 }@media only screen and (max-width: 763px) { #Nah2by6r9whxTcMJSANV4FREtWZFFgKq { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmCI28q0iLNmI2KqB6vuz2AFAZ1IK8If { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf5faRTabqBtf8Thd91N837z2rxOM0EI { width:15.5625rem;height:2.125rem;top:43.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ7BTXkgIQSxP0yHricZ5t4G8Wgqmup4 { display:block; }
 }@media only screen and (max-width: 763px) { #wy1dv787zOnWlFCaxHzTn4ZE3MT0nRyI { width:18.25rem;height:2.125rem;top:15.58203125rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGH33r5BW1nlBBJmRTkvRsMXP7TgPo23 { display:block; }
 }@media only screen and (max-width: 763px) { #TcTcC0OkHBdNRDQnJrHP1QCZx9nGlbo4 { width:20rem;height:2.875rem;top:24.529685974121rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Zkvn2Or2V3wQkZ8sWNE9wo4eI8wZKUFt { width:20rem;height:2.875rem;top:30.374214172363rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7pcLOdZq3Mk2m6Aoi5W8fxwiMakWeN { width:1.125rem;height:1.125rem;top:34.117973327637rem;left:0.625rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBcsgTWl3Sk5KkTZpz3ZbA8SoZXuPT3 { width:12.5rem;height:0.9rem;top:34.293762207031rem;left:2.1875000596046rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #qgfXPMFeSIJLo3iZNAGUiF2B7EtwE0Sl { width:18.125rem;height:2.3125rem;top:39.047657012939rem;left:0.93671876192094rem;z-index:15243;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0mcuWQH0mKtZy4p702bVydINUK2sHN { width:18.125rem;height:2.3125rem;top:15.45703125rem;left:0.93749994039537rem;z-index:15244;display:block; }
 }@media only screen and (max-width: 763px) { #C75c0vFJ3zGa9LDK9t5FdGvdfb5ICXdC { top:1.4875011444092rem;left:0rem;width:19.8125rem;height:43.375rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNGyi5D9Vb6mEunI6Xb6bftwldeQE1r3 { width:20rem;height:17.25rem;top:1.5359344482422rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze { display:block; }#fRIdDkKxTBDGv2eHqnmCHqF5mvFqn5ze > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCFCTRoK82purrN7pT23MicLA2r6pEWX { width:19.75rem;height:19.4375rem;top:1.4375rem;left:0.065340876579287rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Q1PQFeawOnTymPX2FRT3hCtruaWuoqCB { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqfUHEBqEsTnrBGTg1ZqEAXJk9TTsxSV { width:7.6875rem;height:7.5625rem;top:6rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyG2NPCDViCI29X8RcF64JECazTCv4TV { width:9.8125rem;height:1.2rem;top:12.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMxzmCntaKNRVAcV5L6R2RKDhb7ESIRm { width:9.8125rem;height:0;top:6.625rem;left:9.84375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqK9KB064Jc9olhCulJwNr3n4dIDa6yH { width:9.8125rem;height:0;top:11.1875rem;left:9.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA60TguAJfQ4r6d9ycXrZKNDuAKxTGea { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWBtmilzZJkg0gI8TmzMJw78VsnDymTg { display:block; }
 }@media only screen and (max-width: 763px) { #zwcS7AsIvEBLJKcoOOs7XAl38CUtW8vI { width:11.1875rem;height:2.5rem;top:32.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHORr982OKGGedy8eudFRktf1420Ni5P { display:block; }
 }@media only screen and (max-width: 763px) { #WT1tEaVe6VBc95FXMAqwGmhwkqm0o3KK { width:12.5625rem;height:1.05rem;top:20.061737060547rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTdUgF1rdNPKE3GfZXg3pavnsZhpEzk { width:8.5625rem;height:0;top:18.375rem;left:7.96875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7bM5PAnTGK41ptgOQ4JAhyVsVrng1zi { width:11.1875rem;height:2.5rem;top:34.8125rem;left:4.375rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #gwPWnaaJRQqw2Cr8ltGupQyVbHg2MkHv { width:15.875rem;height:2.375rem;top:17.1875rem;left:2.0625rem;z-index:15199;display:none; }
 }@media only screen and (max-width: 763px) { #xrwq6wLJ7hz1xfbH6uisUgm0pcfIlEzT { width:20rem;height:3rem;top:79.279122882081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfl6FrWTWTCaGTWfqrzS5zJVKgJ4tc79 { width:8.0625rem;height:0.975rem;top:42.203125rem;left:5.9687500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avF8QREpA0t7UTTdQwSuwJ58t94hTPik { width:14.3125rem;height:0;top:77.11719279785rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSsMwcbsmPGpOxA2snTTrzftIGypFpAt { width:9.75rem;height:0;top:24.6875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGEbVBDWnfLis465RCeZfmKtTk5tecBx { width:16.0625rem;height:0;top:77.11719279785rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn3hRgAMXbKBBSV1rT09ZDn3ArHz13Mv { width:9.8125rem;height:1.2rem;top:13.671112060547rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWzVXNxLDHTAEblg34zfupIW861K7xT5 { width:9.8125rem;height:2.4rem;top:2.5968933105469rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlP23IScN6TLCVXcaGTG7tlTApMC05f4 { width:6.6875rem;height:5.4rem;top:4.7336120605469rem;left:0.5625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ29L1ZwZ4SipG0rPx27nT2lPvaeiqX4 { width:10.1875rem;height:3rem;top:9.0835876464844rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35Ly8Ks9ZsJKAoeCBiwbqVS1OlDT99u { width:5.625rem;height:0;top:7.4375rem;left:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdwy6x8roySz7cVE8mvp3vxCTXLzLOsV { width:9.8125rem;height:0;top:11.875rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwThCwQ87QatCnEdEHv9fxUVFq4xVrxy { width:9.8125rem;height:0;top:15.3125rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbzs1ULSWEAq7thDmULsDRbaWLlv68gi { width:9.8125rem;height:0;top:16.5rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc5SwWGcfeFdhzqqGNcrJDWxIdENkKpV { width:9.8125rem;height:0;top:5.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oftbaqy2t1A4CkJORXV7J2SdnsA7qCUT { width:7.5rem;height:0;top:7.4375rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jba2OKhTSkG30polzDaP1JLlo0lJQcpU { width:9.8125rem;height:0;top:11.75rem;left:5.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnIVv70U02cA4sBwLPqzbDwaFyTezlr0 { width:9.8125rem;height:0;top:15.25rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0tFwFwNT5n16yZfoLdkEhEzbiw7o7yN { width:9.8125rem;height:0;top:16.5625rem;left:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka3B1JTyLEMTbdL2z2MdUfbw94Q6RRHM { width:8.3125rem;height:0.975rem;top:22.047668457031rem;left:3.6250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVRLM2ZkbKrc5PdgZPmrd25cdym4h12 { width:3rem;height:2.1rem;top:21.486724853516rem;left:0.43749994039536rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQa3vJxlaIt0qGAsNAxeSmJWFq8b3Ct { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvLmrDCay4viQM0oL5rLCx4GHtF02HEs { width:4.5rem;height:0;top:22.375rem;left:7.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueaWnIqQczowumPOUxxbNPquh7cHswiG { width:2.8125rem;height:0.9rem;top:25.393768310547rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMlLsn8cJDqT8JdXWEuXxIu71U2UATs { width:6rem;height:0.625rem;top:25.530487060547rem;left:4.7953124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHeZwpG6iwTAMDN9tXo9CS48trCwdZ5V { width:6rem;height:0.625rem;top:25.530487060547rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnwAVlOTEk94pw0QfwFMWvl3hda9lMV { width:9.5625rem;height:1.04971875rem;top:71.218031567381rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkcvMoHIpiUEFu5S78q8Orp8ERAkPSx7 { width:1.125rem;height:1.125rem;top:28.310943603516rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5k4xVaUCSGoUrqtd2sNuBCfvqhDi0IX { width:1.5625rem;height:1.5rem;top:80.029122882081rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AamA6XkTa4tAwG8TfOUX6uc0cSgr2gTS { width:1.5625rem;height:1.5rem;top:27.837356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUh1C5xqk5WQRDrFKAGL9XSiOdliblu5 { width:20rem;height:3rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQPxZ0UKTPmTF4TlSA3P7HBQwoo54rJ0 { width:2.8125rem;height:0.9rem;top:28.424224853516rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLabbIUQRdheRm9ZEFFeX7DHVg8zAMpm { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHAlSoAFfTfGRNBLkJcKWiDyXGf06eF { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID86zfZJlDX3cAmu6Uzl1IPyt11C1AaB { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7v0pnHTyHIL1ORweFd2RAHQdfRRTDc { width:2.875rem;height:0.9375rem;top:28.404693603516rem;left:15.295312464237rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5J8bbMUeCkoNy3XQKsuftW2J9JbpSs2 { width:1.5625rem;height:1.5rem;top:30.587356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4vqGxwHJHMaNVE8ex8IM5Vpvpqoe2zx { width:1.5625rem;height:1.5rem;top:83.787644915769rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErbuTmVwBBzoGnWXraR2d113EnQJB146 { width:2.9375rem;height:0;top:31.375rem;left:8.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzwkNJA1bRv4NL3TvBC3du6I5X4vsOsn { width:2.8125rem;height:0.9rem;top:31.300018310547rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRh2HIx4bWFxLeP8JeMwvpHtsUHfuw3g { width:10.25rem;height:2.375rem;top:30.561737060547rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmRwE9lmMlC8iAgaQgp6F676dKpETLkM { width:2.8125rem;height:0;top:50.750001907349rem;left:4.5000001192093rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #prAz33PceaNK93iPrpVsNUIfNxvXZEQK { width:13.125rem;height:1.8125rem;top:35.430480957031rem;left:1.6703124642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTi3xg45iUkL2tFOvQ94NlNN6PwDNJh { width:1.125rem;height:1.125rem;top:25.280487060547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWt3uTGu4z3gZzMMuTZqV2qEkKHWWwhM { width:1.5625rem;height:1.5rem;top:39.712356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6CdniHMtNhi6UxdotKG4qCmP2w6UQIC { width:1.5625rem;height:1.5rem;top:42.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWLoEsMGf0wxqCpZvVZ2c6zqNeOfm9v8 { width:1.5625rem;height:1.5rem;top:51.212356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkhEc3VJwZRSaiApx4SbqwcZJrhWZgFG { width:1.5625rem;height:1.5rem;top:48.462356567382rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBkvTgFFmzkJD6w7H3O7iFzUrhXJ9Twy { width:1.125rem;height:1.125rem;top:31.186737060547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPsD5UMGBPRtZb54yLomq3WdWkRTZxI { width:9.0625rem;height:2.09943125rem;top:67.869312817381rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3dLGbSlJ4wbv0eUP4sH6HCMIORpaKbT { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqFRLSLqTNRry0KBeJG7kW92vGEU8wqw { width:18.25rem;height:2.125rem;top:39.203918457031rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyZHTV9shQmgUdzOTAIZni5iLO4APNkT { display:block; }
 }@media only screen and (max-width: 763px) { #qbp1LJRwWm0ycs1VrUEMDzP13PDPRu92 { width:9.0625rem;height:0;top:40.3125rem;left:5.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL1yTQ2ESOnkyFObeq5dNsk55KhNhzAD { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyexkDUvspTSLnOlW4aGKvV9sagC5paV { width:9.5625rem;height:0;top:42.0625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUv9GUHib1fDVTmgP16PNokqTLCpRvtK { width:15.5625rem;height:2.125rem;top:43.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJenbzqts5rEnnPLKszbR3BPCp1tT76u { display:block; }
 }@media only screen and (max-width: 763px) { #he5wW5FpRESQSNLL10206PFrVmnrNMU1 { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8kXuqn9thvptsGWteRiDdVsxROuvmtx { width:8.0625rem;height:0;top:46.625rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrMv2QKz2oB8D2VnrdWCfa2Tecq7vnLS { width:15.5625rem;height:2.125rem;top:43.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVEC37zfLrGJQiRKWCDNDawDenGrgtM6 { display:block; }
 }@media only screen and (max-width: 763px) { #fCtL4fEuzav8xgf4qqEUUzH522QyLuT1 { width:18.25rem;height:2.125rem;top:15.58203125rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPJ2ytonlPr7UQINcWPdCVJObAb2gMB { display:block; }
 }@media only screen and (max-width: 763px) { #W7SQqbSToqEJpUAfiVvNsf9Dobx3GpA1 { width:20rem;height:2.875rem;top:24.467193603516rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #R9TAiwmULbV1BEv4QMyNsoh04O7Cs1HT { width:20rem;height:2.875rem;top:30.311737060547rem;left:0rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #282352, #030304);background-image: -moz-linear-gradient(90deg, #282352, #030304);background-image: -ms-linear-gradient(90deg, #282352, #030304);background-image: -o-linear-gradient(90deg, #282352, #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#030304' );";background-image: linear-gradient(90deg, #282352, #030304);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wFihhWugNc0fuP1DNzWn1ZeGK91VDg8Z { width:1.125rem;height:1.125rem;top:34.055480957031rem;left:0.625rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #zC3qqpgrlFoO2QckIb0AJek4LX765TAX { width:12.5rem;height:0.9rem;top:34.231262207031rem;left:2.1875000596046rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #DLXFOGizT14Uvo2bUsLc8WBR2wdH4NHo { width:18.4375rem;height:2.3125rem;top:15.42578125rem;left:0.81249994039537rem;z-index:15244;display:block; }
 }@media only screen and (max-width: 763px) { #iiFbQnyDxsAt2NUOPBeUAi6qi2VXoqVm { width:18.4375rem;height:2.3125rem;top:39.16562461853rem;left:0.78046876192094rem;z-index:15245;display:block; }
 }@media only screen and (max-width: 763px) { #GleCZlehv2f3XfQS93X2LvrJmdyZeBCh { width:20rem;height:17.25rem;top:1.625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o2c6NVecZrKfT0STrxuC322ISGb3TpXC { top:1.6875rem;left:0rem;width:19.8125rem;height:43.375rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 { display:block; }#ykb4yI6wiw8fwaIDvtNxLU29UNfV17P5 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTfUAszUTPshdDNobsEInaCWD7OIquTQ { width:14.5rem;height:2.6rem;top:1.0717315673828rem;left:2.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2wD7UrRKlfeGmTysKF9PWGIssfD4LU { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mUhdGg1Pg46l0EniT0NlNMccTAzxuMSM { width:9.1875rem;height:4.8125rem;top:4.6250003576279rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3QkNy8mDbudVdVSVWm5fBb6vo4QSEob { display:block; }
 }@media only screen and (max-width: 763px) { #EKSHolZXOT0ma77gHZK13LwrKGlX8E6b { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Nw2lmp5U4RBTMBTgKgTTKReDcOv8IS { width:8.5625rem;height:2.1rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UQ09xMlLNvLxb8Jw9AH3Kryywg8i9hsI { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73fKTZMINFHZ5l8SqWR6bO2CqSLSQR8 { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryTtr27wCDCIhUL6gXgOSd7V9QBiG5l { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3AU3Br3bzA3inLGwcnAbMa0sia9dGww { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5fIFznTV196PtrvnaZh5tkunTlFLpqO { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #RU5F3kBQ0P8qkGFTMCmAhsZlsVdNo7ew { display:block; }
 }@media only screen and (max-width: 763px) { #Abu2U0nRqSSbpZsykxavrTSoGhcVVwoX { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B0lHZodwthL4L7FwATO5aFcPqftPH2bt { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI8usOExSmNdTaiwwqccrMn9OFvDqkn5 { width:8.9375rem;height:2.1rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hqGVkcZUQmF6opvPwIch6LvieJZofHpQ { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsRXhEknszuKqxxI5SXWugCy9h7AGxTT { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQdIJRvZZAhZ4QPw2eUE0iRzhV63QUEH { width:18.625rem;height:17.125rem;top:9.375rem;left:0.62421876192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRB59Eq6vy8xGpsEEkkJ1yd0gKTWnOgT { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #laSoWOsAbokHMoLpTJRXCgubByBbmG4l { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #tAmRXR6fvoh3Sfs4llzxkKxJSEnzqORh { display:block; }
 }@media only screen and (max-width: 763px) { #inVsUdEWgRUF5L85wefnSnbuzMyXTgt2 { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHZ9Ih0N6ItTOBC2HRpKK9JdNZfu69E { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3GSnxN0dfZ2JeEfuoU3CRuZl5ARWBO { width:3.5625rem;height:1.8rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtF1ubLONB9UQJmvTr5Eh5qieiQQAiV { width:7.75rem;height:1.05rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIomQhgNAKNXZAG6NAN6WlK70uGwbdgg { width:5rem;height:1.8rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qGBdRBW3nOH6JWHL74J2EbGxuQmNWile { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #eJtO9V4Qq6e3zpG2xaKD6ICILF1LlKfD { width:4.1875rem;height:1.05rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3ezpXSMiJw4vaWWhOQDCHKES71tIws { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #G8gh3ZfvUPlKLDbQZJRmmgLrCsWirUTQ { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16GrG3zZfvetfScJzV7iAtZEzz2FISp { display:block; }
 }@media only screen and (max-width: 763px) { #gWbUXbknSE8m5ch5muGTZ3BDL4qclOtD { width:18.25rem;height:1.05rem;top:20.249992370606rem;left:0.87499994039537rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEniLyASiEeo86pnoVCoThnRtHO7Gcmp { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:19.045312464238rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #xBPmHrimho2LnQxfhTbP4G1mTPcqQkWm { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI42S9CLLJmBP1whvWtD7orAwn8RxSyr { width:19.3125rem;height:26.6875rem;top:0.59218978881836rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK { display:none; }#SWTP9XPdlJu0Et0NHlFJ1VmGN0cGaMlK > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EQbRR1fb8PR3UybkwKZHTehdF1585821 { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tubTMPPIVCRNgJGPKT1vAJUUVTObJ67y { width:9.1875rem;height:4.8125rem;top:4.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKTTTbf8Rnz3GeW5w5mhokgF3VVxaUR { display:block; }
 }@media only screen and (max-width: 763px) { #lNuKWl4zl1s8tka9repQfqi6qc5HvtF9 { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egPG6Pc5zlT6ihuXi5w5hIwma2ilJuqP { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O2GUeAiQxMBTITmDWpUmToEqqEA96A1p { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziASs1RBHmKiaJtJv9VIiACicFGuP6D6 { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJSk9w47nRqPSosauMaoD0iNsd4bTGZ { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4J7UK4TGRA5QaCq2VhnGxwLUKWU4C2q { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMnsHklOFmvDSnmEwqLGneokAU9UeeL { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #s904fg9h1VSEXihkQv5n0rpSbW12Wmbm { display:block; }
 }@media only screen and (max-width: 763px) { #VNqLARNugsLShRfT8QONbbvkPg9NZKLd { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vml4vkf9yWg2gSOi1rKRyJUXlAFTnFFz { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3trLKUTmeckb9VEXkQTldd1kcTF9HCz { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VPB3J2R1hrnIzFKDAPxTgL9rq4t73F6l { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZXAbRWf74P47keh18OXfdIPpd2gq2L { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOf6Jw9oCHR5War3hnDdDTe7rd34J2Bl { width:18.625rem;height:13.25rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKt5crdgTRnQU3WKAgbaJ23edOeehE1h { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vcw7WVv4mLtivMak9KBvQbsls9SrZyXl { width:18.375rem;height:4.875rem;top:10.1875rem;left:0.8125rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #i7NUxgBqKxF2OJ1bX4Tu1aLwMVqHyR3L { display:block; }
 }@media only screen and (max-width: 763px) { #aSaH0OkFVFF5doOoZ5ypNxCAZQyxCV5l { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqJhIFQRtd8Tw25pueMp659U20Bwyxnx { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJylvw7tsOcOpTo0BeDTH6chODTXkTz { width:3.5625rem;height:1.79971875rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkIwbGHCsCoS6TVUXJsrvkOTR80LUsVd { width:7.75rem;height:1.04971875rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFzPWkd1hHi33aoMZq4VyBsS8b8Ir0Oc { width:5rem;height:1.79971875rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #huv26t4ny3I0SoTiHV0iFCBurTriEqTG { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #l7J4SuXT4wL36E9m96A82VVRQwrpxozi { width:4.1875rem;height:1.04971875rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sossxwGg9so67GraupmFIHVac699vqWC { width:20rem;height:0.875rem;top:15.8125rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #INT0nEOv1f8Hta7pEPeQxXbilLpICJJL { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #PhSW1tfmOu1TXQrffA1QoxDqrr055T2d { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QUSlCRT3azyiwMXlhILrxAVWnk9v1U { display:block; }
 }@media only screen and (max-width: 763px) { #wLqesMEGyl86MAWFRJVA5priQTcsTJZi { width:18.25rem;height:1.04971875rem;top:20.4375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltFoUcQ4VcKCBpvrdHx8UL7V1HsIc3c { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:18.982954144478rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #AxfLxIowhhXq06Hdf2HAxt3Que5H1mnM { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkbx2XEJZWS83qX8dl1fvQp1hEdmnBUT { width:16rem;height:2.59943125rem;top:1.25rem;left:2.0000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWTNcoi4WNGMDNlRze4QG6ezsSXSUSP { width:19.3125rem;height:22.5rem;top:0.59303998947144rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N { display:none; }#XUm63vVeGtqTCZ5oHo6PqI8hNM23sL2N > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LcKXCqIMckE9WpSozoBuS6EUQfnv1tNB { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ln1UFql53rp8kUn1x02V84oTl7g9us7v { width:9.1875rem;height:4.8125rem;top:4.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXzXTtdmKXbwHNLSUdPlfsoKFfV5sk91 { display:block; }
 }@media only screen and (max-width: 763px) { #tbH17sLRxxrcIH3ahAoq8ci793nVBBNA { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmnp8H359qTv7FwyUPkETzAIHTvgQv1U { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g7tlPoIyio6NO0EH31TDzT32qOqBrzEO { width:1.625rem;height:0.875rem;top:7.8125rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #whCiyoh37PzKuGzkXMnIK8RFofcTxzTq { width:1.25rem;height:1.25rem;top:7.6875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlEVUuROrvQKvwExfQAHfgiTsbN1CRRL { width:1.375rem;height:0.75rem;top:7.875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4qmZXA0whTcVSryLQFGQFQWNht9Ri7Q { width:1.625rem;height:0.8125rem;top:7.875rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm9UKAV3g6KQvWbc8lXTJC7amJ10SAFr { width:9.25rem;height:4.8125rem;top:4.6250019073486rem;left:9.9375001192094rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #eTrZtKFHGfaq1dVkZuLl8tNWHN3aEsJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #Pw3y7MVLOL3Nb4szAednLfgnRcJvaMfl { top:4.5625rem;left:10.000000119209rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nlMcJEsoWqO0eC2ANiAPI7OBgBSzH5MC { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qzzt2LIXd7eQsu3kxP28iDSt1dABWIsw { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ShDiTk5AEEv88aXSZSssRopotPi8aVgI { width:7.875rem;height:1rem;top:7.75rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxC7Td7aMiEoNTrKJmUoFbrkuqA83zO { width:1.3125rem;height:0.5625rem;top:8rem;left:12.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIubF9ad62VVl24BueWDVxgkFrC3sXXD { width:18.625rem;height:13.25rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1tuSRTAsqLhqcX1cKWBt3KbSMOKTxL { width:18.25rem;height:4.875rem;top:10.1875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #mUvx6nAy0iIs5pyMrKAMezRGxrVSREJF { width:18.1875rem;height:4.875rem;top:10.1875rem;left:0.8125rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #M8H8m4HOvosu0l44SwKXEpiawuZ3JhsF { display:block; }
 }@media only screen and (max-width: 763px) { #ekDbIZz4HZLg4PHwZp87PnL7gOkNTT3v { width:1.0625rem;height:1.0625rem;top:11.25rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2qcd4KT7sLKESk3xKXrkkylDTIEASZd { width:0.5625rem;height:0.5625rem;top:11.625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6e5MGJcCTqAdVIhfvz28TNIrxttRwi { width:3.5625rem;height:1.79971875rem;top:11rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDFkc6v8T86kVxvJT3pToiI3XGZ2TTB { width:7.75rem;height:1.04971875rem;top:12.5625rem;left:3.6875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfeSdbmX4hpMzdXDD68AURUKMmmifiHL { width:5rem;height:1.79971875rem;top:11.3125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #brIQ4CvoDEwq8B8HDZI7F31LQzK4XUuz { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #T8pvnXCQfP7UkvwqI2Qo2ziI7yRCXdaV { width:4.1875rem;height:1.04971875rem;top:12.8125rem;left:14.125000119209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30Af4Fyh4rcq44RuA06NiLeTTTCnzzB { width:20rem;height:0.875rem;top:15.8125rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #rwk0pvoqUoyVsKI00hUvTkPRXIJ5iwpw { width:18.25rem;height:3rem;top:17.124999523163rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #mTlJfNTTFRp1EZ5so8iSVM6gLd4es6hi { width:18.25rem;height:3rem;top:17.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPHGMqzHbKaKIq7mZ5QWlQlTp5qfHrGv { display:block; }
 }@media only screen and (max-width: 763px) { #GOxWDr3TiIGLAtg0HkhGpfRqOpxrrnFs { width:18.25rem;height:1.04971875rem;top:20.4375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qDwzQMC6tL0Ux8RoCb9hDth2keay9O { display:flex;width:0.75rem;height:0.75rem;top:0.3125rem;left:18.982954144478rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #qrVXJiw9M7CZ2ZAtqEWtT1y6LCbotaTC { width:1.25rem;height:1.25rem;top:0.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRXkicqdfEVOKy6aqBVvD9zvn2iirWz { width:16.5rem;height:2.59943125rem;top:1.25rem;left:1.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzRkG5DSb78TyFOrCPNE9eiHiNMouuUu { width:19.3125rem;height:22.5rem;top:0.59303998947144rem;left:0.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa { display:block; }#IrkfHPnnxSp0dOIrVsnIhotW0lbaNSaa > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIXUrxCTaFb4oiNyoFTyxz0rhBHTf9ig { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #A0LH0eqquXSae9flaP9XfOZcVOnPSC4Q { display:block; }
 }@media only screen and (max-width: 763px) { #nASG3SgJ9K1Oy1HEMkTC0Ewfr6oCQFZE { width:13.9375rem;height:2.6rem;top:1.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDpTNhcvs2FCnbJTmMFFq0wCyLHa74p { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoHUMN3xHAs2lgpdHwoZZUWpRMdLnU3r { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UrkD7XQXXLaAWyS227xM32cvlMISMxH5 { width:8.5625rem;height:2.1rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ddHK4v0UsORzAI0XgvzsloBThiuJTBt9 { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4UGOtEthMzCZknGeF1Hmh2LZdEaASK4 { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzvbMo1LU5BBVOFNZJpmJ1fJQRGnyy0c { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRMnkptefKCXyGfLJhuWMbfxg3TXz5if { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1gBvXNgJ3yuic2FSFwVRa06y3Epmxu { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pmMFLFh2oxGh9vsLnwCzEysJn1p4xUfM { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #wB1hA94IXoDLydytLdfiqB3Q4UOeio4U { display:block; }
 }@media only screen and (max-width: 763px) { #xfW58UtIaF7Z2eEQMIgR5UTBwIkxkVt1 { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHKHHsgAT6adJoagATGcrDWSXFEdGIKU { width:8.9375rem;height:2.1rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NtPt9EgR0oOJA5T2cWa9WsDe6M2CaaQP { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VEau62Cz7Ht6QXB1dGAZy80O4iK9bT { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSCDucHnMEObaxiqMvSQoEmUcO0D6QU { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4vkhJJyf78EeRqqWIniqhXlwFwqEwq { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WvNSTSvFh5K7kRmXA1wpEZJrnnrOKZXu { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #PkCqt2ectdxRNg4pqlwefW0H6FWvFcCH { display:block; }
 }@media only screen and (max-width: 763px) { #G8mKEsLTdTFUAoGtNcTu4WxALfaFZtSb { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BxBM2TxbtITlrbSTpMlAiTvp25zyeH { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHZU9EwawbMF5wJX5AucD1wAEcWiDZo { width:3.5625rem;height:1.2375rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dwnR5wff1fgwd0PtSPI2RmneapRqydqw { width:7.75rem;height:0.825rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uuZ7dkMDQSNwHPvTHuPlg3c9Rw27otHR { width:5rem;height:1.8rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Vr87Lvf8cZuIvBbrZtLyi1oF4sOBqm7x { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qU4tKG1U4so0RTyOa0u4TJPJPvq1KwHm { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #XApUpBifeZr7m7Z5GihewwBmdFXALKyT { display:block; }
 }@media only screen and (max-width: 763px) { #tNi3IfriyrAatcTsIu53nwbqtNdAkUPU { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWNT5PGwOwahqca4seJ4CE3FX26Ivbi { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFbbcshtWTE3aTR8FiJPaM6iBe7QUH6 { width:8.0625rem;height:1.8rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrM8Pul94gylBPxm0U5K5gcZTTwaPv0D { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EizyV7qnvfviT6tB3LgzB3TyWDnq97bl { width:8.9375rem;height:1.8rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DVbPhdWFdw8JIQX7GHw0OlRXeddIgMbn { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ntqG7liyDJW7Vr5nC28iT7EEHhMCz6WQ { width:9.375rem;height:1.05rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg6A1AlPRW4p7EcFLWWlt3HVeE8L5Fxl { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ihhQ9r5h1VbkteLU9VX71HTO7FhRakqO { width:18.25rem;height:4.875rem;top:22.061782836914rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #RxSep291rNTx0dkl3TtDd9ZtyIgCgzZl { display:block; }
 }@media only screen and (max-width: 763px) { #hUWUlxQMZmbuBTpkLTzfREHzdTJSkTym { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZsS3xJ1MD5CaTHr8APf8dE7MdnB9bbD { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4qPWW9yF7ofgdCB9HDW0Un9xSlL9BJ { width:6.4375rem;height:1.2375rem;top:23.061782836914rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vIAigqTQGXKUCHTC223efyM5eqm23PWv { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lzrGeDBcGld0oGSqtAVuyI0z6rbdM5Wp { width:4.875rem;height:1.8rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #w3GPcR2O4zRadIlDkx5G2GwDCTRQe9Td { width:9.75rem;height:0.9625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhlTddAMWZ6CivCyfw5oRcUytaPTBMJ { width:18.1875rem;height:4.9375rem;top:27.749992370606rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #WI5Ns5XVH2ak13Cl1qIs7HbL4hDspb7w { display:block; }
 }@media only screen and (max-width: 763px) { #ZSHtqv9y20suiP018d81OrPdhCJoeOea { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZSH5wKvppCsTgLTgEtVhHPzT6pCLpcqT { width:1.0625rem;height:1.0625rem;top:28.937492370606rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldb2G9D3h7pKreisw3mlzg6oXqu96ZBu { width:0.5625rem;height:0.5625rem;top:29.312492370606rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwcCnS3CRaiqh37bMTWBHkrJQZm3O0EU { width:8.0625rem;height:1.2375rem;top:28.937492370606rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JhrDJSDLvhDHd5D3xhuPODRr9992NQw1 { width:14.4375rem;height:0.75rem;top:30.499992370606rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Txcd8CAbzTTiUXKyRv64Gli6iyltaaXB { width:8.9375rem;height:1.8rem;top:28.812492370606rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #e34uamQrkKwDswF96KMTcQE8GTzBSZ4T { width:13.875rem;height:0.9625rem;top:30.499992370606rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPnZPWDqzAsleXKVPAKranNduzzv3SL { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py3MLHX3ykC3qkTD3PXXGJCZaiCyn78f { display:block; }
 }@media only screen and (max-width: 763px) { #Aln2LyrBmXWFa9glZHC4JMEkVsATL0bP { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #sz945MG2C1VwTMfGqUXF30B0rcG3mZeI { width:20rem;height:1.05rem;top:36.99453163147rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4m7E7Otma51donEPI58lbgTkoxroaiM { width:19.3125rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #qBPkVuDncvfh0WmIsz1keXPpJct4uXqf { width:1.25rem;height:1.25rem;top:0.125rem;left:18.749999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcDmHwMp78i2CdFGblSnhQdPI1FfEw4z { display:flex;width:0.875rem;height:0.875rem;top:0.3125rem;left:18.937499582768rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #FibAgTkENbe3AByQbeHoQro3FxxevJ1x { display:none; }#FibAgTkENbe3AByQbeHoQro3FxxevJ1x > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vsTtrTmzZEbygln03KzfJ2e5BGRt0N7E { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #xUUAmEUxQqx505VemqOp3WTOpk3WT6IV { display:block; }
 }@media only screen and (max-width: 763px) { #FNrnArPyzHuT3NdKXvZe4NMl9tqrHxRX { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPNQNOW8TLsOXFQ1k3gLXqeDCzR5xDMH { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aWNnq3gGbvQhdZroSGVlRwJhxUbzyekJ { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S9dx8h8sdawUF7TfAKSIO4Q1eaqAnyQl { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Kuf3WD1ppliASlZUn9pmARz4dIKzf4 { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuJkH9K8SyRkf19Vo0SVdShSFTaIdMa { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpbSpgkCZtlA3dTvIJ4TLOS2hle63Lm { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQoVqaJ3Jml3kcu0DBVoFvVbTPZWKeJQ { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I6zZsERe1QDPctf0TCOzBi9p23qCPbHX { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #FDPz1mrsNEear46Gzomw0rd2u53DVPi7 { display:block; }
 }@media only screen and (max-width: 763px) { #A03LpqOMuWNxSMFhf0tNIVwn5rQHpzeT { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0kfb7CZCtEKxoBex9AZhN0hTkThDg13 { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sd99Ne7xZ7WrEB9RAaTB8Q4D61kr2M2e { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXD38mezCboraObnkmiUCih3sJqC3WOV { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfmMseZeTwqib8px68x01Ur24qtKZUas { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reT7PkyTX1o0VyIWWetvXHvJCXP7og1S { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VCiZaGbyHyN4JyanK5Q3zmU880nt7TSE { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #JUTCVolaMPm3gxOnce45NqkuNt5RkGeq { display:block; }
 }@media only screen and (max-width: 763px) { #dT5qwRSKT74T4ewShR0HLC01B5HJTNmc { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZieVPVlu9KN5yzNTgUkPFm8Z550xaS2 { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nky0LXPFJQ0OhneBlDX8NOnmm6GFT1Gb { width:3.5625rem;height:1.23721875rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T8RHmKtv4nTl5PwTlXWT7AHxod2Afiqx { width:7.75rem;height:0.824575rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qo6yKFxtehnFNkNxkOQmNbUf5SItGUre { width:5rem;height:1.79971875rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GnDMFymrxRI5CU0pMZBc9xfBsKbP4mUZ { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rxErWrqgZsWiqxk2RIdx0HP5UTupLOmx { width:18rem;height:4.8125rem;top:16.374290466309rem;left:1rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #auD9TevFMwAH9tIqlbPxEXRxsiWXFNks { display:block; }
 }@media only screen and (max-width: 763px) { #MVH7PaC2rUJMoBZ5kHxFFzTDcH6Fycap { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrOakhRaW1S0IEHHwTIU7k6NICPDURb { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7KmC3CiJZ6D0MmsFHDsFkqhG8tBQDK { width:8.0625rem;height:1.79971875rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkTqLkXLOGr8CAyiKIClVTDvt1Irfxn { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y2z0JSu7NOorwsdxwrHXQd5r4NoIn6l7 { width:8.9375rem;height:1.79971875rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #znnL4Zy7hylJvkMD5VZ9LeN3teITUMlL { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Sl2AKeC1vG2vG6cWHIZSeKRRqKIGMH5M { width:9.375rem;height:1.04971875rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVVuDPde1KGqmtBUcTt0UBi99oDRbF7o { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ftZ7ewVL63hltqUt6Z6AOCeFT3Kn5rtS { width:18.25rem;height:4.875rem;top:22.061790466309rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #g9QO01kqE1tOcGJZI6rHicSETH2l1FqC { display:block; }
 }@media only screen and (max-width: 763px) { #vSoZsb3gEQRcoWziEDoC6ugpzBqfwn38 { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpy9HwTy37GEVlHDnds89MaQraP5vvpn { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8l0i2I0iFzs9NcJNImAaBCsEwuBd1b { width:6.75rem;height:1.23721875rem;top:23.061790466309rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g8Cx1wFDmQ8QGx0QcV8EGmIc0h2buePt { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Po3dkU3holxk7Hd1qhn9fvK84NMOkN1G { width:4.875rem;height:1.79971875rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GoE3zox7g17OSz4ApaPsOkKtohJscknJ { width:9.75rem;height:0.96235625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlDBziQ6St9vXpS5PtM1GIAkEl2P90k { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeIvgUkniBbLptzAJH3T4AEmKzGXp3Us { display:block; }
 }@media only screen and (max-width: 763px) { #FOou2XnLFs0wPGk13HASDqOSkzsJ3WQF { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #DI0eLqSrRJJ0ZxVsfeNcgKmEyDcxE4Ha { width:19.5625rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #UgKdtslFrWog7AT7EKJksiX3zTwD2Nhw { width:1.25rem;height:1.25rem;top:0.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFIW3dU6odaxSNgTA2TJVBnwuSN45eNT { display:flex;width:0.875rem;height:0.875rem;top:0.5rem;left:18.937500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #DQo32hp9HRlfTtnKEs0yToyTzzTqZSWG { width:15.8125rem;height:2.59943125rem;top:1.25rem;left:2.0937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzzKLHIhpLlEoMlTsFDo50rtZoTRmfZc { width:18.0625rem;height:4.9375rem;top:27.750003814698rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #NJUVwKX4wec4LcxTR7uTU4509aNMg5oR { display:block; }
 }@media only screen and (max-width: 763px) { #svI3PCB20Bcd4IkAJdQTyeTauWRdHCAf { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cMowgwv2ezMs4JeFON9Jz5z5QooPu5og { width:8.0625rem;height:1.23721875rem;top:28.875003814698rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rdKK7NWc0l9sODftZpdOyRoOSiasGZ7r { width:14.4375rem;height:0.75rem;top:30.375003814698rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Md24haLhT6cTm01tcMOHhP8PQOyuBsdl { width:0.5625rem;height:0.5625rem;top:29.250003814698rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPCByJM2ddZynEwPzdTTS3SqgHz0TEte { width:1.0625rem;height:1.0625rem;top:28.875003814698rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDhnkeQu3UC86LfIydudW0mcXUQ6Wb2h { width:8.9375rem;height:1.79971875rem;top:28.812503814698rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LeJdc4SUacPlZWDTAVQtnETzk8TK1DHX { width:13.875rem;height:0.96235625rem;top:30.437503814698rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlRAdlFWTnaZgTPFwstbgmCMVxMPuJqS { width:20rem;height:1.04971875rem;top:37.307523727417rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S { display:none; }#x1VQHxHTby0sQs3DT4OocyrU6NUcaM6S > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zlChzwDmSSG2zV2wnwf6UNc3y894GuJ4 { width:9.25rem;height:4.8125rem;top:4.625rem;left:0.5625rem;z-index:15249;display:block; }
 }@media only screen and (max-width: 763px) { #XyaGeHcBMsScrJCnlbcNbovFIacOJRR7 { display:block; }
 }@media only screen and (max-width: 763px) { #WXT0rZRBoZnnFrcTa8U9k6TE3TIICxsg { width:19.125rem;height:6.0625rem;top:11.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxyreJtpQlQbwGrc6f9TGq7tZvWN2KIw { top:4.625rem;left:0.5625rem;width:9.25rem;height:4.8125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pbyf9grC84GWV0pdsNK2iSP7LmifLyFe { width:8.5625rem;height:2.0994375rem;top:5.3125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LVtf3oMLEq4Lvt7PTZShH9i5ZRqUBopv { width:1.625rem;height:0.875rem;top:7.875rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6ATfTUKQnKRg6EHHeknfWJ6viGFqdk { width:1.25rem;height:1.25rem;top:7.75rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiShqiOQRLZFBOZEfZm2emCNlOigPLZ { width:1.375rem;height:0.75rem;top:7.9375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxh7TkB6muR0RUIDCklHuPDtiCT08W8Q { width:1.625rem;height:0.8125rem;top:7.9375rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxOVNcRsR6tFdxRMpgQMvJKoBLseiVSr { top:4.625rem;left:10rem;width:9.25rem;height:4.8125rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vMMsayMsCzmMk6Fig23BIQ7pgn0CP1eZ { width:9.125rem;height:4.5625rem;top:4.6697459220886rem;left:10.000000119209rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #mL9OFdD8Fq2KilI6c9anSyDhFCeUJm3w { display:block; }
 }@media only screen and (max-width: 763px) { #dqZ3nhZiZWun7ET2uUJ62RTeCc22ogq4 { width:20rem;height:6.0869565217391rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmaHGG5K4AqwbG8OeT7WNvDXhBHoDh3C { width:8.9375rem;height:2.0994375rem;top:5.3125rem;left:10.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #miklrdmyfTT3TapcpVM5BzH2DJe4vOt0 { width:7.875rem;height:1rem;top:7.8125rem;left:11.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrOTTXImmEMvHlFEtmX63yoiBcDrf9N5 { width:1.3125rem;height:0.5625rem;top:8rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2BJOvPrD2qv0qDdXIXRTsQI72dHzTWs { width:18.625rem;height:30.5625rem;top:9.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFugWJwM9t0fTMqIQsmsQOqGpqkn2H9 { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Z18mOm4ZBtZJRgdr1K7uz8Fc9b1TDfLG { width:18.25rem;height:4.875rem;top:10.6875rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #TaMF3FovhszCaH8eMr5odkc9CimwS12A { display:block; }
 }@media only screen and (max-width: 763px) { #bUPlJKOcD5iNMwC8cggOytlW1Hl0K1dV { width:1.0625rem;height:1.0625rem;top:11.6875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUmGTr48TkQ6VaUNvhTu6AhQhC6OOBka { width:0.5625rem;height:0.5625rem;top:12.0625rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekQev2o856CTKqluZKAydHny25QkrTv { width:3.5625rem;height:1.23721875rem;top:11.6875rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r8FTc0FbooNiWps1VC7yeSKcoClsHevq { width:7.75rem;height:0.824575rem;top:13.0625rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nbkUBygolIuesgTZQR1mtcOGiEz3WcSi { width:5rem;height:1.79971875rem;top:11.8125rem;left:13.312500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NgdxiIxMbZKQ7wZCgo7yiM2usBbJ8dwU { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #E7kobvcNShvQ3Ilr7GZ1hvgaoWss7NVc { width:18.25rem;height:4.875rem;top:16.374998092651rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #DoT20kJAIFL9haqdtsKsgemmJfHVrvg7 { display:block; }
 }@media only screen and (max-width: 763px) { #yk8EcEAGme0uInf3ht9for6FLD3tsmPM { width:1.0625rem;height:1.0625rem;top:17.437498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuW8ZBlnmTf9Fc2NIXKvlLP1JSHNEILI { width:0.5625rem;height:0.5625rem;top:17.812498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMiRnePoa85OurWqg4f4k6lUcne2tbc { width:8.0625rem;height:1.79971875rem;top:17.187498092651rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGppKgdCOmk0MkxQIzqpwq7M0Z8ZMMd { width:4.5rem;height:1.5rem;top:18.749998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZfBoHEOBkSc9nSJ991vmF6hLHVQLbt { width:8.9375rem;height:1.79971875rem;top:17.499998092651rem;left:9.3750001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kka6WQw5cXkMz5yN6mPgukIThbFHitgs { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #EzSDMDfBLzM5dMl4HqnCl7RXJJHFIHBA { width:9.375rem;height:1.04971875rem;top:18.999998092651rem;left:9.0000001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgD3hoLtxrQfolJB8wQoEhzU0PuTTMex { width:18.25rem;height:4.875rem;top:22.062498092651rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CgJy9hEZ2BO5ze9qLZK9IGHqtrxAgyh9 { width:17.875rem;height:4.875rem;top:22.061792373658rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #UDCngPzGavrS4lzZBkh26HFuPDL8euxS { display:block; }
 }@media only screen and (max-width: 763px) { #p0PbHdHwBuT1BmNFiKR7CDNDo6s1TrWw { width:1.0625rem;height:1.0625rem;top:23.062498092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kdLcQrNarx7pcOsMQw0NPPtoPR9bpp { width:0.5625rem;height:0.5625rem;top:23.437498092651rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL5bBJ0SDT4nNLyo2NnRl9Jz4cg3lHm8 { width:5.625rem;height:1.23721875rem;top:23.061792373658rem;left:3.6875001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TfRX9TsCvbCg3yPokmbivwTtTmaIVbio { width:4.625rem;height:1.5rem;top:24.374998092651rem;left:3.6875001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NZIf9khr13CXBUTD2TBS0o6hPK7FBL9z { width:4.875rem;height:1.79971875rem;top:23.124998092651rem;left:13.437500119209rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Cwt0CRIz4EmRg5kHy1iV0MNt0XolCrh8 { width:9.75rem;height:0.96235625rem;top:24.624998092651rem;left:8.5625001192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQfWfMuzby06QgF57Wy1emTEcRXxS7b { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLvBZN28R2IbxqFKDuKoX8mdWFipRmZ { display:block; }
 }@media only screen and (max-width: 763px) { #aQGTlr5Zpuq0QSSB0n5iDldT2Crdl3Uz { width:18.25rem;height:3rem;top:33.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #qgNhAuOxSQnn3MafdAcClCJDmEWZ0WiM { width:19.5625rem;height:39.9375rem;top:0.5625rem;left:0.188920378685rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #VsAnOAGWGGTwxaIFk50KiThniNU6AS8M { width:1.25rem;height:1.25rem;top:0.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9UTVCVquXeTHD6A7tH10XS4O5WA0elb { display:flex;width:0.875rem;height:0.875rem;top:0.5rem;left:18.937500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #KcMRmSvntICUfB130GZBtmsv0WMhyT9I { width:16.5rem;height:2.59943125rem;top:1.25rem;left:1.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52WbMHVqlE2mMQ09SahP1ZUp09qfT01 { width:18.3125rem;height:4.9375rem;top:27.750001907349rem;left:0.8125rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #LRQK6X1XKp6wzuySFCNPp27TyvtXk7h1 { display:block; }
 }@media only screen and (max-width: 763px) { #dV2HV8hVPxcn3u2UxfmRgKB2RcNOcuLT { width:18.25rem;height:4.875rem;top:27.750000953674rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Iwyw6Wz1hSHrV8nbRkHZ2hEKUayTeUtn { width:8.0625rem;height:1.23721875rem;top:29.000001907349rem;left:3.3125001192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dQbHFMu7QPKHTFQK9OeATnuOAMgJH3zG { width:14.4375rem;height:0.75rem;top:30.500001907349rem;left:3.3125001192093rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D3Xfl4fQCDcBJbEwyZa6fEn4ItRTqPhh { width:0.5625rem;height:0.5625rem;top:29.375001907349rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7ScKhfBlCcVLOz0D612A58RaJUDeEo { width:1.0625rem;height:1.0625rem;top:29.000001907349rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvmlFZcbfz8RDLRXwMXRK7snJMfgzKqD { width:8.9375rem;height:1.79971875rem;top:28.750001907349rem;left:9.4375001192094rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RWvUv7MBXpNfqV0Cg7ASVIZ6Xq3GtmpG { width:13.875rem;height:0.96235625rem;top:30.437501907349rem;left:4.5000001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRfPbcSkCruAfk6ZwsIgiLkMXv1cPkP { width:20rem;height:1.04971875rem;top:37.307523727417rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt { display:block; }#WQCWxHJloS8Q0f8MwZkX2HP6xPTc10qt > .row .container { width:20rem;height:165.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecQKTyIeRZK4pAVURponIm4zNBApg3wh { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJwPsoWVBeu2qd1kKpQqoF3kTgSuEmc { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubeVgopeMIXULfqOv8T90RBwXW3oonVs { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4uIhc96ki83GBlkq0eLcxCCiM37UfE { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIA8ULCUxkE1heGToIddcwuXgqwrlha { width:2.5rem;height:2.5rem;top:12.562500715256rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5D2F6FGThugnSBN3vB2Hh9fmr7tsNAn { width:3.5625rem;height:3.5625rem;top:12.218750715256rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0maIs1Quxk9QsKlD1OTLQTwR32PyELk { width:3.75rem;height:3.75rem;top:11.750000715256rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNws8Z4TPhC7GHtXbysB5evqTcUaBiZ1 { width:3.625rem;height:3.625rem;top:16.750000715256rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZalyaAPS5ZWDHKaVo4voXUydGS3EaaO { width:3.1875rem;height:3.1875rem;top:17.000000715256rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sma0MIhL1mJn4IGREeszxFkCbMGxATcS { width:3.4375rem;height:3.4375rem;top:12.045454740524rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKK0LVQZ7uaQ1QJ9GxG4qRalMSso4afK { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMNfWlmAl8DwtlwkOTyA1UzlotSIAtu { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFWLctAZbUTu8MCMbraS7CqULz2HRau8 { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTwx2wto4XgWy0SZtUiA4TFLH1JmdbB { width:3.5rem;height:3.5rem;top:93.623583793637rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNfcSbNxfncICtSDofQJhDGtwoW647V { width:4.125rem;height:4.125rem;top:34.936790943146rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sidV8GlPQpr25mvBpS00elJVZGmHZT { width:3.5625rem;height:3.5625rem;top:35.217330932618rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8fXFso5uzwa3WDt1BMckxRpxnOTTugf { width:3.875rem;height:3.875rem;top:35.061080932618rem;left:10.406250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #co78I6I7nzF6lySdhdDyLRkZO8vawfiC { width:3.9375rem;height:3.9375rem;top:34.904830932618rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmsBFFlNm1dKdtbcab76dxeJWkmgdHUB { width:3.875rem;height:3.875rem;top:16.781250715256rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU54gnl4rEbTyzUBwxULlgHQl2D0tL2s { width:3.75rem;height:3.75rem;top:39.6875rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2wSJGqOc6zm3WN7y8lSe7ycHGmyVKSI { width:3.5625rem;height:3.5625rem;top:39.96875rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q277tNaZ0yObhkRTEFdZJExv6alpDEqG { width:4rem;height:4rem;top:39.75rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8JCOOP6U0moq2IK7JfIskmJBsI677K { width:4rem;height:4rem;top:39.75rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JufK1T3E5Ge7CeUZhowLMKPOQMzVPXN4 { width:3.625rem;height:3.625rem;top:16.8125rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk40kZWU1Chm5h0Io7k1TTrbOr8MzNZi { width:3.4375rem;height:3.4375rem;top:44.59375rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lslVeSQ5JVvcfJGgJVlWUGOl4TsoshgU { width:3.75rem;height:3.75rem;top:44.4375rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g20ekCM6t36cgTusNQ7xJIRLJa4y4aB4 { width:3.1875rem;height:3.1875rem;top:44.71875rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdUaW2LoLneNA2HTfq766QHTOPiIybkT { width:4.125rem;height:4.125rem;top:44.25rem;left:14.843750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtmpAJVkrfKKHDHcTvfP0ytxKPLT4bfE { width:3.0625rem;height:3.0625rem;top:21.781250953674rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwGoH6k6tye5imqDPdQuL926rBRRnsaT { width:3.6875rem;height:3.6875rem;top:48.90625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFnBsX3IkxoQ4TZUttxrPThECg6sCpXK { width:3.5rem;height:3.5rem;top:49rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crxsfp7VZFAk8NDKZMl4rB88NH8InuSm { width:4.0625rem;height:4.0625rem;top:48.71875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfwNIlM1ZgzKOBKIrZ661sHlew20uec { width:3.9375rem;height:3.9375rem;top:48.78125rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIqFsVXdKL5avOTTxIR0vKK6mrBLVORh { width:4rem;height:4rem;top:21.125000953674rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBwhRq5UkekNbpcOvv60xlNZ3nSTFh3 { width:3.8125rem;height:3.8125rem;top:53.28125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvR5QCTHHP3O1NrJ9r1hUHcSVeSb40G8 { width:3.6875rem;height:3.6875rem;top:53.34375rem;left:5.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3cxTCJZHsxlLbxQnCr6r8FdSEee9zRW { width:4.0625rem;height:4.0625rem;top:53.21875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWiFCntOXNTqBQUdZKXDXpWmJT7BN6cL { width:3.4375rem;height:3.4375rem;top:21.468750953674rem;left:15.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBIAfCyHomlXT7oSxpiJSC39KukFvhc3 { width:3.75rem;height:3.75rem;top:21.312500953674rem;left:10.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNCtZyZ2Jvkb3Mc0AudwJSuFMImSobIA { width:3.3125rem;height:3.3125rem;top:58.186082839966rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1arRHPRdvX0VrAfQbGNB0W8l9dncAkK { width:4rem;height:4rem;top:57.905543327331rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcKTJlp7n0SAoINAcvNaIHFGVe1ByHVu { width:3.6875rem;height:3.6875rem;top:53.40625rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo9pRIlTUt1nmSzzy0z643WQSZ1IXJus { width:3.4375rem;height:3.4375rem;top:58.1697473526rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM91m6WovZTZDuM5fclpLGK3wL2TXpQr { width:3.125rem;height:3.125rem;top:58.2322473526rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTmby0pedfLIKoTc40zxzu2QMfnOFlTv { width:3rem;height:3rem;top:62.686082839969rem;left:1.576704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT4G0LRWszi7bRZJsRXB7XqmM24mssEW { width:3.125rem;height:3.125rem;top:62.499293327331rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #URoRLgaL7HUehVWnQ3xKSl6oAk7MioQ1 { width:3.3125rem;height:3.3125rem;top:62.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUnGUTVG7IFaDTIVcARLZycF4iDZoEvF { width:2.625rem;height:2.625rem;top:62.874294281006rem;left:15.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTtIRE1xM0Tiz3tndvSAQtSVMaQAC76 { width:3.3125rem;height:3.3125rem;top:30.718750953674rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcLmTqH1eVGB4cazd7SxTA6wWtw8lrJ2 { width:3.0625rem;height:3.0625rem;top:66.968752861025rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW40GBKzo52ruNNcHLEb0IxFzWxeLD8b { width:3.4375rem;height:3.4375rem;top:66.906252861025rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhxeWh6pIiklbRTn3dGnOLlJQ0tUT0kX { width:3.3125rem;height:3.3125rem;top:66.968752861025rem;left:10.687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJTD2GCMgx2oR5WLaAL27lsUCOEsnPt { width:3.125rem;height:3.125rem;top:67.062502861025rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pLN1D9RJlKhTHE32WdaklFDSu5fyxc { width:3.5rem;height:3.5rem;top:30.625000953674rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #odHomlBrl9um16EprJO6uTHMrHw36b98 { width:2.6875rem;height:2.6875rem;top:71.781252861025rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoOHx6JhD1OeiQgGAzrSbqfAcp17ypug { width:3.125rem;height:3.125rem;top:71.562502861025rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR1qcIOFTQlyMiOFytqzraExX2lkTrNn { width:3.25rem;height:3.25rem;top:71.375002861025rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZwTrtveAOoecTE0k3XRtlDGJ6Lw2I71 { width:3.1875rem;height:3.1875rem;top:71.406252861025rem;left:15.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5ef61laQ9dvwZTEOipL3bmayFphgDm { width:3.625rem;height:3.625rem;top:30.718750953674rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3ckaysJeTT6VBpIuXi6MwSbg6VlAgn { width:3.0625rem;height:3.0625rem;top:75.968749046325rem;left:15.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVb7WgChKhGq7ckgi1ro4b4bq3g6urZ { width:3.5rem;height:3.5rem;top:89.03125rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPus4HrS4Wy4e1h3NJUJTx2pKeTylUVH { width:2.4375rem;height:2.4375rem;top:94.155544281006rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU6pPQWIXuqZGS2wRzUPnOhu3ucqWa4b { width:3.625rem;height:3.625rem;top:75.687498569488rem;left:1.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwcyCOBkgemWn1PePqpkdCw65WVqxaVG { width:3.9375rem;height:3.9375rem;top:75.531248569488rem;left:5.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwB5REWLbKBeDwzyF9ERJcwzZJpH8GDx { width:3.6875rem;height:3.6875rem;top:75.656248569488rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZnPDiDMPgXxck1uND3a6hVQRTes6wx { width:3.8125rem;height:3.8125rem;top:80.124999046325rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSOFCQv8y6eI8fNqB2T7dz3vVS0ISO6 { width:4.3125rem;height:4.3125rem;top:79.812499046325rem;left:10.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkGSL9bhUtgxz6SKfSkToWWW1aIpOqFO { width:2.5rem;height:2.5rem;top:93.99857878685rem;left:6.4375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4enXwrdfaOHzff7te82GXc3bAMaRps9 { width:3rem;height:2.9375rem;top:80.437499046325rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU8iBD9N4uaqIh3xk3KOw05LvZT1XWfJ { width:3.4375rem;height:3.4375rem;top:80.187499046325rem;left:15.000000119209rem;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #CMIxOyhxnglhk6FzbZtfu6tGkI04VTXL { width:3.75rem;height:3.75rem;top:84.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1sSsQX6DK2zUKetB9Un67B6EsQz1VVF { width:3.8125rem;height:3.8125rem;top:84.59375rem;left:5.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gib2ub1EMzhAzqGxHA5PTeSs4zAsn8dc { width:3.5625rem;height:3.5625rem;top:84.65625rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKusTvbXpGeHGMwX6viseKUG7ScEIhw6 { width:3.8125rem;height:3.8125rem;top:84.59375rem;left:15.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #if19c595qIAmRZ0XS0mdO6wyCJyGIM8T { width:3.4375rem;height:3.4375rem;top:89.0625rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPOvTCREt84wkGbr3ZTF8T8AX8THPLtG { width:3.375rem;height:3.375rem;top:89.28125rem;left:6.1250001192093rem;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #WsWRbgrCPb6JW58ah7ytfvBk6AiLVT3T { width:3.6875rem;height:3.6875rem;top:97.919744253156rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZcfo0xwBJgnXveZdGlhqVElQFGDvqHL { width:3rem;height:3rem;top:98.387788772581rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr5L6tTqK8uKmn2lDQV0mhNZ6LCrM7ws { width:3.4375rem;height:3.4375rem;top:98.169038772581rem;left:10.625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFycPwfy24ea9IhaMfmPxQpDpklgs2oX { width:3.1875rem;height:3.1875rem;top:98.294038772581rem;left:15.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #b242Kse3tItlKiGFeya1pXBmnxZ5V6Ii { width:3.25rem;height:3.25rem;top:30.687500953674rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkSJoxoCZmfeH78ZGKRk30zHxovzuuB { width:3rem;height:3rem;top:102.71875rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #egAAEM9veqi4IrAbsbMaZAJyCZsNFOTx { width:3.3125rem;height:3.3125rem;top:102.625rem;left:6.159090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMbd27PcTli18PHleJ33T7WFvoWCcoWZ { width:3.3125rem;height:3.3125rem;top:102.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCIKaZTfnwoooaruetw5Pf55VO4lkXqi { width:3.375rem;height:3.375rem;top:102.5625rem;left:15.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTm0CsZCZWcHQdFATrqTLe6oTdTLI1uh { width:3.4375rem;height:3.4375rem;top:89.062499403956rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34zZREveT30WcMQIHwUFWNCohHa66pR { width:2.8125rem;height:2.8125rem;top:129.34375953674rem;left:6.4375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1o8atK20Ne8psFbum1QdRxOUuHdq3S8 { width:3.25rem;height:3.25rem;top:107.0625rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb43JWBSmkhxCObtkzbOTGvin0Kd92XH { width:2.9375rem;height:2.9375rem;top:107.21875rem;left:10.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cmGdtsSJ84l1nNd4oGrIdnbIFJkXMU { width:2.9375rem;height:2.9375rem;top:107.21875rem;left:15.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTko0PITiOyoV67xDvsWAtcVM0X43nIP { width:3.5rem;height:3.5rem;top:111.375rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbqwdC0mTsTVA6vOgRvEchgAcuFeSG7X { width:3.25rem;height:3.25rem;top:111.5rem;left:1.514204621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIISf6TO07U94ei5iy3fm78gRcnVt2TW { width:3.0625rem;height:3.0625rem;top:111.59375rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRadecVVkBMSQVWIzG1iNV5D3kDuW6x { width:3rem;height:3rem;top:111.625rem;left:10.843750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqp4bAGSN3GMHNTg4J9k9dgnamKByJJ { width:3.125rem;height:3.125rem;top:124.87358283997rem;left:10.781250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUn9Bwmu1lBvW1UTm1xXPcKxPUvW6Vy { width:3.6875rem;height:3.6875rem;top:115.71804141998rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTcgDMif4JgKAsMV5Sn7s7Ow20wxuPy { width:3.75rem;height:3.75rem;top:115.68679332733rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzeaHQTbdl5AZIRdCTacDvCLLUIu8SP4 { width:3.5rem;height:3.5rem;top:115.81108379364rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuO7TuwmNC9CtGGAJfGOEOoUxUTomgxs { width:3.25rem;height:3.25rem;top:115.84303987026rem;left:15.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqwEuqF3QqsLtZ05BJS3lGPLCQignuU { width:3.125rem;height:3.125rem;top:124.87358093262rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbq8qvkv31bk1snTUtfFcDAzCqq2BN3 { width:3.3125rem;height:3.3125rem;top:120.34304332733rem;left:1.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3Jid4Apv42aqRJg7gmvVcuiiqC783v { width:3.375rem;height:3.375rem;top:120.31108379364rem;left:5.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbitD3JNzbU9mPrqQ19rIFsVTG6KEDs { width:3.375rem;height:3.375rem;top:120.31108379364rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsDetfV7gPish88nUKzTCeuMPFm4eikT { width:3.0625rem;height:3.0625rem;top:120.46733379364rem;left:15.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpROgHtMGr8elc7TZOK0I6dkrc8Vo0q { width:3.125rem;height:3.125rem;top:107.0625rem;left:1.639204621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax8x7TZG6WwXVemRa5INaXqwNCKWmzGW { width:2.9375rem;height:2.9375rem;top:133.71804523468rem;left:10.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1X26yFp8oJIfs0AAxCDznaGu9ZivzSh { width:3rem;height:3rem;top:124.93608093262rem;left:15.701704144478rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFOqpek8oDsDb65DB6SIuaMBTAEtZh3 { width:3.0625rem;height:3.0625rem;top:124.96733283997rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBiPmZlx9JWwRKeD7om8V4HrQ4Eq8VwP { width:3.125rem;height:3.125rem;top:138.24858474731rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7pT4NNPG5Nk55pWvruUnF6Ftt4dclWc { width:3.125rem;height:3.125rem;top:138.24929428101rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbuHqZlaz1vadCLWvFaR9SI4F7SKz8fT { width:3.9375rem;height:3.9375rem;top:129.18750953674rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRZhiIzXZONPLnagwNBbsTyBCflc7CfT { width:3.125rem;height:3.125rem;top:133.68750190735rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9CsgTM9ycvmpfFUA56JTInuQhdb5Uc { width:3.0625rem;height:3.0625rem;top:133.71875190735rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdQpHJPGroaWHkt123GFJNFa6nMmr9ZZ { width:3.125rem;height:3.125rem;top:138.24929428101rem;left:10.781250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP5Btboke83Ti4aJnmKJD1saPdFSskNB { width:3.125rem;height:3.125rem;top:138.24929428101rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlWQlZS7U8s7HqWkGIhwGuhlTvESLair { width:3.125rem;height:3.125rem;top:142.81250715256rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kugx1Bnogz9UIIOFHfN7PIrc5kXa7AZx { width:3.125rem;height:3.125rem;top:142.81250715256rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXhfGN8mCtQoEvDCQpTwVTBT9os96TEM { width:3.125rem;height:3.125rem;top:142.81250715256rem;left:10.781250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlFudblozurvJ6Vz7auZHQkkWLSxaRRR { width:3.125rem;height:3.125rem;top:142.81250715256rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCTAgoz4MMxKOkp2FX5VBrC4iTKZUAHJ { width:3.125rem;height:3.125rem;top:147.42046165466rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPe1X2qy7xDLkgafuZ2XMCTi8WBcmbaS { width:3.125rem;height:3.125rem;top:133.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSExykRmvfoyrgPKppoRntGlEOUfnAQB { width:3.125rem;height:3.125rem;top:147.48296165466rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwKvGTxo0fSCTHfBSiHTSRSTgi8sXTVJ { width:3.125rem;height:3.125rem;top:147.54546165466rem;left:6.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBo0ZskZTGLs0iltVwoTXRaPdiqas4F { width:3.125rem;height:3.125rem;top:147.35796165466rem;left:10.781250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uItxTWftQ8FKHx6IeOT0RZ4OFQ2SmCZo { width:3.25rem;height:3.25rem;top:129.03125190735rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgIXPgu4z0ut95xeqKfNnJiGGeHKwmX { width:3.25rem;height:3.25rem;top:129.15625190735rem;left:15.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6c2eRESavMrKX428n5iRD2crK7r5T76 { width:4rem;height:4rem;top:151.56250762939rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvGb0unFfRv8NXN81FkvZdPctJ7Agy8V { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:14.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZHUq1nA6mzQceGalwmwBw31JlT7Qntr { width:2.875rem;height:0.9375rem;top:153.09374713898rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwfSUcQu0n9Hp6Jfq2kB3OFtUsREdXqu { width:2.875rem;height:0.9375rem;top:153.09374713898rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwzTZsl7Fp3x8ERagoLUeF3P607l8ou { width:2.875rem;height:0.9375rem;top:153.09374713898rem;left:10.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqQ5XxbXCHZOoZDVZSVkhReCymhKgX1p { width:2.875rem;height:0.9375rem;top:153.09375476837rem;left:15.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28f997PIGl4hHBwkT0W4dZyKTERDRUa { width:3.5rem;height:3.5rem;top:93.747886657712rem;left:15.093750119209rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #hldCmxm8ZVX1seUIJpg73w68QH8cSkZa { width:19.75rem;height:152.125rem;top:4.8125rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #OvViN9uQFgetP6yWNRvc0W59b5lOVXWW { width:4rem;height:4rem;top:151.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoEA7zg6pLuzy6PtGsC9SHEymBvU09vD { width:4rem;height:4rem;top:146.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKlPdkKbilitK2RCLEzskB38kfT17cfZ { width:4rem;height:4rem;top:142.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niu0R0EgKCZexZp0ibF9qpvWuoTSKes5 { width:4rem;height:4rem;top:151.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN2kn5ChOoEdvD6g0EX4r4DnhuXuf6AF { width:4rem;height:4rem;top:137.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiSfcxy1KZNG9km634mB61qdMaTAMOgg { width:4rem;height:4rem;top:133.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5MCPXAZFVTTOBx6CiMh4t4kLFbnfQi0 { width:4rem;height:4rem;top:21.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXJyPf2c8KS1bnyAf3NnkAPAPPlDppi { width:4rem;height:4rem;top:124.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS7wxr07ozCvhaqkLXTrcwPq4lAKf61S { width:4rem;height:4rem;top:115.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGCmFy5RwwUXed1tnNm52anpynnxreR { width:4rem;height:4rem;top:106.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0x1BdicIS2IapqTU0T7BDeJdRxDyKzM { width:4rem;height:4rem;top:97.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtano2wsC56qqpx3XEdezkoimxOFaua { width:4rem;height:4rem;top:146.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetpAukeoqZqINgKyXeneHmDiCB0PpXg { width:4rem;height:4rem;top:146.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwZ5U0lKce9tEyPd6TlQBVuOs4878c0 { width:4rem;height:4rem;top:142.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZUxTZyiZgVev0k5EQp7tFaVG9mb5GXI { width:4rem;height:4rem;top:137.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkiJWvA2DsmvRCbM7Nl97pGKotzBGB7A { width:4rem;height:4rem;top:133.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WVDGBFoxgoPRXitQFqDc8PJbGZheFC { width:4rem;height:4rem;top:128.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm73FpO9zWktzf7CzuPXDL1oTPB6T6px { width:4rem;height:4rem;top:128.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2g5p1Az51mAbZWzaJk9tUxf3fZS9S7 { width:4rem;height:4rem;top:120rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #veMvhQVst4UTZUewJSI3K43vUoN6pLBT { width:4rem;height:4rem;top:115.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn0W79Qw4pCXaQLlTKSJ8NU4NJbArwGM { width:4rem;height:4rem;top:106.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTlBTIL3XWKefROGeb6uaDd1X37MvJI { width:4rem;height:4rem;top:97.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpITRIOH6cv6687iTnRptzvRuk8xfW6f { width:4rem;height:4rem;top:88.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxuGgWslP8gCGTTESsnnJdZhO3G2Nzi { width:4rem;height:4rem;top:146.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUVC6RhymOVFzyP5DFzNfEih0Ta3mbw2 { width:4rem;height:4rem;top:142.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #admfhuofBzlUlRziDVXduIVDsdTBPK3L { width:4rem;height:4rem;top:137.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFEkACTiK9KWrJ7TS2qTfS8BT7dMycmw { width:4rem;height:4rem;top:133.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ3OXBDGfiwtSNDzaHJXX6DZZpJf6eNJ { width:4rem;height:4rem;top:128.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQzT4Sp27qm5xkzUUbf9JeNcb3sb65n { width:4rem;height:4rem;top:124.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSwq0hf9P65q41NHrDFkyFg0VVv1RB2B { width:4rem;height:4rem;top:120rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAtP5g5m4B2mcsimCHTchTJ4FKVg6Ip { width:4rem;height:4rem;top:115.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEXTiaS5RZzHhwfEWGkiJrPLwW56lZEN { width:4rem;height:4rem;top:106.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7XQylyXgJpyXHy5t0aDLRDUTE7O57Cy { width:4rem;height:4rem;top:97.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOM0UW4ltMe4xfraPhNeH5TEp8yDU5a { width:4rem;height:4rem;top:88.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsO4yfkSTksuqggvs0uMlo1Hwr92VuV9 { width:4rem;height:4rem;top:84.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZeODTPIQvBtcesmQTNDWGCIqKvO8D1N { width:4rem;height:4rem;top:142.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ9Nel6HtflsnmGtSMzgOUa2nOJlnsRT { width:4rem;height:4rem;top:137.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8VAnTtzQvaNB1lb1Mnfq97PTWSNqkT { width:4rem;height:4rem;top:133.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzfgkq4GvNEfZGMnGun6zSBAGyqzfUpU { width:4rem;height:4rem;top:128.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJ1g7ICQWU6WprG5mCEoT3wGo5CM7TO { width:4rem;height:4rem;top:124.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0biwAVRE0e0ikTXoDMr0l4cltB3svI0 { width:4rem;height:4rem;top:120rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3giKE6IJQdkPmOamKRk7UF3FTFiGTS { width:4rem;height:4rem;top:111.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Dc0fltZFUU7qGXflyGTDh6EzziWCOf { width:4rem;height:4rem;top:106.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns9rU3mrofQq9p8xDqsEztze09blps7D { width:4rem;height:4rem;top:97.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhyTaQBLrQWxkl83sRqDvwhiu2N72tF { width:4rem;height:4rem;top:80rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGRHH5Ggw7up1T8rJUDWB0140U5K56s1 { width:4rem;height:4rem;top:80rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeeldksdI2K40WWxxZLycm31xK2w6Lva { width:4rem;height:4rem;top:80rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gunym6N2n4xdCVfSuBn1pJTScrZCT0xE { width:4rem;height:4rem;top:124.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB6S6SyOKBuQcWNTNN3ccOU609ZQanec { width:4rem;height:4rem;top:120rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsxxdNxtSQQbrZH7tg1xAtokqyhg4k6r { width:4rem;height:4rem;top:111.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUpxnuXQUfql3qaNndNogu72aJ3MHyQm { width:4rem;height:4rem;top:102.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ4C90u90fTEOT83uec63RByPEqiMeVk { width:4rem;height:4rem;top:93.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUAeAOTvdPQTuX1pKfKUJx02b7bEuNL { width:4rem;height:4rem;top:93.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvPZAZSzu0bEUGRxCmspeSfOpTqQK7p { width:4rem;height:4rem;top:80rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQBZVGuDaWsgT5yC7SVn44pPx03zkNE { width:4rem;height:4rem;top:75.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJs1bvQhAah6tPAMxqGTIQPcmUw67BNW { width:4rem;height:4rem;top:71rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJxqcA6CxtNFRqXaDV3bbZ16qO4rKDrr { width:4rem;height:4rem;top:66.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgf31iupJMDg6dax9zVMQycduxMIwtc { width:4rem;height:4rem;top:57.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLb7MO1RGhVHT4RCiByQCLOvHa0qMC0o { width:4rem;height:4rem;top:44.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siFZq0ACxidDTTtlrSLW7PsNigEnkblS { width:4rem;height:4rem;top:115.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7nkVv9W6XXKPxTDEHSEXsUNWX5JXL11 { width:4rem;height:4rem;top:111.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErlPAqDS7TriGsAgFJNAuedXxfW4UyUp { width:4rem;height:4rem;top:102.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArBEdmFl9UseSXai4f0Pe05qUMmlKo8p { width:4rem;height:4rem;top:102.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eObAZNIl8Wsgwa2Fw3s8KS20wa2cLN8G { width:4rem;height:4rem;top:93.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI7qTl1aC6HiZI0KFcWXPfTCdpJ1xCJ9 { width:4rem;height:4rem;top:93.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI1DbhewRoAfPOsrDgik6NDLUB8xkTeR { width:4rem;height:4rem;top:84.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvChRRPVP0Q2LdbaCE5rJazsnmRUXLep { width:4rem;height:4rem;top:75.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCVrWe5iAJfHn8O5RO5sg1kTI8Wd7Oab { width:4rem;height:4rem;top:71rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxplkrrPd3qBSEQTKmNZ265AKXMxJlm { width:4rem;height:4rem;top:62.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiMoEJ8uG4xtDOWKrRTWrTyqhr00UIL6 { width:4rem;height:4rem;top:62.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib4TwlSfl5xZuzxCLHTfqTqywoptH9nF { width:4rem;height:4rem;top:53.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtV1A8XQFbNSXBS6uEi72X5dcT56VOao { width:4rem;height:4rem;top:111.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6BlLu4bFyyq79AoWKk0RbkuTprlfpod { width:4rem;height:4rem;top:102.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWUHTNDULbiw0t1c0z0sRxAu04MObJao { width:4rem;height:4rem;top:88.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggITBQyZxsnC4bUywb0iR3R9FpABUuck { width:4rem;height:4rem;top:88.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQaP79vKoLexUQR6W429PboUnH91Ixk { width:4rem;height:4rem;top:84.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwlAdOoNuqdlRiQtLWt5nLTVGKr88thF { width:4rem;height:4rem;top:84.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9vLBTVQhg4Hb1RKFTh4nfd6C7DQV7Fp { width:4rem;height:4rem;top:75.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bINk29ugk9Cy4geEyzRt10VADfKVthHv { width:4rem;height:4rem;top:71rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CNnex9pCCKhKgH2MEI6VUihl6MFlf6 { width:4rem;height:4rem;top:71rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbguP1v9M31BFstbeKtcmQy9vymJ9OQ0 { width:4rem;height:4rem;top:62.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS9AD0Wuq3a6nS7DgiTBB7g1qDTxPEEG { width:4rem;height:4rem;top:53.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkXd8miO0qKfUQTsoifPF7cUb11gueo { width:4rem;height:4rem;top:53.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAatcGq0qUwkWMtG9PFOr23bUfi0LTOQ { width:4rem;height:4rem;top:75.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoBD86HGJ4nU7n009TEkitPAwe6TbXv { width:4rem;height:4rem;top:66.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Oq5a8Z8Paks0cX6F1fyd1hfbwv1KIe { width:4rem;height:4rem;top:66.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Tg3VHAnhsXIMXl7PugZCZ9iEq4fEoN { width:4rem;height:4rem;top:62.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1fb7DugZJ8Z7ZN7K9JU60QAzzfiMTA3 { width:4rem;height:4rem;top:57.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSLvGci4xPITzvu6Uei7mcDnmlmWKMwd { width:4rem;height:4rem;top:53.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TQhA7kRMXFhPJRaJNdzHxcDspVTRCH { width:4rem;height:4rem;top:35rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfD5xJvrkH8WOsk0SJN5IZgDqP0kZxmt { width:4rem;height:4rem;top:39.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbgpundmA3E881F75bhuEDx5eIL9Mnn { width:4rem;height:4rem;top:48.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asb3qP0OPd1ruDfTnLp21pCFrpvZvoLl { width:4rem;height:4rem;top:30.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFS9QDIrmUam097FA8f3dqwR5FlXXOR8 { width:4rem;height:4rem;top:25.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23vdTtMXKQtKkAFHRdr6AdPF3MUTfK2 { width:4rem;height:4rem;top:21.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKNfQl3TVUvM5GXfkGf1KFXnk6lTTZM7 { width:4rem;height:4rem;top:66.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7oTHV2bfoLN2sW1M7SdWaoWEZILgcdT { width:4rem;height:4rem;top:57.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1kK0VQ6CwrtUvQvz21ohLUm7r2mmPR5 { width:4rem;height:4rem;top:48.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTMZ63JTVGvAEPXyiMTzmmDT5yPZVJg { width:4rem;height:4rem;top:39.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFdUamVJKt0zd2FulTtzSvrF1TLZFL6 { width:4rem;height:4rem;top:44.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZ32vgfUx8zVGNw0lbf2HXFH7bEaa21 { width:4rem;height:4rem;top:35rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REwqOOMlJNGbu0kirzI0QaQMJl2pdIm4 { width:4rem;height:4rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTZnwJt90ei2INf96XXIqSDaVhV6rtV { width:4rem;height:4rem;top:25.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKtiLK89c92XdfArh0BfvEriPFHQruX { width:4rem;height:4rem;top:21.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr3dXvWzTN3fs9J9oUsdypPLM98Io521 { width:4rem;height:4rem;top:16.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4muCa1chGoprmDoqyEE3cyJ17I5CK49 { width:4rem;height:4rem;top:11.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9tDGoqffi864ZfZgzHdaSbiPZWiOVC { width:4rem;height:4rem;top:7.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWaQFtX7hp50Si987AQIUmWduTFnPuaU { width:4rem;height:4rem;top:57.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdD8Ly5aEo97mXlveHTE0pHpsKpaKqbs { width:4rem;height:4rem;top:48.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9T8dsr7a44pcNK6Ll9rBHgmyL6XayDo { width:4rem;height:4rem;top:39.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn1KPoWISsRUrrn2SxMaAN5mMFJhIg0N { width:4rem;height:4rem;top:44.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNzQSdvXsgGZCiNpKtIPhH1bT8wdCAR3 { width:4rem;height:4rem;top:35rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrTAsBgVduC02sEyhT4FZHCFyl2ZrxP { width:4rem;height:4rem;top:30.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grRte9godlqn9QQL5KVOCRPMCgvOaQTe { width:4rem;height:4rem;top:25.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBZcZwmNu9wo6FKyedWHOvDTFQurR4Nx { width:4rem;height:4rem;top:21.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiGZebV6ABhkm9nBrzWfdgi6bVPDeuLf { width:4rem;height:4rem;top:16.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFP0EQhRnnK50KETNnE86K4vRD7HeprZ { width:4rem;height:4rem;top:11.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Tzl0UcSGs1Avl4xnEB8b3SwopzBMTR { width:4rem;height:4rem;top:7.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKFgwQLNXKT2MHyR6VzTn4Ne4bUKvPZ { width:4rem;height:4rem;top:7.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR0tLTPvDytTlrrQdIGIIeqFveyDuFfR { width:4rem;height:4rem;top:44.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJqdCCsON0im80TVzx4GEr9lEMZObFg3 { width:4rem;height:4rem;top:39.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQhTEl6eHBMNSnpQN7vTEBJCTqzxsnI { width:4rem;height:4rem;top:48.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqZoohwDAiG3meQHPTkduPWRsBwOApJ { width:4rem;height:4rem;top:35rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UJU2uA6Q8ueIcoloiqd8bfgOTZ3Ksp { width:4rem;height:4rem;top:30.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfT0ymiVEoB3aaTVlWIIXgfEbyknOycT { width:4rem;height:4rem;top:25.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v82rOeGZEPLpzlfooWVbMg9mh8Nmm1B3 { width:4rem;height:4rem;top:16.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2HqSepaMO7KWHE7BLPhIOSIyq4ksySJ { width:4rem;height:4rem;top:11.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TkgTRJcPWLHi88rXHaJaaIThh5VZBV { width:4rem;height:4rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2VCU289zdowpPc5sZkLn4Gz3XpGwKq7 { width:4rem;height:4rem;top:7.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBiqQ4owcDCSIqIbyROfEXXvZPEzaTU { width:4rem;height:4rem;top:16.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwlHce1DTXkgHkKLEcXhGGRxsTxm81xQ { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P31MGG9RANbNC35v8EwGEd4lt1qghn28 { width:15.25rem;height:2.75rem;top:1.625rem;left:2.3750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tfMr2B9sCo17FTWBvyx5CwdGC6Iviy9a { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7taR7vyRtzuLyLBg7K81lT0TME0xqF { width:4rem;height:4rem;top:151.56179428101rem;left:14.9375rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #FC0kKdQ76CVhkXNfkDPksUeIp2bGTDdi { width:20rem;height:3rem;top:157.87431335449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1sTytflHn5SEt2hcCACU3CV6lNCkNR { display:block; }
 }@media only screen and (max-width: 763px) { #BtLJIoOKtIPL4D5KsHaDMO776Xrlumkx { width:20rem;height:2.909090875rem;top:161.43751525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uA9HKOF1aFlh083NZLlCfGppbJ7Pzo { display:block; }
 }@media only screen and (max-width: 763px) { #alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW { display:block; }#alzvOyFTKTvqHLJOaJPZ9xsXaS9XxGIW > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwAVrXCU4CibgrTFOJ2VnRcC6cJGoGnF { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMo2Ig0vWH8Qk58rp0CayZp1K8Uydada { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrI5yV6L4g6siVbSMJ0sepUFTDHyA0RZ { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZgHXZwHC4hGAUpsmZiggmJZyOIfLkxb { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ErfODHH6WWDzJfSwadWfM325imqLtA { width:2.5rem;height:2.5rem;top:12.562500715256rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6ln4eQciPAGGabPlDhfnBHAmO7rp5R { width:3.5625rem;height:3.5625rem;top:12.218750715256rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzs9fgkqITA1l0LrJ7xa69gkt0HU6nB3 { width:3.75rem;height:3.75rem;top:11.750000715256rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzmUv34Calk2mZlcB0aWF0yRspCMbcf { width:3.625rem;height:3.625rem;top:16.750000715256rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOIlQCgAPm5MJdesBQBZcGKvfGrdfzf { width:3.1875rem;height:3.1875rem;top:17.000000715256rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJBkaWz1y4LKS7G54WMf2RXwkVZsTkiq { width:3.4375rem;height:3.4375rem;top:12.045454740524rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxmKPPQuc5qHTPeiWL9DzLkkRnTalSR { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9xxrG2tTLEfGXtPnsh1xyEnk6i0HBV { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #US3r77SytvlKMdAICWKT9k5tJOPG8Wif { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvVSSu8rZg122ryH3mmAiZkxhrFUwOc { width:3.5rem;height:3.5rem;top:75.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SooR37oB2FH6Mr7pdd6Sd1cWiPOmWKoE { width:4.125rem;height:4.125rem;top:34.936790943146rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnX8f7XkdDIu4qPL3OZD3t1POw3bW78a { width:3.875rem;height:3.875rem;top:35.061080932618rem;left:10.406250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dql9dzAvbfhTrq7WeGglLFeovFA1sHtV { width:3.9375rem;height:3.9375rem;top:34.904830932618rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #C75Ih8kzc3zJo3NMKkegIe4l34C1J1tD { width:3.75rem;height:3.75rem;top:39.6875rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw36O2aegKNcu78bZtdVLgzC9gKDkdge { width:3.5625rem;height:3.5625rem;top:39.96875rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwu8ROZi1AUUB4PXaLT2l8zpuPdaZVke { width:4rem;height:4rem;top:39.75rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMZiulN9l7yJJL6HvS7HhmRDsm3LmlSa { width:4rem;height:4rem;top:39.75rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWWTqWDkfeVEw7MdSlvUHkTwrVNzBXaM { width:3.625rem;height:3.625rem;top:16.8125rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRznnptk9AL3S1u9evAG597BQxHxTzyT { width:3.4375rem;height:3.4375rem;top:44.59375rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #no145HUNsd5n4dm80RkxoClVoex0yJpu { width:3.75rem;height:3.75rem;top:44.4375rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzoBRRcQveEB9maBvenyRPJxLk6l5NUy { width:3.1875rem;height:3.1875rem;top:44.71875rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAcPOMGn4q23vgr9fVbSL9TqOqf8Be2H { width:4.125rem;height:4.125rem;top:44.25rem;left:14.843750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhmgnXThXNv0EFwhqglZ45ENRTd0xPZ { width:3.0625rem;height:3.0625rem;top:21.781250953674rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3zzE0iDci3MNJQgaEwBd1AuUatxTQ0m { width:3.6875rem;height:3.6875rem;top:48.90625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurm5IXQtTPIJrZKaw3OcnJ7HBtEhMNR { width:3.5rem;height:3.5rem;top:49rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSsqEBNga7FBgfRWltRCDsw37oo73XSB { width:4.0625rem;height:4.0625rem;top:48.71875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbZMgEqmwA0ucDorosZA8uWUExH0rKh { width:3.9375rem;height:3.9375rem;top:48.78125rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTxAMGW6si7imcNtqtkBrhiRBdwSMKN { width:4rem;height:4rem;top:21.125000953674rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM8oNdBWc1CnMLI69DZJJzUCuDvvd8XO { width:3.8125rem;height:3.8125rem;top:53.28125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxX2sUlaI2TThvnwMUHumCbqBo04br7c { width:3.6875rem;height:3.6875rem;top:53.34375rem;left:5.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGupDlmNWTEX6IAUgF9Zxp0Weh9xW3Z4 { width:4.0625rem;height:4.0625rem;top:53.21875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD2LycZiyTCPCm2vcze0n0xcr42bkJVy { width:3.4375rem;height:3.4375rem;top:21.468750953674rem;left:15.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMkJxGNtW7bV3SBargQotWahGK2vrN6Z { width:3.75rem;height:3.75rem;top:21.312500953674rem;left:10.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12JckQLTiLxECaXsJfdq19mlVqifaQ2 { width:3.3125rem;height:3.3125rem;top:58.186082839966rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGBf9NN24vRJquJCphGSabrfz0nslB2 { width:4rem;height:4rem;top:57.905543327331rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcusNvdP7bE9cZGUmD5acOZr3bkVoBCs { width:3.6875rem;height:3.6875rem;top:53.40625rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAZeFQ6udvlbJbMaV1Fk4DfwJu9TPVp { width:3.125rem;height:3.125rem;top:58.2322473526rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6zi4l3a50rPw2rnnXu0Io8di7eeCJyt { width:3rem;height:3rem;top:62.686082839969rem;left:1.576704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLQsfaV6zkB00NJtgoiQN2fRw1DhDi6 { width:3.125rem;height:3.125rem;top:62.499293327331rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTeAV7kho7Q04TbINisBs1ZuHB9tK7c { width:2.625rem;height:2.625rem;top:62.874294281006rem;left:15.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeM0I65HLBgTdPA3qwTpv6haTBqdD0B { width:3.3125rem;height:3.3125rem;top:30.718750953674rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFamDsyaph2L5uoy2dzPDg48TZvW8Jkm { width:3.0625rem;height:3.0625rem;top:66.968752861025rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TAKxJdl1aUMo7wzFcrIkiNAKiCUc6n { width:3.4375rem;height:3.4375rem;top:66.906252861025rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1O5GNBZ945C23urEArcJZ1AGt8QzON { width:3.3125rem;height:3.3125rem;top:66.968752861025rem;left:10.687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GzV5htPbCTHw6kvd4q1TfIMbBDvz8D { width:3.125rem;height:3.125rem;top:67.062502861025rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV6UiVNBpuPDHBN2mWD4u7b6xgqmwIZO { width:3.5rem;height:3.5rem;top:30.625000953674rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlOnTcpst8v5Vv79iUpNOr4TVv1pSrf { width:2.6875rem;height:2.6875rem;top:71.781252861025rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJWCsTOXdhGgBxX5LSSpno7hUaKhrNo { width:3.125rem;height:3.125rem;top:71.562502861025rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UML6FSDnEnsmLygwp3FZLlHTZ40R1wrQ { width:3.25rem;height:3.25rem;top:71.375002861025rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNbLOt5rL6wq0m0BcBmzXGR6cmVI4wcA { width:3.1875rem;height:3.1875rem;top:35.40554189682rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0tbG6PT1ZgsRRS2x5kCzTMgbEuE5vGJ { width:3.625rem;height:3.625rem;top:30.718750953674rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7Kz6STo1dqbiP5fAb4t0z8vkgTvduy { width:3.0625rem;height:3.0625rem;top:30.843747138977rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTKJkZmqyAKJgy52fqNtT9iZQTeJhEZ { width:3.5rem;height:3.5rem;top:62.436084747314rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6BoAx2DZrA9ZKK5ndiv2blk9d4hrTxc { width:3.6875rem;height:3.6875rem;top:80.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHzKD0wMlNtFc46LczsPT2OSxSdTlSx2 { width:3rem;height:3rem;top:80.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myod6Ci9uelTdg9yGScpkvJ0nUfPavgn { width:3.9375rem;height:3.9375rem;top:16.59375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRDJItsu5V8W5uKm9qJiP0qDMcQzKVq { width:3.125rem;height:3.125rem;top:80.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDNzJC3IlN6DbNvZUaZTc9BCZwMQxwyb { width:3.0625rem;height:3.0625rem;top:85.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urT5HWbutrRmnzZTDEX9QETGlM1hgP0v { width:3.125rem;height:3.125rem;top:85.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSX3Smhpt4kCmdWbbThJqz0MD8TotLdX { width:3.125rem;height:3.125rem;top:85.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnKztRacazNuAG82bCGHH0G2WhLZq66r { width:3.125rem;height:3.125rem;top:90.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTO1nThnaQVK2FaUrio7HepWKoUpFWGn { width:3.125rem;height:3.125rem;top:85.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFltmblvBiTIus4hRDyzbiWcwQ0WQb4 { width:3.125rem;height:3.125rem;top:90.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLameTOKXdvRdHpMRT3ZLu5QvThOaKdD { width:3.125rem;height:3.125rem;top:90.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTt6OToas3b0OnsfFACd38lPoDhLHMPu { width:3.125rem;height:3.125rem;top:90rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvVaT8HqLogNZ8ll8PQXWbonpSvXuEx6 { width:3.25rem;height:3.25rem;top:75.795456886294rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDaEHedwqdCHp15ir8cX7GWcMuJ8Er4a { width:3.25rem;height:3.25rem;top:75.87500190735rem;left:6.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1y9mKb6JJ1pXznhWyewGBlncQ4mo6wf { width:4rem;height:4rem;top:94.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DzTbgHsZ62T24n51KO4LXtTP65lwqb { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:14.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9g7AgT0hJFM9ztO9cWqMOrg14GEAwr { width:2.875rem;height:0.9375rem;top:95.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzftxocB88wJVToMfuZRGvJ5ZPTW06i0 { width:2.875rem;height:0.9375rem;top:95.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFf1CHqWXK24iQ2bZJnGByyPcITfyhet { width:2.875rem;height:0.9375rem;top:95.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXs3NMGBCBmg4chgX8pZfWaaGbktvh65 { width:2.875rem;height:0.9375rem;top:95.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiLITPJp9uPyFAAccs47ELIB617gVThg { width:3.5rem;height:3.5rem;top:75.875rem;left:15.125rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #iWKXHMob4d8gTOPB58pVXIEEEeJwfxBc { width:19.75rem;height:94.625rem;top:4.9048309326172rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #O3rJXCIMTv1BPZMsENV6oso5Mr9oO5Tp { width:4rem;height:4rem;top:94.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHekH06AOgC45Rz5K6bThlpPz1cV2ZCl { width:4rem;height:4rem;top:89.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TbRoNUWB1tSckXFasJBUqbrA9245bg { width:4rem;height:4rem;top:84.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llN1h2d3gQpEZeiaAWZMal8R9C1dp3HR { width:4rem;height:4rem;top:94.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTBlZVvSI5MllqeiEOfnK5mFUFztDfg { width:4rem;height:4rem;top:89.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSQVIxmO4tR0I7fyc7XW9SrBS9BN2BDR { width:4rem;height:4rem;top:80rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL23rMvLiaJ757lvzPEgqPbA6pJFJ2GW { width:4rem;height:4rem;top:21.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu9faWfUIUdnVxHV4m9Csdf2RMKki8Kg { width:4rem;height:4rem;top:39.562497138977rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD86TrouoKd0A3GlPylMIiCsTIFH7BVI { width:4rem;height:4rem;top:66.499989509581rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4vp5ANBRTDpDm0MHNhSzrQEWhQxGgU3 { width:4rem;height:4rem;top:84.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X91bNGnGw7ypezXSNMHpV2dHbqN4uELQ { width:4rem;height:4rem;top:66.500013351438rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0X2m0K9sO9PK39RPTfibb9UMob92Hg { width:4rem;height:4rem;top:80.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dySQP7KvpxXEKkJQFzmkEPQq52QzLFVd { width:4rem;height:4rem;top:84.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3zEkJJIByzw5zEhPCs2gJKswILSXXBg { width:4rem;height:4rem;top:84.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcbSrU8OSShO6ws3eZG3O11LQmTBtwm5 { width:4rem;height:4rem;top:34.999294281006rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtkcrWcSAgEMnDn4QQvLO6i35hwVzUID { width:4rem;height:4rem;top:80.062507629394rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPAPKbB6RMw86wdC5CwztqeRHFNwd1Fu { width:4rem;height:4rem;top:48.750000476837rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXt9vHxGUruaFPDoXGJSxe5QraM5spUF { width:4rem;height:4rem;top:75.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKPrTxNL8NINPcG2Mq081U5hMSgMoqbT { width:4rem;height:4rem;top:75.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #damxXQemRFGbvDZXOJq8w7UEZTVXEx8c { width:4rem;height:4rem;top:7.218770980835rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvP71D3hOGOBXatn2cbEKcPV8U8BI9mX { width:4rem;height:4rem;top:71rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa1HkCTltBPXcFlzNs14MO5lRrezv6mw { width:4rem;height:4rem;top:44.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXn98cSspzmcLQpfL9oGvJeKE4DTz0J3 { width:4rem;height:4rem;top:75.50000190735rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nolmzh7sWhm2ggbLDCT1ScdymPTxUDDo { width:4rem;height:4rem;top:71rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmTckul5tz6kytU1qdJxweH46Fynpmin { width:4rem;height:4rem;top:62.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJQTnDlidzp57vkpEA2sO4mUdn2mJ2KX { width:4rem;height:4rem;top:62.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcwTFO2Hexvee1gt7Shl1imiIBJCcdHQ { width:4rem;height:4rem;top:53.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIRD7G1fS4R7hX6qCHXbXQ4aCJWSmCLX { width:4rem;height:4rem;top:30.373594284057rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXPJfDbynvGiNF4qxQTgNKNPk9Ut58yo { width:4rem;height:4rem;top:80.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs2FvN5bU3QiqJT6EgHwEvi5lIZpDXKp { width:4rem;height:4rem;top:75.500013351438rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIZGG6wR2TyNsb4cnKN1R5FcVhLCnxOQ { width:4rem;height:4rem;top:44.312489509582rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlUGAy4ny67RoAqddC6693B0JWKKkoc0 { width:4rem;height:4rem;top:57.842329978943rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv54XXnFaACHQxfe96v8vw78fJBivao4 { width:4rem;height:4rem;top:71rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMNfAoQ9CG7zKXfhDkSxZuiLRQMvtLe1 { width:4rem;height:4rem;top:71rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ySthccSSCDUZXhR5LxVKAdNkRp3Wkx { width:4rem;height:4rem;top:62.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWumwcq8d4HmNcI2ycuh64ZOnrokv6Tt { width:4rem;height:4rem;top:53.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvAyZ7XEzZUbeimGTHcE6tZTQpCNU35x { width:4rem;height:4rem;top:53.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeZzTv3H6AqhUoOJ2Wevvb6l1TyHT3qJ { width:4rem;height:4rem;top:66.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHVPtRpxZyQQ1CAB2rtMb0xu0t2DVhzE { width:4rem;height:4rem;top:62.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRLI5JUgliQJAsd8XJnPumDTvdzsrbP { width:4rem;height:4rem;top:57.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGdlQTJsNmuN5LWsf192MK0dEONETZi { width:4rem;height:4rem;top:53.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQK5aqVQI4CrI4fodBlwygpxC2zqmwJ { width:4rem;height:4rem;top:35rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4Z9763wuFabCu9S5c3RJVdOuTei73Gy { width:4rem;height:4rem;top:39.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yMw4VCCo1wgdyQllt3HmMWbkdPrTN0 { width:4rem;height:4rem;top:48.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1ornTRQ4GWSECKk5TXNSfqCtzQBuEA { width:4rem;height:4rem;top:30.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt2yFN7sDTitEnHldAFS56vEHqwoAcaP { width:4rem;height:4rem;top:25.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPXUA9N4580XcG1ZDQEoHIAMhOBSGdvc { width:4rem;height:4rem;top:21.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRzw8fR7x9VcVHq0nnMJfnJAE1Cbh9fp { width:4rem;height:4rem;top:66.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnqkBwxzOyCI3Vuq00xN5I8HrS2yJwa { width:4rem;height:4rem;top:57.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6GBBTo2t50Ht2NafEUh764gq8WHOsur { width:4rem;height:4rem;top:48.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbyyoR8lJPza8uruLMiNwF1RMHINpw9 { width:4rem;height:4rem;top:39.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFQEWeWnOXV5nssNWOckkvqTHB7POV6K { width:4rem;height:4rem;top:44.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkT4ogfHSDmSTlzCbwtpE8uKzzZdUy7m { width:4rem;height:4rem;top:35rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR9vUPCwAKbtKqOezbQTc8MDluDHstiK { width:4rem;height:4rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkJv1kWTVIE8abngM0hz6WPfI9tme3r { width:4rem;height:4rem;top:25.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtbBZmd6HeVtMGBRib7lgQmzG9ZBifkb { width:4rem;height:4rem;top:21.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2KiExzftXmQBzTSPTW42y1Vw7WFEkae { width:4rem;height:4rem;top:16.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra7Jk9IbASCbN4gMvHO1xmiII76Linq2 { width:4rem;height:4rem;top:11.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMeTFC1JQhbTyCIo9JGO4bT83AtD1Ak { width:4rem;height:4rem;top:7.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkLQTkTKrBuglGszhmmF64TNBlRbUJy { width:4rem;height:4rem;top:57.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEB3LmFIJtPlMlDeyqvqzJQdokkgVfFf { width:4rem;height:4rem;top:48.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTG3gPq5sTwhqtAHrfwDBX486VIphPg3 { width:4rem;height:4rem;top:39.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ889RTTiV5zaC7SHC8Ie9n24FC8Ik8D { width:4rem;height:4rem;top:44.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsGdGKQAmbqZtWkPUTNOQD7RAfe8CrK { width:4rem;height:4rem;top:35rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfCiDGWPPTzgCH231f7SKwfTBDMxEk4 { width:4rem;height:4rem;top:30.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2vTd6PTnDhXLwdirtMTvsP5b7wpTTi { width:4rem;height:4rem;top:25.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9BoGtG989WbUC8io5N0FuJEKBLm80n { width:4rem;height:4rem;top:21.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rLsJnoHbv5R1RfrQV48hS87SLwNTPr { width:4rem;height:4rem;top:16.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkH3LLu2VzMqrgZT5SGfaJqh8d3ykw5z { width:4rem;height:4rem;top:11.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhKu9mhiV5Hy5iXhmpWwKDXSHpEBtTOo { width:4rem;height:4rem;top:7.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMmyUSEa7OPmSR9SzhGXGOvVkGpy2nkB { width:4rem;height:4rem;top:25.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWvE20gubXp2DINb5u3TnhTslnPsugB0 { width:4rem;height:4rem;top:16.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3cG8k59fQFf0hvpOE0xmBLvKkdfVZA { width:4rem;height:4rem;top:11.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcPtWbWGhX3eowGkFFC8TypoUtOo9g58 { width:4rem;height:4rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAVWTu75xKuLespAwXzcThG4LCSk63gM { width:4rem;height:4rem;top:7.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWcRueUK51Z6z2yxHAl9PEBf6xPVwOo { width:4rem;height:4rem;top:16.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJHVcDTPITJMQZmQOaESn2B3ASkhZcDv { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDzQendS9TQ4LJt13I3CLwOPDULkLAVN { width:15rem;height:2.75rem;top:1.625rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OJGSWbMFPEAdmLhdBivTJiHHmEUL2q49 { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFPHJ2eXn1o4bPl2w8Mwacpl5VI8zpmD { width:4rem;height:4rem;top:94.1875rem;left:15.1875rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #ZAggepVLwJR5NnIQJRDUhSZlJfBKRa7f { width:5rem;height:5rem;top:177.5624961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eU5yp32HoH4PGFtCA8n7FANJ6zGF8PB2 { width:4.75rem;height:4.75rem;top:70.75000190735rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsXSeGFu58ZR9kcBxFLgXCyllUaXOcx { width:4.25rem;height:4.25rem;top:79.7812538147rem;left:10.093750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4HG9tQwZDddAAoilepTr99a0Rxhe2T8 { width:5rem;height:5rem;top:171.3124961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFJcTrsIDM7VBF4yyJJrfSxbEqHfThmT { width:4rem;height:4rem;top:89.6250038147rem;left:6.0000001192093rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #sPfeCmwNyNqPHLLaZFoQHamDCxgE1HsX { width:20rem;height:3rem;top:100.52912902832rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnlD4WVe6lwqWSR0cCMOE9D5rXQhb55X { display:block; }
 }@media only screen and (max-width: 763px) { #kyZyklO40VXoC8nTu9cE8khIWfGpLGET { width:20rem;height:2.875rem;top:104.27983856201rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER17lDpSEFhFQJVgq4seUnydlzH3CWcz { display:block; }
 }@media only screen and (max-width: 763px) { #MmWKJhTmgqSKe3pX0SfGPC8Eq7oGpUu0 { width:3.4375rem;height:3.4375rem;top:58.1697473526rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ { display:block; }#Gcaw1wykbWBKkfx1fkdNzd1N0GlsmEvJ > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcWVXbTM0qUzTqQrpET5TnfMaMe2whwS { width:3.4375rem;height:3.4375rem;top:7.5000007152556rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3JFGmxCx96uXfguUh48PTwDLJAp948E { width:3rem;height:3rem;top:7.8125007152556rem;left:6.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #psZzz0chb6hnPFu4tpApzo4ce8T61klb { width:3.0625rem;height:3.0625rem;top:7.7500007152556rem;left:10.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN2vvTHf3G0kVQFFJUlNu1AiAmVipVDH { width:3.5rem;height:3.5rem;top:7.5937507152556rem;left:15.156250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1PS5Z9aU6gscnMuVU4TnkNQnw9LB5Ep { width:2.5rem;height:2.5rem;top:12.562500715256rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0AZ8bqWbtbp03qusxcCAd3CDzd2ile { width:3.5625rem;height:3.5625rem;top:12.218750715256rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWLAVoLD8RefpTT27P9i9gXPS2SyOOob { width:3.75rem;height:3.75rem;top:11.750000715256rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPyJGcaJSnfCHOZQiFEeWcnn3LCVMpcd { width:3.625rem;height:3.625rem;top:16.750000715256rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTkuMSXrTPypFfsQ8t2nyXrudFSH9TV { width:3.1875rem;height:3.1875rem;top:17.000000715256rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LTQiFRkm1DhCy5E4VB40O45nITSmaC { width:3.4375rem;height:3.4375rem;top:12.045454740524rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ADTLFl8JqlAmMT2RHooOkdQPk4iAr6 { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMreqihT6MqGGyBmoQ7EyKJS9ZHTogwI { width:3.8125rem;height:3.8125rem;top:25.812500953674rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FisQzrmfPt8hoid5C8hguE1uJtnORrTR { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LysSaXcZteQq1OLiqI5TvhIztfA8KtTq { width:3.5rem;height:3.5rem;top:75.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMUbfC3BD25n2q2f9nreqWGxT4igeSqc { width:4.125rem;height:4.125rem;top:34.936790943146rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXmEaAb8DAp1ChUVQFItkTwMfspx6fmO { width:3.875rem;height:3.875rem;top:35.061080932618rem;left:10.406250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #It76zpSKIsdqeTcRHgfntvZzdrs6uoXU { width:3.9375rem;height:3.9375rem;top:34.904830932618rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfMDVohe0KBL9WaKvUXIIhB2UMHWe85Z { width:3.75rem;height:3.75rem;top:39.6875rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZczsI3xfNT0TORKIL2RXtXo5DK2rfPbO { width:3.5625rem;height:3.5625rem;top:39.96875rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNrBSvtFXm0UieiLDOCyFHq5qXr5Ggu { width:4rem;height:4rem;top:39.75rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8WipGSCW8VCQOoZQygc87bCWpU6nCab { width:4rem;height:4rem;top:39.75rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk1TTkHxPbIXBkFVa76hNC1dS5nrPGTD { width:3.625rem;height:3.625rem;top:16.8125rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #acIaBt0MAdDeg1vJ7VSVxvBTr7U65htE { width:3.4375rem;height:3.4375rem;top:44.59375rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9GMZnLOTKbbs4ZtTRmtMu0WcsRAxPds { width:3.75rem;height:3.75rem;top:44.4375rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJxJaw7aMT9Gg0z5lU7IBIXJHREposMw { width:3.1875rem;height:3.1875rem;top:44.71875rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCsKUfKriyLdTLFs2TzdFy8NBmm9G7xW { width:4.125rem;height:4.125rem;top:44.25rem;left:14.843750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMXTn6EWe7S5SuLyD6TFZQkTWkFbEx7O { width:3.0625rem;height:3.0625rem;top:21.781250953674rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B89iy1JV3W4LTJJTptmOdx2uH3aq4wOh { width:3.6875rem;height:3.6875rem;top:48.90625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTZVGn9h0uHCgtbqwJI8eltHrVs4mkk { width:3.5rem;height:3.5rem;top:49rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8xgK7DUWnrBFZKQ5IEyiTX2WDTLG6l { width:4.0625rem;height:4.0625rem;top:48.71875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnECJysv2wvtO08CtoDnJZTwcW4Fdayk { width:3.9375rem;height:3.9375rem;top:48.78125rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBxaJxwmCf61iT8ybxvD8WxX0Qn98Egn { width:4rem;height:4rem;top:21.125000953674rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAIyP5nheIVl0W24Vhcz5qf2Z9Bs87Vo { width:3.8125rem;height:3.8125rem;top:53.28125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbU1W9c0gfV9T6gHrDifeSBbA72QnGZV { width:3.6875rem;height:3.6875rem;top:53.34375rem;left:5.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvtluk410DdT2h75BQcA7pqNMhfqXvPS { width:4.0625rem;height:4.0625rem;top:53.21875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #paeXSweUuGGD5rT30BQgDKBxZRrw4QAL { width:3.4375rem;height:3.4375rem;top:21.468750953674rem;left:15.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUGlR7xHmMWHUfKHLLZxvBfwuV7uQkW { width:3.75rem;height:3.75rem;top:21.312500953674rem;left:10.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ih7mqzEVy2R0QWxP9QadBXcuruCH6n { width:3.3125rem;height:3.3125rem;top:58.186082839966rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i91Ow5cW2ZeMwHuUWOhNnzyHydH33mBK { width:4rem;height:4rem;top:57.905543327331rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSUaMTAB4GEi0gp9LWBGPFwRI5v1NiF5 { width:3.6875rem;height:3.6875rem;top:53.40625rem;left:15.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkF3D1QS8ggXxIMXBMz1TNfVmG0hbA6a { width:3.4375rem;height:3.4375rem;top:58.1697473526rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwsnvJvTUqm5qNT3JhvgsWPSlJGivPv { width:3.125rem;height:3.125rem;top:58.2322473526rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1w9Zc4egUkA1foCaSTB3pxauSBgVaSb { width:3rem;height:3rem;top:62.686082839969rem;left:1.576704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxeBTopeBBTwwT5Jzv1heEboLs1akZId { width:3.125rem;height:3.125rem;top:62.499293327331rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJltNPLNFEaHneLRQD0bg0RCT4arxvHI { width:2.625rem;height:2.625rem;top:62.874294281006rem;left:15.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWM7CKPmlJaPMSgl51qIb7vV72l7Izlo { width:3.3125rem;height:3.3125rem;top:30.718750953674rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #di2n7QKLyOdi19Kcs47d7Uh1z9GcmVLM { width:3.0625rem;height:3.0625rem;top:66.968752861025rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsSRk6apdLqGNRbXeN503ibHvdptQfzD { width:3.4375rem;height:3.4375rem;top:66.906252861025rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUQZBclDLTS3lTInoQCiSHNs2km0AciN { width:3.3125rem;height:3.3125rem;top:66.968752861025rem;left:10.687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDCPpg6QRQaSN1MWi8McOXOZTGxQxDU { width:3.125rem;height:3.125rem;top:67.062502861025rem;left:15.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP0lGQAQkZMLcqny70vl9aPnrg9FmbHK { width:3.5rem;height:3.5rem;top:30.625000953674rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWQg61R0gp15lpq8hJH5lknHM1c1uc6 { width:2.6875rem;height:2.6875rem;top:71.781252861025rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTBcENxLt5TWKvyfx8NuI90HGV6XHVsn { width:3.125rem;height:3.125rem;top:71.562502861025rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9UTMIpE7epWH1hK9gRXC6H6BngirP8E { width:3.25rem;height:3.25rem;top:71.375002861025rem;left:10.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR7ZJXxFOUXDu7tSbRzAwGE2nmse4AIF { width:3.1875rem;height:3.1875rem;top:35.40554189682rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofWgXkiFyZvp34qwtDTtVTWeM9POg2eA { width:3.625rem;height:3.625rem;top:30.718750953674rem;left:15.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ7RFCT5r14H8lxx6v0dXwJdpZma2EkQ { width:3.0625rem;height:3.0625rem;top:30.843747138977rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGN4baa3xNgIkg8HGdBQMKfezeDoe6Q { width:3.5rem;height:3.5rem;top:62.436084747314rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5Wps5mL7FEb2pAFPJIfqQPE5JdDStT { width:3.6875rem;height:3.6875rem;top:80.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdcVTlIUd5fTA6ErM16lZlB0EcrOEFw { width:3rem;height:3rem;top:80.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfNpePU3Fek5IrLSyGEKclFvN6gesHt { width:3.9375rem;height:3.9375rem;top:16.59375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiF1897t0c3is5T1MJF152CXq8s3ZE1V { width:3.125rem;height:3.125rem;top:80.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbDTLvKyByuVy55c5zpDX4Lo73UT8WAR { width:3.0625rem;height:3.0625rem;top:85.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWvssOPwKieNXJg3eaVwsODNXmS0eq78 { width:3.125rem;height:3.125rem;top:85.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VovR3CfLITxaAwUlzyOSM8OW3S2AUGTl { width:3.125rem;height:3.125rem;top:85.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2sSXTyWyAok0KTEXKWQiPB1SaFgCrCE { width:3.125rem;height:3.125rem;top:90.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6g4rocaL50U0gL9mHs5PbRnXaUFVlyA { width:3.125rem;height:3.125rem;top:85.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUtvSyIrqJHcCH9kxFCXgprxdqiRUeP5 { width:3.125rem;height:3.125rem;top:90.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEFF77rPyzDuqxRvyk9B6Uc0NvJ4XZM { width:3.125rem;height:3.125rem;top:90.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPGIs6K6vPdzZvU5Vo05bVZf7Br7p8XX { width:3.125rem;height:3.125rem;top:90rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8XkeCOz9TlxcQ4Hcicq6kqtPa96mAD { width:3.25rem;height:3.25rem;top:75.795456886294rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnrui1XQrOFG9XeZ8mDxRBSTqCDUDCxi { width:3.25rem;height:3.25rem;top:75.87500190735rem;left:6.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdVay8ExALQ1xxGfmPRKXrZTMScX0QK6 { width:4rem;height:4rem;top:16.562500596046rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROxfJtv5XhZhJA4b507Xc7on214hgbOu { width:4.1875rem;height:4.1875rem;top:25.625000953674rem;left:14.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZH3plM24xcP8mLgt37TFX0ZpBO1UI3R { width:3.5rem;height:3.5rem;top:75.875rem;left:15.125rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #EpKMD2kBtocZyBM8ZNEv9lzPOIhZMRNZ { width:19.75rem;height:89.875rem;top:4.9048309326172rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #OFdLCwsgVJIHVUFouVNKaJnvNnpB59le { width:4rem;height:4rem;top:7.2187505960462rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKg592KKovk35bnxEWLbhiiSxHwQTQvI { width:4rem;height:4rem;top:89.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al090NliCcQcuUhm9baQzpeGSOTRFOry { width:4rem;height:4rem;top:84.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHbRL9RekbixmP2QlxAIzq9IxoI6Vze { width:4rem;height:4rem;top:11.812500596046rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLq33BfrAmyiMdUJ39WJpo30UE7S3oW { width:4rem;height:4rem;top:89.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD91LSsoeCCGTXhfT12HQ85ADiwz0Oxx { width:4rem;height:4rem;top:80rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupBn087GCZfhVQP4xLz4irW0vtw0l2m { width:4rem;height:4rem;top:21.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml74zhTveXNPqyztV7Z3KLZ0Xd71Jlfx { width:4rem;height:4rem;top:39.562497138977rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT90lvMn5XrwPkRIXZ9hQdmcIkd4eCfM { width:4rem;height:4rem;top:66.499989509581rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdqJhGNmIz94b9RCmdFrzPHRrvzP1kCI { width:4rem;height:4rem;top:84.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veqNZUGyWoxUCiZf1q7Jg0Xh2SwVPcha { width:4rem;height:4rem;top:66.500013351438rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP990bwrdnSFIsNBEsfPMNgvzTPEuhO6 { width:4rem;height:4rem;top:84.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPRnTaWOJt1sKD6rEwMMgNzFvb9iT5K { width:4rem;height:4rem;top:84.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqXi3IfykZq07qF2Zo78pGfoa4tn9VZ { width:4rem;height:4rem;top:34.999294281006rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlX9vG5STR6L6bCxTZlKR3Bv5AWuxtl { width:4rem;height:4rem;top:80.062507629394rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRWT5CxOeeSJrONcByAzpkKC9hvJl0nF { width:4rem;height:4rem;top:48.750000476837rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEpZLXp0lwi3QLiazQexrCRsInsgvc8Q { width:4rem;height:4rem;top:75.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNq1UKgK0TzsbQXxBG4aZ1pvSr0sDnUT { width:4rem;height:4rem;top:75.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #odBzvKMd8SdsD2ZRKDShCKF6tFccIUVG { width:4rem;height:4rem;top:7.218770980835rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48nqonsT6VuzMFOS5H6E8QFSz0zb0CC { width:4rem;height:4rem;top:71rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olOManWvy5zg5qJwdSZQE2hDAvwW4bzx { width:4rem;height:4rem;top:44.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0LbBOVeTWFxICXKZfGzzSLEOcRn8M0 { width:4rem;height:4rem;top:75.50000190735rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoO4Z6lvgTVpoXmQHG5kyI8JPQzlJsB { width:4rem;height:4rem;top:71rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h43J8tThRgn5BPRRwWtkJIQ1ZAIWcgoz { width:4rem;height:4rem;top:62.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9VxdWm4vuuTLwZgb56w375eWgeMT2Z { width:4rem;height:4rem;top:62.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zunaHpsgA2hyBqdmFvtJz15bEaOO5ilt { width:4rem;height:4rem;top:53.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x14CLT6w6g1LTwUbTuvciw7BHltoqrPN { width:4rem;height:4rem;top:30.373594284057rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFy1xKud4FNWWGpFB1H3w6h8bIxzra4X { width:4rem;height:4rem;top:80.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6p0foF1rHdrfFFvqHTTKkDMRgnvWGZ2 { width:4rem;height:4rem;top:75.500013351438rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV53Jc5qRhmrKigF1Z5oy9GgLFLS5LCQ { width:4rem;height:4rem;top:44.312489509582rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkLelFv5oTDzFRkTy5OKricSHGd8PIT { width:4rem;height:4rem;top:57.842329978943rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq7iBFObyFDDRfwS9RCdmTTgsbImBSnT { width:4rem;height:4rem;top:71rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siDT9coIRfnlQtVdELOQn8nm1TJIfMpU { width:4rem;height:4rem;top:71rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC136gH43L45qD1qeFV87MomveGNafch { width:4rem;height:4rem;top:62.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRzMacS35XgCQH8M4TFTrvlLBtRSZyG { width:4rem;height:4rem;top:53.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHt50GhWI4Pmu9SNnXqnoG8WP00iHLUd { width:4rem;height:4rem;top:53.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQiN3pNdtrgkHcMUsXixaudKP8c0EaL { width:4rem;height:4rem;top:66.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5HJczmHdyDcwof4v3QHDFE0uVHgPfvX { width:4rem;height:4rem;top:62.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es6KHDxvu5IXJbZLzNZHJshRwytPoBM1 { width:4rem;height:4rem;top:57.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvXLyg1Ug2AaI8hhFvvyai9eTiN9u4P { width:4rem;height:4rem;top:53.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9zqzqIlSLqOz8micDeIuq1LKiVXQx5k { width:4rem;height:4rem;top:35rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3V7NgV3aBgvKIs0EFzHOEfqz4D2yit { width:4rem;height:4rem;top:39.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82iQX2JCsDNQDorxMSOXERHUpygEx2S { width:4rem;height:4rem;top:48.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi3v7nB2lMgSWMgqx5JsqLcTiz0zzDKp { width:4rem;height:4rem;top:30.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdV4HDFDXAvKhFboX6LS3q4Mw0r7a1cT { width:4rem;height:4rem;top:25.812489509583rem;left:14.906250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nPSksFHASrcDBnSoXl22MxLGz00nXZ { width:4rem;height:4rem;top:21.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlEq32PaNHXmD0NHkRnXvGHSwCcCmzE { width:4rem;height:4rem;top:66.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxyJ1CU6FCrM57c9q1RfhbNmTzDtwxTI { width:4rem;height:4rem;top:57.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xALbrP3AbmnKW1ipn50TwHxG61QbqkIu { width:4rem;height:4rem;top:48.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37myJB7cn8oJGDUTQ5CpGQpv4W4m0oU { width:4rem;height:4rem;top:39.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGbHOneqGVTTEzqXt2WQiZXV0BfHiIJe { width:4rem;height:4rem;top:44.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RZ7EdJJDOhHIxD9giggA8NTZOhDNhT { width:4rem;height:4rem;top:35rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQnGi51XQZyTomPa4H6SDn1cnZpGx2MQ { width:4rem;height:4rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f62VXCkUJaEtJhg4bVUUEI4Xc2Dreo9a { width:4rem;height:4rem;top:25.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6Fq0m2zK39ukFgmXHL7xgkwwNNOUpg { width:4rem;height:4rem;top:21.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8e51TWhANDMEIuRBcoUDPQbvUBXqP6 { width:4rem;height:4rem;top:16.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSFFy1OUTqVNUDaBThkEJFPu0bK6oR0Q { width:4rem;height:4rem;top:11.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GacJezgU7VzVPET4DJ71hhfTtK1IzEg1 { width:4rem;height:4rem;top:7.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOybwEdixzfUy4Jwi372BJEMtAFi89HL { width:4rem;height:4rem;top:57.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUGtu1PutGbr9ndTMyGer9LuWqf6wPqD { width:4rem;height:4rem;top:48.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqM9OSZR6GGyopP76ta9FFz6ee67pToN { width:4rem;height:4rem;top:39.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akpcHmEyKkIzsx2SvOQToPPuze6u3pz1 { width:4rem;height:4rem;top:44.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzSPiapcvAWlAblmDXpAAsh4sIgnXxI6 { width:4rem;height:4rem;top:35rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcHT64TllnKP3WseNciR1uXP8tmAcnMQ { width:4rem;height:4rem;top:30.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1xb5bKxqykV7U9r6sF4LkToOwEkvQvg { width:4rem;height:4rem;top:25.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi9JLH6uNEhFgxwc8p027KeexIqMF2gT { width:4rem;height:4rem;top:21.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxnF4T8chQbqldgBSgUCHSgSNE0BD1P { width:4rem;height:4rem;top:16.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgp30onL39SIx6umvtL00Nn3rpRfipHl { width:4rem;height:4rem;top:11.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHs4V4ERcESwWn5DIUhzJSz6IyQg077 { width:4rem;height:4rem;top:7.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk6XWy7XVQKmu7uwWZuq9yDX4g8oLZJO { width:4rem;height:4rem;top:25.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkmhXa0GQZPPK4u7aLvTrun2L8UN9pmX { width:4rem;height:4rem;top:16.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWdaTG2pcDPgQvMRXPLpL0UPAF6D7BR { width:20rem;height:5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBRGst1o4sW1a66bisA1soZShxTBkGmn { width:15rem;height:2.75rem;top:1.625rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WW5rg2N5EUnd3UDeofHgEOe0eQHuyPHu { width:1.25rem;height:0.5625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVVEHSX5A8EBC2Fd9AXz27E3miAU4aXt { width:4rem;height:4rem;top:11.812500596046rem;left:14.906250119209rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #erfk1pb7cquy0kxqFOMrGbRd1NRQEpIe { width:5rem;height:5rem;top:177.5624961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtI95G8lmSeNFqL0tbdsy8mzWcyKvmiE { width:4.75rem;height:4.75rem;top:70.75000190735rem;left:14.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVMSkpBJMRWy52CTqtElTeNIycdFU4tm { width:4.25rem;height:4.25rem;top:79.7812538147rem;left:10.093750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwTG9qtgfzX0eSQL1vv06iVnUxJ95VG { width:5rem;height:5rem;top:171.3124961853rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQXKT25pRHDS2PxOGDUCwa63yp0eLSOQ { width:4rem;height:4rem;top:89.6250038147rem;left:6.0000001192093rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #XVZn1Q2hlaBTXK1Tkh46AFgFmRJrQvZf { width:20rem;height:3rem;top:95.467330932619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it3BeCzOavJuvmgbi4mcE8dvwwoh9otH { display:block; }
 }@media only screen and (max-width: 763px) { #xEVxE8nCckGaTnD7LXTGyen4HmKvBzIH { width:20rem;height:2.8125rem;top:99.217330932619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZBTgyMba9tRHIHhDd7wdTgC3sEs3GzT { display:block; }
 }@media only screen and (max-width: 763px) { #VrEbSw5M6vyFN1qWuWTk9Gs9xD5sCNiK { width:4rem;height:4rem;top:80.031250476837rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxxNFicme9BNR0482dW0ttb8oBIIT8yH { display:none; }#mxxNFicme9BNR0482dW0ttb8oBIIT8yH > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ONPufgB3354U1FxJKrbFzQddOolXkZfo { width:20rem;height:1.95rem;top:1.6492195129394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA { display:block; }#Ih1KPKNJ3HtVWu6NTQnfpT4nxBwaTTVA > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5rHGsuJAqDcxFHG9IHsc39SQDATXmAo { width:14.3125rem;height:3.6rem;top:1.125rem;left:2.8437500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTSRgqvLotdeDLFb8z4ELMgHuKElAS9 { width:15.6875rem;height:2.1rem;top:5.2250003814697rem;left:2.1562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqNSTpFkw6nvvz56DKOO0UObV4bGOyg8 { width:9.875rem;height:13.8125rem;top:8.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0BSGzwoIBCbFfXTtLQE8aTMn9d20xp { width:9.875rem;height:13.8125rem;top:8.76171875rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB5kQPiK1f53gqGGd3vWo0zGQIfNsCoI { width:9.9375rem;height:13.8125rem;top:22.937492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpEfs6h7HFqKOseO0MEDZlegATCwrRPT { width:9.875rem;height:13.8125rem;top:22.937492370606rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZppGH1STUVkXvL5Wz6CohzweztAOAu54 { width:9.0625rem;height:6.125rem;top:9.6937484741213rem;left:0.37499994039536rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i0UhESfhpW6KwiULfM9zAmfakcIEunGT { width:7.625rem;height:1.125rem;top:18.200004577637rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE4BwcPlwD5wiVfKUwFwNCvWMlygTTXC { width:7.75rem;height:0.75rem;top:19.706245422363rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZe8PAbv6OwQQE0vIx8cWmlvTILXDOu { width:7.75rem;height:0.75rem;top:20.617973327637rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKo82IWz3oByLJCBqxGUKLB1JCiBHah { width:1.125rem;height:1.1875rem;top:19.906242370606rem;left:8.2374997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2lQKFpopqIXuOqwT68OX4l6OgAuKug { width:8.5rem;height:4.9rem;top:9.6937484741213rem;left:10.687500536442rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBrZV3gTlX2yPXWTnDLgg6SNymSqpwkp { width:7.625rem;height:1.125rem;top:18.200004577637rem;left:10.331249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey9Xz7ZpLzD9rF17wp3kBTWIdNtnQUso { width:7.75rem;height:0.75rem;top:19.687492370606rem;left:10.625000536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoPA9ntCgtkbvo6KQ11pTehzOqaSMKW9 { width:7.75rem;height:0.75rem;top:20.624992370606rem;left:10.625000536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmIyMKUI9wWHR2c1U8x5a3bripfK5qm { width:1.125rem;height:1.1875rem;top:19.937492370606rem;left:18.331250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic0QVs4JHuu0IG9Oizut5vKEO3TSlTvJ { width:8.5rem;height:8.575rem;top:23.999992370606rem;left:0.37499994039536rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ksBBU66kGKBTLpvDcFesm5ADKbU4bNIv { width:7.625rem;height:1.125rem;top:32.937492370606rem;left:0.28124994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMM0ubHHeDQ6Tsxu2KVEWrTGQsUOTRf4 { width:7.75rem;height:0.75rem;top:34.312492370606rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMtKaLMxynu3fyQeCHeCSMMJKza9BPh8 { width:7.75rem;height:0.75rem;top:35.249992370606rem;left:0.37499994039536rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq3WrlLnS9FHXxmk8aSpZnHRkqISzrPE { width:1.125rem;height:1.1875rem;top:34.374214172363rem;left:8.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPMP85k0bG1omIN5RTBBSoPOBA4aTThb { width:7.8125rem;height:2.45rem;top:23.937492370606rem;left:10.781250536442rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NBDayq5TmJSrrQ2vUhinC0RBs2LbJ69F { width:7.625rem;height:1.125rem;top:32.874992370606rem;left:10.687500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyGzTplcFD1n50NP8W0VgyWQUykNfmfP { width:7.75rem;height:0.75rem;top:34.499992370606rem;left:10.687500536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5TomLI2wyLq5H9TRl5sbsDJhOMbcgRh { width:7.75rem;height:0.75rem;top:35.374992370606rem;left:10.687500536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUK7GrpVTfbP0A2rMqoq9SgT2XZNAcqE { width:1.125rem;height:1.1875rem;top:34.655464172363rem;left:18.018750727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 { display:none; }#XffTZLhmhDT9NM7r9LFrHeFr0w88SGQ7 > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qil7aWgrluJ4sguqoLNzXLRuVMRLWPHO { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rK88Dq6OR9JPNXT4n6c3qrbFHG9eQ78v { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te3gumEBf0CinlSLrxK3bJkI1LyGiJhl { width:17.5625rem;height:1.6rem;top:4.73730625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKPNpSO0SH5we9KGTuCfXxdJkw3qgu8 { width:1.1875rem;height:1.1875rem;top:8.04980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWH4xbzshnWLRUvqTBznHWmT5pTAnNA { width:18.5625rem;height:5.6rem;top:10.48730625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTxWNrW3OMazKfE6wlxXM1LFwo625ddP { width:1.1875rem;height:1.1875rem;top:21.33691875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiHA4JdEDPRc697WJgU5MDmslMU4cRr { width:20rem;height:0.0625rem;top:6.73730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd20prmP8Iax2zsq0EHTTktbGcCR5IFp { width:1.1875rem;height:1.1875rem;top:34.3486375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5C77taiJwWE2Av2OVMTdanPl302NItU { width:20rem;height:0.0625rem;top:20.02441875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgIL6GgrAFP6nqCDsTIWIctnRUf1XNf { width:18.5625rem;height:4.2rem;top:23.77441875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARBvXvOLECKC25qrOTe8fDJyXxoSE1bh { width:15.6875rem;height:1.95rem;top:29.3173875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKiQmElCIgVoXKPZvSiTEU6CAElksATl { width:18.5rem;height:1.4375rem;top:17.33691875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxA2HKnz6ngJgqThHKgd1Jd2NWzbQTH { width:18.5rem;height:1.95rem;top:17.36816875rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPkiH2b98PdoC9DnnK2JrcLW492RTgei { width:5.1875rem;height:1.25rem;top:29.2236375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TualwQqvFQ6HuNV1ld3gWyzhC7pdabV0 { width:20rem;height:0.0625rem;top:44.83594375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7JF0JhTiZEiKaoVRm9rzypbBtzxGrJI { width:15.625rem;height:1.4rem;top:45.74219375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVEaZlK3OTXa2e0wKQ0oxZC4Ilcxcwg { width:1.1875rem;height:1.1875rem;top:4.29980625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcf6leuyVfCrdZe4nAPpWzGARQ0d6SXw { width:20rem;height:0.0625rem;top:31.7236375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdevIb3wgTvTizpCBxVTdmydTR0VNA8J { width:1.1875rem;height:1.1875rem;top:48.39160625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x42mcohcRorHA3acTPiV3yfx0uqb6VQT { width:17.9375rem;height:2.8rem;top:36.7861375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbAzggoGe6rO7aD4PuJkDyie6oWe4gTN { width:20rem;height:0.0625rem;top:33.0361375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFaeOHwx9syphuRd9y7Ac1ezurdT9EO { width:20rem;height:9.596375rem;top:40.83594375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFzbmTRMTTiFOThZ93MeBtKtmLqrTbIM { width:1.1875rem;height:1.1875rem;top:50.82910625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb { display:none; }#xGU1riZOTgXU6zCRSeNoGmdUlSmfUnXb > .row .container { width:20rem;height:73.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFlSeis4KR2mwm051utvRbaFRVv2JrvR { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #OGyxgV3zxeaNJtvrSSOJEzTwLX4xftgE { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssX0EVMT0iUGU4WfpOVAQSqTme6WBHIr { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h84WIv8pbTQyiqzvu2i4d6xa4WcTI8W4 { width:13.125rem;height:1.125rem;top:2.4375rem;left:3.4375000596046rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hyehiFlS1A8Kl9Ntzer4rH3LvrPSkRZB { width:12.4375rem;height:2.75rem;top:3.875rem;left:3.5rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HA31k7VGoS1bhC2QUIlBU6w1ZTbTEwSR { width:15rem;height:1.94921875rem;top:7.0250015258787rem;left:2.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TaJBTd4ynB1kRaK9SSJNlgAUyDdASRDN { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfUnDcrtZRKecATMkr2ySQifwwqmQscy { width:7.125rem;height:1.425rem;top:12.0625rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b4rlGV48MScqVwzaeINXneha2DbDs8DO { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7cinnTuB0T4gTiObcvOBetG6Cn0v7wO { width:12.125rem;height:3.41121875rem;top:14.25rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv43FMzL7LvuaRoBxCi9kSQOFw2DszSa { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdVqhHutF7NIO5dd6rdp6MNcFFuvATc { display:block; }
 }@media only screen and (max-width: 763px) { #DeUXkkJD5pwAUOdZFbQZnyD1ZQWQOoKK { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKibCA1rtGnLIBL8JvAMxv2Qqenl4Pxv { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FlwtP2hyJ1l5bNEsf7xxrcE3HTeVbn { width:10.4375rem;height:2.27415rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3u4fVS9UPvJQFTUs3JHV3lHoC8559wx { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akq1v2FVqt9nQRFdvVZleL2LA9LgmfFN { width:10.3125rem;height:1.1375rem;top:50.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWQo5pIvCfbsEnJXGTdV7BAIsauxLqG { width:8.9375rem;height:3rem;top:25.6875rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLkJCHRcxRO1fswU7hfTxL5ikiW67rwW { width:4.5625rem;height:1.1375rem;top:24.612499237061rem;left:7.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyao2itrqlHhhyo4XCXWkFHTIvPvg8Mz { width:14.4375rem;height:1.05rem;top:28.25rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTrxIxhpKv0VrSOrgaKsIiAtVbmEEnR { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpp60Nsd8vBM62CUDc0SCoV0ZADMMnlg { display:block; }
 }@media only screen and (max-width: 763px) { #IIb16blhVgGzRtNUopHHBif6V0V3HTQU { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOya6f0V9GgzSJ4F2R0vNQz4JzDJxrTV { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cncAcmwOff6UGCKFbsT217hdQqOtIVM6 { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFueK8S31CvRSSADaZD6spqF1U7iEa9x { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGLv4H4zbLQtTsLVTTvKKB5kM8gSmDaI { width:7.125rem;height:1.425rem;top:35.375rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmFtyAuTwPTBJ0t0I4nK7FLHTMnWAJi1 { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPoSttAMGlNARMAiXSuMQD9OixGMC9m { width:11.6875rem;height:3.41121875rem;top:37.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6dZK2ICRZbzOGsGSZm7OFie7BynBzop { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcdcHQBOXDLsrUFCv1whvWHxzdvnTL8 { display:block; }
 }@media only screen and (max-width: 763px) { #p5fm0nd1NV4TRXp0TVeffJhsadru3N3T { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVcXMT7NdIcWOA1WT7hFaKwEnC265BcU { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mPNZK4xBb2M3HGJtITWEZFGJEhTzFe { width:10.375rem;height:2.27415rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQtvDNhyLJVnhMPSaDIzSCQBBGNxkW9o { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOfMksGxEKvnoP0oFbgFcyyPyQ8u8Vu { width:10.5rem;height:2.27415rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omApkAF0t9wU3CwNwOeXXV8Wbhh9pzbK { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhpszDeZyKTGJafu8GaZMgLn2xwfX0Z { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXkphPC7aMdkZgOixnbe8WhQJpLos0E { width:10.125rem;height:1.1375rem;top:22.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImW5y7e1JLZWa5xCcPwgT5wlzDMKryTF { width:8.9375rem;height:3rem;top:52.875rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAwMhdnZJsdnTkKzoPQH7r9I3TbXcO3U { width:5.25rem;height:1.13769375rem;top:51.800000190735rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOTpGIcPSNvQSikZkM1RikIvodLWFtS { width:14.4375rem;height:1.05rem;top:55.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCHvHQXNuH1FFZIfTcaJKp9OxAhXBs3 { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VglCd6toy4Dfg8yAEUdKl6SivxVG7xwW { display:block; }
 }@media only screen and (max-width: 763px) { #aoQUJbTum1ZBLp2OTxvvgwZ9zGL71RgG { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiKytLA7AXV77Jc2TPbTK5Lw447p2Lp { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXPrOtQLJTvBQVITFD1O6DR1T7LK33a { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLzNPAPxerBmRwHQNqkzxpD91B5Umhn { width:19.0625rem;height:0.9625rem;top:61.6875rem;left:0.46875rem;font-size:0.6875rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #uCOrMMBcbbpIbcPU05XeP6QOeqOtFZu9 { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIPHDQHaCL7CeTNlVhBrox4xyXlw2aA { width:17.0625rem;height:1.05rem;top:63.625rem;left:1.5rem;font-size:0.75rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #g3KdLgIV0ivHgC4wM8cfVCTNGlSARTOr { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeF7iymOKLy98QUlxr1DLPXTCVURTBgB { display:block; }
 }@media only screen and (max-width: 763px) { #H8tmn53umbiTOSZOSONaot5r7axcQ9FB { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #mJ4EvNGvzHhvImPJQfRRLpICabqBcoAx { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #hFgGnkQCVpzk7osKlySZgD5u4n8Q7KML { display:block; }
 }@media only screen and (max-width: 763px) { #uvTGS5fz1WpgbtsNbhILrc19prhpQLwT { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #D9iKyupu59RvRBAAwepzPlfvO2ra9TQS { display:block; }
 }@media only screen and (max-width: 763px) { #k2310xP1dkfVLOAsuRnR61X5gTlaovvu { width:14.4375rem;height:1.05rem;top:70.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK { display:block; }#m7OlbvDBZvAFHIzarpbalzLkbRTrGWXK > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6lTZBrhOcWFmdXgV1wxsTnJT3llSvsT { width:20rem;height:2.1rem;top:0.0625rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZtRUFFbs0aForrZ1bw1y9TcaBsmOL4 { width:20rem;height:6.4375rem;top:3.4867248535156rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ystfH31awHwwQWJQiCpyKgfRNU5GdOyd { width:1.875rem;height:1.5rem;top:4.75rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzylkdSeMRwy87hfuEJdfBHn9JNDAyan { width:8.5rem;height:1.575rem;top:6.5476570129394rem;left:5.7500000596046rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeTvJlolMUg8c2rPT5MCgSTU0gMJEerm { width:19.75rem;height:21.9375rem;top:6.9859313964844rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wbxT6gdJETUoyyKDxi1wl0LIldikbiKt { width:7.0625rem;height:2.5rem;top:11.9375rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2ZX1ZXUVBBrF3bDOfyNLvCyZwuUPnw { width:7.3125rem;height:0.875rem;top:12.5875rem;left:10.202632115389rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq2b9sSTOFaqyhanUBLLzXKRxTxkZGl { width:3.125rem;height:1.25rem;top:16.487487792969rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx07vzE6k2E4EcKDauxSOo2TXQVuWL0k { width:3.125rem;height:1.5625rem;top:16.331237792969rem;left:12.093750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIVdkv8cMp2aAwlawGmOe2HU4zrXNoR { width:6.375rem;height:0.75rem;top:20.112487792969rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct05wyJFLGfUTvgoX0M4JympHofMyHHl { width:2.8125rem;height:1rem;top:19.799987792969rem;left:12.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKLPo3VQ9Us2FoAqWKWOPELcfIcJi1J { width:6.25rem;height:0.75rem;top:23.112487792969rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheIHLSD05JwUVmVh25MmeIkK9iikJkB { width:5.25rem;height:0.625rem;top:23.174987792969rem;left:11.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NfZe71DT26tdWuOwcsHrWNr9p82il1 { width:2.5rem;height:1.25rem;top:25.798431396484rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbE0KMeozEnRIoAF4UATEzzshMaOdvg9 { width:4.5625rem;height:2.375rem;top:25.235931396484rem;left:10.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4QxUeCsTNCfxFkDA07U3CoImbzpBtA { width:20rem;height:6.4375rem;top:30.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fTqGrHGhNoiI7RhDOrv4iRlAqMnLK2da { width:19.75rem;height:9.1875rem;top:34.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTxvGlvd1nSCDqueqHOzlQw81fK1HVC { width:1.1875rem;height:1.5rem;top:31.875000953674rem;left:9.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeek4tq4ti78fVeiMFTkx1Mu3rfliFO { width:8.5rem;height:1.575rem;top:33.625rem;left:5.75rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDuFDVuAZBkb4eXbvFR3Gvi2f28PFpK6 { width:2.3125rem;height:1rem;top:39.875rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc9SKQ7ZadsV8SsDcUEuzZhnlWAEkbK { width:6.9375rem;height:1.0625rem;top:39.75rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #czoECz81l20TtdV8boSFfsfsRuwRmLRi { width:1.6875rem;height:1.6875rem;top:39.4375rem;left:15.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm2fcBTgn1WqZVsUCHoLKtKB39GrkEx { width:20rem;height:6.4375rem;top:44.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #A7vISrcdIP5BI6ZEIU6KCXItXnrWEOzx { width:19.75rem;height:9.4375rem;top:48.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #erFBCQAZMODNTdvLtTtNR3FTH2PnszCl { width:1.75rem;height:1.375rem;top:47.4375rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TiiFQfcCJKbDatZ0o2Z7aIAmZQ6y1q { width:8.5rem;height:1.75rem;top:47.25rem;left:8.2500005364419rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JKyM5VI5KzQ4l80za3yR3FQaurBMSzaT { width:1.625rem;height:1.625rem;top:53.9375rem;left:13.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJGQqkfxf70nwgHRLJqreuhh9v42cAo { width:1.6875rem;height:1.6875rem;top:53.875rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JTppSKWShcIvdMyxdOIOvNCmKMWdzD { width:1.6875rem;height:1.6875rem;top:53.875rem;left:10.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SWdivLF3odMVdkgOCyy2oBydF91XfA { width:1.5625rem;height:1.5625rem;top:53.9375rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCw7QHbdQtPeeIwn7PmFx7kR5y64Jf7J { width:20rem;height:6.4375rem;top:59.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V0J2cqtL5drFsGWEFCs9AUsQhVATAPmc { width:19.75rem;height:9.4375rem;top:63.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KHS0Rm0o7WaaZkodDLdaGHFvdoHiJnht { width:1.75rem;height:1.5rem;top:61.362502098084rem;left:9.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9hVLrLqkB6CLLZoMBpNqID9mZ7kcZy { width:13.125rem;height:1.75rem;top:62.93750190735rem;left:3.3125000596046rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #audgbylHkoaEs1i69QfVy7Ms1FpF9omq { width:7.125rem;height:1.125rem;top:68.8125rem;left:9.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7lVEvHfkPoy8V31BMWcQmeCuF8PcUUw { width:5.25rem;height:1.75rem;top:68.5rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x32uaiKUcc7Ir5TGv1QuvrTTzMRWZRGp { width:20rem;height:2.125rem;top:74.173431396488rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #cCbskPgDZ2ssUvh9fVMNHzmcVRvzaGGV { display:block; }
 }@media only screen and (max-width: 763px) { #HkPs3PP3uJVwz7eKT5lT7ZcBIvIpoDeD { display:flex;width:3.125rem;height:3.125rem;top:8.4375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #PDEZBwkT57fBe1fgyXW04ubx2eeAcKtF { display:flex;width:3.125rem;height:3.125rem;top:35.2734375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #WhfuVW0VNFLM0VLzZzka7mShR27CgZHh { display:flex;width:3.125rem;height:3.125rem;top:49.7109375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #RcpOFzs9TM8fra8iJSVGam8GpTwd17gX { display:flex;width:3.125rem;height:3.125rem;top:64.5234375rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/6239d505-a726-499d-b39e-ded15e89a513/grafmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.adaptive-delivery-prevent-bg, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyload, #AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A.lazyloading { background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { background-color: transparent; background-image: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row > .video-iframe-container { display: none; }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .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); }#AbtNuEAIBiGEPmoULzKsZyrhfyGBFh5A > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0QKGg1ctCHkWB98K0UDVpQR9gNITVGF { width:20rem;height:2.2rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKq2JWcGsOHxKSknPdpSLBLwNaG3U18w { width:17.75rem;height:2.6rem;top:4.875rem;left:1.1249999403954rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS7im9Abn8LHEDexNFNxi1vc2DuFvOKT { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFGdVie15xclKkJxIWUb98uraruXvuZG { display:block; }
 }@media only screen and (max-width: 763px) { #ZvH5iN74LHaaRPb2AhTBksoW8JfqLP5C { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbiVcTwgNWo6LVCQJCkRg2Ph8WHGa3t { width:17.75rem;height:1.1rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2nfCK1yvA803tXk7LgzCkaG21ysDc4J { width:20rem;height:3.4125rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2A30k7nCQRUwyeTTQIgTwbuwiMpPfi3 { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCKQ5o2lwxXyzcGqe0Z7a284Ps0hcfe { width:17.75rem;height:1.1rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lvPyU5GmobbCBvZHog4gWWsBq0LLsnBl { width:17.75rem;height:3.4125rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNquVfUp32s3wthZhnLJkcUvIizGAULz { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDskyDH9cqki9WH03J8hqzZn0EKhZ4L { display:block; }
 }@media only screen and (max-width: 763px) { #TxTVmQJ5bGvVa7Xv7JXdi4G8irrqfWCH { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wvSrobeQGfCu62yScZMVVBs2taMqyV { width:17.75rem;height:1.1rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uG71kQGolNFc4ZIgr77WDhsdNlWrMlaM { width:20rem;height:4.55rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { display:block; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E { background-color: transparent; background-image: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row > .video-iframe-container { display: none; }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .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); }#gh4oEA57RU4f810QfFqJrZwdwgxqlM1E > .row .container { width:20rem;background-color:transparent;background-image:none;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrP15DzKzbss8RbXgbftnv6A4k8QPLBT { width:20rem;height:2.1rem;top:0.0625rem;left:0rem;font-size:1.5rem;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 { display:block; }#OM9uEoBdUXuW3uSXdzASTgDzP8POT2V2 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-heading-text { font-size:1rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-desc-text { font-size:0.875rem;height:auto; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW { display:flex;height:auto;width:20rem;top:0.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #V42TXcRumTpgkvUJ6lW1vyWDHvVGpRSo {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UNRkfnPesnpcGmuU1ERJJZHQX1FnEOZL {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #tGITBJv8g19kqmGtBSbKT60gtUTzSXgP {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #UsZuFr5bkFnIcKn8lM89scGXMKapbQVM {  }
 }@media only screen and (max-width: 763px) { #P3h4A8SlzRZueGq1kH0SNX7gE4Bk33OW #LQmHvJe99lSfvc74qS6GiJf5159pEHIu {  }
 }@media only screen and (max-width: 763px) { #aD028CbMz2frTA70poFgDV8CtUTK5Vws { display:block; }#aD028CbMz2frTA70poFgDV8CtUTK5Vws > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyCqXQfOQIREIIT9VGVKz6a7Q2nMVNSt { width:16.5rem;height:2.25rem;top:0.53826904296875rem;left:1.7500000596046rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.0563125rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D { display:block; }#mJDDD5iI6bwEsOcnRMrglN9qW9u5JZ1D > .row .container { width:20rem;height:131.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxltAzVTfHKzi9QX8oz9xk24mu0qWl5q { width:14.0625rem;height:2.6rem;top:1.7571029663086rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLaIgK5QbFTsTbyeqKZX8v9tLk6L40G { width:3.4375rem;height:3.375rem;top:26.750000953674rem;left:2.982954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #chB97DKimVhEtohWZwPegNhCJ9UpA0J6 { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCyTVTPXrx5KTZX8bILVRTybard1dkfW { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPNHvU2OrhF4h9Pcsv5ntHTGAWo95RnG { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtrU5DlnPcVBDmdm5cRWIJoaN3mnwsX8 { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMw1KICENuRgH8QOngMhKt1UEp7TOnwP { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFqtGe0BtTZzmoqU8pXPtNarZaIxk6yD { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTGo3c45k2Tgz5l2HU4Zwt4C5kpdFBuQ { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhCBxOh5WBk27ByaZvKUyzw170y6xaqi { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWBAV4DA7hHa9BLVIc4WVAJ79TFSp8pm { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Iedtq0Xavbh16nvKsFWnwxL6yTxfIS { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcVuruhkupJZKy93gTeRGTAKilME1OMi { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOMddRBxa33xnouy5wKs0hX75Ir2vxk { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmwgVMmJiSc75wfi99EHxaPqSmINaQXV { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIyep16CoyEDXTbQId068EAllf7LS1R { width:2.5rem;height:2.5rem;top:107.37501239777rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #am1lav0W7bZs9fIWF2Tc22xovAAQCOwb { width:3.25rem;height:3.25rem;top:26.812500953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMroKXkG12zaTmbf9VsMamippBy2Z1dB { width:2.9375rem;height:2.9375rem;top:26.943182703674rem;left:6.7869318692094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWiDqZOLFQmHm89K2FaDBHHvHGOkliz { width:3.3125rem;height:3.3125rem;top:26.812500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdVQZ5QqQh7i369IQLWJPAEkuu8sX0CB { width:2.875rem;height:2.875rem;top:27.062500953674rem;left:14.093750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2296bqN1GnFgNTI1vkW7ldTVQ0V17li { width:3.1875rem;height:3.1875rem;top:12.346590875rem;left:10.409090994209rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0NTWZ434FbbKsPL8eOqEPJ1edtQiC1z { width:3.125rem;height:3.125rem;top:30.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQutXgCe5sZAxe2kXM3F82rHIztpPlFP { width:2.5rem;height:2.5rem;top:30.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8MLXeB56WCKuRmUoJ968EH9aRxMAsF { width:3.1875rem;height:3.1875rem;top:30.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUqfEwLtOpKHcbiHGH8hqzT4meDcoFt { width:3.1875rem;height:3.1875rem;top:30.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA3nIfIze6yDSwPNwq7JRzleXEIb8koK { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQhaFvRmQpmI1TvaUS4lNVqmv6gBv8f { width:3rem;height:3rem;top:34.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSEg5u7oCZ8WSuToCXUdFFNK2UfdMuwl { width:3.1875rem;height:3.1875rem;top:34.159090875rem;left:6.659090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHBpk4V8HAQGFToJILQBpXyEdqU2sz6 { width:2.625rem;height:2.625rem;top:34.534090875rem;left:10.409090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpJN2sHa3grb33bptwISbDNsTp4BnTP { width:3.0625rem;height:3.0625rem;top:34.25rem;left:14.034090875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLToepeT23NUTqyrKKBw6GXM4583y7n { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTJAErIdkEE7rlWeui9ISrglRwUUTfJ { width:3.25rem;height:3.25rem;top:37.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEEc2mnsKZMgwDDgb8rqTNTxZBEVo4y { width:3rem;height:3rem;top:37.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9HoJJDuTth32il2Zl18LTRX4neTt0T { width:3rem;height:3rem;top:38rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEXc0CmBUHTn6giQreSlp8Hda8qvt76 { width:3.25rem;height:3.25rem;top:37.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5qWKTkl4olUoC8iTIXCQtxckDpfIWV { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTCINROKraTTMdhvBUvItaf7ZRZDuE0 { width:3.25rem;height:3.25rem;top:41.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSS4ntTJ4XK88ZDdzMIWZ7Gq9I5rhnP5 { width:3rem;height:3rem;top:41.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJSdzXlQDniz7V1GEZ1ugyvBn7wbcQE { width:3.25rem;height:3.25rem;top:41.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUCJ2dGu2CV5c7Ol6cNUiUe44xrkhHL { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnek2rsSC5Uqo7L2MRKWw9dugTH9qgWa { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eChNVznkDJ35JlE4GPl0Z8WnkMf93xrK { width:2.5rem;height:2.5rem;top:45.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou9NrrSiLeAUPFASFRMecnBpurb8BfdB { width:2.875rem;height:2.875rem;top:45.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXht8ovdwa3L5ZmpqAiDLHDJUuxhU5V { width:2.9375rem;height:2.9375rem;top:41.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVeTroNAuwqhxX7RvqyDhQN3wIi2elzg { width:2.5rem;height:2.5rem;top:45.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfsrueD5AkZyqI5c16BTZqq1ThmtJVDX { width:2.5rem;height:2.5rem;top:45.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKuio8MDEM7dP91OkLAI7AyW3NQKR30 { width:2.5rem;height:2.5rem;top:49.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RxC3ksEbg9PX0eCG64gllHcxqfIsfG { width:2.5rem;height:2.5rem;top:49.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En8bGXV8uGqUGK4ooTWtfmbyklFVAq8U { width:2.5rem;height:2.5rem;top:49.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXRNX739ZT0VGTRQozl3JVTra8ycbbd4 { width:1.875rem;height:1.875rem;top:49.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWKeEhKJ8nSwTxz0EQoXRCHL2Oz7kH0 { width:2.4375rem;height:2.4375rem;top:23.656250953674rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A19p7zl7fobMTPhREDnCaA6UlwI6WyZu { width:2.5rem;height:2.5rem;top:52.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zer39VbguMGe2oJdp9M6JX8A4n8RFD2G { width:2.5rem;height:2.5rem;top:52.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2GL4gvS7NHTRLaSJ88l33MXeQxU7W5 { width:2.5rem;height:2.5rem;top:52.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OilBpJxsxOUWQATqOF4NmlTRWnpFZBnN { width:2.5rem;height:2.5rem;top:52.75rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGb98mrNuxg207QkmL3lREC6Q39MnBX8 { width:2.875rem;height:2.875rem;top:23.375rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRSnd2gKhiNl5MrMxLEK24JOwXEJDKiK { width:2.25rem;height:2.25rem;top:56.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn9J2RhwHG2aBdrOghINTGIg82Rc4FMO { width:2.25rem;height:2.25rem;top:56.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy2TlzXpLhpBzkZkw7IiCicRWCQ7eeR { width:2.5625rem;height:2.5625rem;top:56.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8GsEEFU2iElLoSrJLnmvJu2HcqlFCTc { width:3rem;height:3rem;top:56.125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVgET6CaTW9Xa4ygfg1wu4f7XCdZfpO2 { width:3.0625rem;height:3.0625rem;top:23.250000953674rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcaGQhQwnlm4B4FG7UWf7ZuerRxRzWf { width:2.1875rem;height:2.1875rem;top:60.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgFpm28mLBLunWofU33yEnT7TzS0mxHK { width:2.5rem;height:2.5rem;top:60rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRICuOGNJJTpXOvnTCN2TB2gN3UwO8ba { width:2.4375rem;height:2.4375rem;top:60.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHyFmXFsTi7Wb5LsZESxFooMNvCMoNC { width:2.5rem;height:2.5rem;top:60.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1eHTAF4fmTdTwQFNZvoyEZHTBSy92ud { width:3.0625rem;height:3.0625rem;top:67.06250190735rem;left:3.076704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuA2uvQUJlieX56HEfGRk9FSazt1kqP { width:3rem;height:3rem;top:63.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC4GxGfzhoJqZc2WlwwLTeGyE0VTwQAk { width:3.1875rem;height:3.1875rem;top:63.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq9cwU9pkBDxfpwDrsQ9NzuvSLpJV0dE { width:3rem;height:3rem;top:63.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afuaDy4uiDru9PCByNmsth1hF5NV0FHU { width:3.3125rem;height:3.3125rem;top:63.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOGyTM9TPBIIFzmfCXBKy4sF92AXauf { width:3.5625rem;height:3.5625rem;top:74.00000190735rem;left:10.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc1eLMaGq3pfok8ONsXhBHM3Ei0kJA6T { width:2.5rem;height:2.5rem;top:67.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUdxO1vt4BIke3VCr87bs4FnL7XR2ha { width:2.5rem;height:2.4375rem;top:67.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt08vM6L4aV7ESffWlrNOL4lV4F1u8N6 { width:2.875rem;height:2.875rem;top:67.15625190735rem;left:14.065340994209rem;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #O7CcHXKT2nq00X35y9TAQupim9kJ6JTq { width:3.1875rem;height:3.1875rem;top:70.81250190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfK9siO0WCF0BwEpV37PXKV18TrQ6K42 { width:3rem;height:3rem;top:70.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0g5Xyx9vaWIrAruRuyJre63BqLIfqpL { width:2.8125rem;height:2.8125rem;top:70.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDiLPSyUk5WwOSdn1cmyccW2alNt37rR { width:2.875rem;height:2.875rem;top:70.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTkOAiKrilGr8kVTedzAgXsnq9uhSKb { width:2.8125rem;height:2.8125rem;top:74.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp7FWoTAXKfRkGmPlBccNb8eOpyMaCHt { width:3rem;height:3rem;top:74.4375rem;left:6.75rem;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #fbtMXPtkxCTCsxMh32aOWzI91hPhkL7n { width:2.9375rem;height:2.9375rem;top:78.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMt4hlI6e4rwkyUwMBTocDwdm8JQX3T { width:2.875rem;height:2.875rem;top:78.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTopBFuH8PtGv5R2rqiu8AlvHyl4MDnN { width:2.875rem;height:2.875rem;top:78.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1OOox5XAkbrVSwJoGDTpkUSEfkHAPel { width:2.5rem;height:2.5rem;top:78.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4R0eGVCBlBieceFduQ8ZVcS5qzv72Cn { width:2.5rem;height:2.5rem;top:23.625015258789rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkk8FvfPioZlFSZ8sqh4ED6hi4itBlt { width:2.5rem;height:2.5rem;top:82rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1S5dbW0H94xAECCPEHAEHBInRnOTaLm { width:2.5rem;height:2.5rem;top:82rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0rMBpaF0KPPcmTA7gZ9Tnq22xFTo9K { width:2.5rem;height:2.5rem;top:82rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7kQTsgyfIbmzAk1O962E3kNuJQ9GC2 { width:2.5rem;height:2.5rem;top:82rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH0l0TJW91r1RvJJEcXDfIN2a2BZmmsS { width:2.5rem;height:2.5rem;top:74.593757629394rem;left:14.264205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQg4Vs377h5W7B8Ud9fcJ64b2v3mcM1 { width:2.5rem;height:2.5rem;top:103.75000572204rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHwNqC02WIbKRGwwKeVUCvL7ye36WJR { width:2.5rem;height:2.5rem;top:85.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJUWwtLAD5kiVw6Rue0V0RLQ4D2pStRr { width:2.5rem;height:2.5rem;top:85.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehGiVTTlPq7ZowPeouZDzOT95eP3dSx { width:2.5rem;height:2.5rem;top:85.50005066395rem;left:14.264205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsR9JkSy6hPQAu25CImc9KvMiIeqisp { width:2.5rem;height:2.5rem;top:89.250004768369rem;left:14.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #exO7NKv9t5McbmAQprm18STtDAnxUaN1 { width:2.5rem;height:2.5rem;top:89.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NZmGh4dDAiuEee4I2dLAM6IUS7CTXL { width:2.5rem;height:2.5rem;top:89.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFv37pELzKeprTsTD6aiZ8Gn1x1NCbR8 { width:2.5rem;height:2.5rem;top:89.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0emtX48Ta8O39DTfpJqxFrmMR3KQ5d { width:2.5rem;height:2.5rem;top:100.12500572204rem;left:10.656250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqr8K1VgNcC0lMCZBix3DA7ewEvgdpdq { width:3.25rem;height:3.25rem;top:103.37500095367rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6v7vevpVUq1ry7zxrsnlBMWQZUyMTEL { width:2.5rem;height:2.5rem;top:92.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8s1t851cbbVyIlDGVNzEcwwXoqTCyCV { width:2.5rem;height:2.5rem;top:92.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EspDiUn1nBnAbSSKnFUeRCxg5i0JKncJ { width:2.5rem;height:2.5rem;top:92.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr0ModT9ysZ24RNasZGJGWo8rpU84ET { width:2.5rem;height:2.5rem;top:92.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9v94L1kwHTIhgkuTBw9LTWpd9XKXey { width:2.5rem;height:2.5rem;top:96.499247074125rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhseUG4EhNuAtTa84aa4hTJlF2BHvbR { width:2.5rem;height:2.5rem;top:96.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzWIQZXtni7rNdFcBbb9NWT8meNHomvZ { width:2.5rem;height:2.5rem;top:96.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyRanE7GUfwRLguW51zlOtWGdylxlN6 { width:2.5rem;height:2.5rem;top:96.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxgrpzf3VTqbuSysLfdRbik4FR5R1Tkd { width:2.5rem;height:2.5rem;top:85.500040054319rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcWrxTCi9rULiLSCECEn37Nnlb0fn4E { width:2.5rem;height:2.5rem;top:122.06250190735rem;left:3.451704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOOXndy5DHJ7L5sx1xGhivNBF5ePm4s { width:2.5rem;height:2.5rem;top:100.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoVRJ6uTN500HuhSffCtTC9sm7aE4gI { width:2.5rem;height:2.5rem;top:100.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVImId8HoxMRlqdfiGFw6Tw1e6eZ5VzN { width:2.5rem;height:2.5rem;top:111.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWkoBXdCImVad1fcbiNRsmH5UCr9neR { width:2.5rem;height:2.5rem;top:111.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alRkoqL7TsakwOBLLDT4zWn2F6xhaQsF { width:2.875rem;height:2.875rem;top:99.812505722044rem;left:13.968750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1zPSZbQ5dttyuCQggt4lyVKutWKZkP { width:2.5rem;height:2.5rem;top:107.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVaVSAhiyVUSiyWdbl9iSHck6ayzDVeh { width:2.5rem;height:2.5rem;top:107.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwulEQT5zNZrko399bHQNI7Slt12aRud { width:2.5rem;height:2.5rem;top:111.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkqQmNgAyypU4pdUDno7N6wlqqNdS4H { width:2.5rem;height:2.5rem;top:111.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm09E4ItIumE08kgTMXfO3hK4ztKpghL { width:2.5rem;height:2.5rem;top:114.68750190735rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6UhlUNvITuk6Oz2e0v1Q3NpyetATc48 { width:2.5rem;height:2.5rem;top:114.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwmbK1nBV5NCHiKuQqzeeVl0EP6mMSH { width:2.5rem;height:2.5rem;top:114.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxqmdNfvaAzLi7eIQ0P0ZpQu6nyGTx8I { width:2.5rem;height:2.5rem;top:114.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmL04I9wcymiW7WHH8SxawX2LM3tls4T { width:2.5rem;height:2.5rem;top:118.43750476837rem;left:14.201705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #I70CTOENHtk5ZQDA8C5RbkpB5LJgIkHG { width:2.5rem;height:2.5rem;top:122.06250190735rem;left:7.0312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLi7oD12z9qy4PDdz2qHBGBI3OCF691d { width:2.5rem;height:2.5rem;top:118.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbduyVReuIsDF4ZeG0s6BfbuWG2QGL8 { width:2.5rem;height:2.5rem;top:118.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpp4aHoMErENJTdslyiDQS6ZI7XqemPr { width:2.5rem;height:2.5rem;top:118.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEC1hL4CfKZZNb1Z2fDZv4zXZoDKu4vx { width:2.5rem;height:2.5rem;top:103.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wctSMhdfBDhUcqQ5XhAgtBkfuwNdFo { width:2.5rem;height:2.5rem;top:103.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWPrMqu6KbA4kIZNDx59M9UAgnutrdXq { width:17.6875rem;height:128.875rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #hlL5guKXqnutJWJiUZ1dLcG3G28Gp1eg { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #XeIFqFC8FiZi3U2RsUeWvQquOtEbN4aA { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB3EcqempiopT1CDkJ11UZ8U4tO0tXEJ { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLte3KxMynQaxKURPqvPg3fI6TbGqpFR { width:3.375rem;height:3.375rem;top:110.62434196472rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvPaXlJN79gsPAkLLEiIQiA2PQrIpE7 { width:3.375rem;height:3.375rem;top:110.62496089935rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUhpONs5Mp9naDS4Paey6B1dJZqi8fbV { width:3.375rem;height:3.375rem;top:106.9375038147rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQX4RP6cyqdI8FhTy1ksql7APkBJLF1e { width:3.375rem;height:3.375rem;top:103.3125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2sq0XebnxdSBdBxCQlToww6T4kum3D { width:3.375rem;height:3.375rem;top:103.31250286102rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0s4i7cGk8H3WDBBLAWoILFs1R5iQTK { width:3.375rem;height:3.375rem;top:96.061795234681rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlMUpdSwJziWKOq2elvHa8mXPVZ3Qp4L { width:3.375rem;height:3.375rem;top:88.794746398925rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmuxS4hoVqH5pILwTHUCJlT5QT60hiQ3 { width:3.375rem;height:3.375rem;top:85.1875rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCqGW8WGVhHqDXt2klxpJbEsOXx9vo2S { width:3.375rem;height:3.375rem;top:114.25rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yihdTv6hTytpNSRILXCgeBHtOILlnd8e { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerwlI6zBVMiraDTtppUoGvM3WKpB822 { width:3.375rem;height:3.375rem;top:63.232933998106rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTE1cSwc4qG4Ea4m9JCTr2AQnkzJXbzJ { width:3.375rem;height:3.375rem;top:117.98296165466rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE7Tol7u6oNieuZwLKawzVXTl7qynODh { width:3.375rem;height:3.375rem;top:106.9375038147rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeTivRwp0bL3NKTOEbbu4scay5ozAHHQ { width:3.375rem;height:3.375rem;top:106.93745803833rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPAfoFwmoADdHCLdK6bXP4g5xqCMzvJm { width:3.375rem;height:3.375rem;top:99.670454025269rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5hSzT7Tm10V4vNStVruVlOzunMDWR5 { width:3.375rem;height:3.375rem;top:125.31250190735rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFQnIAf7aQoKym1XTLHn37HpxfeTupS { width:3.375rem;height:3.375rem;top:125.3125rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtOHuMFcfyzfIlWoepyLnvzebI9it8Z3 { width:3.375rem;height:3.375rem;top:121.62501525879rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBwmsQ5t5pla5CJ4gaPQc7Vng1AHiLbX { width:3.375rem;height:3.375rem;top:117.98296642304rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE9PXUuOQw581DqVveM2sJGAOL5eKzPO { width:3.375rem;height:3.375rem;top:121.62500476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtJV5nnm7T6iVJ6nOOtNKglIPwNUPK { width:3.375rem;height:3.375rem;top:110.62429618836rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCyegwOzboZsUyMDsLaBte7ELQynbGrE { width:3.375rem;height:3.375rem;top:114.24924468994rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZeLFvAgxRoCwk25Cc1ZdIGnGcfvTEyK { width:3.375rem;height:3.375rem;top:114.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGP82KgVdTRr2ONoZTdA7gd6MrlXGwz { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAhxQJlkMiEEPvQOvpB02J5EIAp6M6Sh { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBoAPgVCIrzA9E0Cogn2LW0d70ZBid0V { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseTGCn2qLT3Le5JJ9argBgApTsFnn0Q { width:3.375rem;height:3.375rem;top:48.687501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1z59RfEAtAqQlhKWCvzuNiikzbvqVMo { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPioKOCzvGCBQOk9NECvAzEtrDtw5cxq { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAZ859cMR19bKvd27KPPC4lLFwfJEo3 { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnBVGrq1GstTuGGL8WXGghlydv1VTz1B { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuHxFIMzrdcULKEtzvCInDnNZwuBUFT { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IN2WyicaEbQBCPiPbT17EW0q3SE6AB { width:3.375rem;height:3.375rem;top:23.187551498413rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQw0rgX0ivu4xEZ8Tq3UVp8PArdeGpgS { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvUm2KschV9iItL5U5qKmkGfDTbUTT9 { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK042UlepqMrs03sUv1vFPJfTP4tVFMT { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcStuV7wg4TkBp9R4ztcgerG9M5WakOr { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn5KXa9LtTKx656HGw5vqLWLLJQMMpAu { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7ULD7aGMED13H9JnR019Cuo8d9C5aD { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJDwkq66zChOAl7VJ0Tv90o3LLP4y7uQ { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiSuGmPNMCEXuP6sGJ9yEBtulPfCnXTC { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9JHtTocXH3I3GDUJFgqIQERfWrap1AH { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqUcOGQ47fhn7GeznQQOH1FPoDhHpRQn { width:3.375rem;height:3.375rem;top:23.125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTCHbvhFtGl0lfFAdbRV8b7NzxDRATt { width:3.375rem;height:3.375rem;top:23.125000953674rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1qhMv36nbgTPRlqNP4up28nQRnVNU3P { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8AXkMweBGubgUkeFZNtEihEyla3UUq { width:3.375rem;height:3.375rem;top:121.62500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiROMWdq16MInGN2SNU2FpO8VPCra2AL { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSlMIRtaqKhoQ284LKQAeq0hAkcqUok { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0T6QrIMRZM164VGX7qq2JKNpCod1Tu { width:3.375rem;height:3.375rem;top:52.312512397766rem;left:3.014204621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4DJI0cxN8CBQmdN96FKZuiM0RaSgBF { width:3.375rem;height:3.375rem;top:45.061767578125rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx21JXUlCWra3nhlSgy6hsuRyGAb31wF { width:3.375rem;height:3.375rem;top:37.732246398926rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonAPxIZq0DfNZsg2TD1lbtAycsITyBH { width:3.375rem;height:3.375rem;top:34.044746398926rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkwMueMJvCr2I6rSfhet5Maht47RJr2C { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54vesf10nGiidghba1zFolTWseOhJR5 { width:3.375rem;height:3.375rem;top:23.125rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnStaJOuOLLrXeATIoFL9ZONh8XcmZ7l { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ5hcWT4R5O8XZHybWchGbq9FaGliEU6 { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ve9HsC80vzmv5FnizUcOhDizNBbW1B { width:3.375rem;height:3.375rem;top:8.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpR2FXcyztTdePvaTe2hqJEmoeL2SKLZ { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p55xUOBn35gTHSCwDr5XtUwARzOmBIZA { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKeqqN5qHSVde76DIaUAe2MpubfHd7w { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #my53iloSnW198qFdIOiko9neE60EEeUC { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFxu6H6zGHwtxh2Ztk2U5JQWov3dDDiJ { width:3.375rem;height:3.375rem;top:45.0625rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOuiTCxgCvCITp6slwJNdxiKAlbeW7C8 { width:3.375rem;height:3.375rem;top:37.732246398926rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMLvWTgf6LoD3Ta57HPZP9Duwzy7AqRM { width:3.375rem;height:3.375rem;top:33.99995136261rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #myhJk8adN7bKe4EpOq3l5V2PSILmPGEC { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlbXRwNsw03tLaBxc5D51FxT5Ul2lk1 { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHRVfCFNcJeaAR0yyulgsTrCV82lVNke { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUTdEDnKwofwAEfSZ68r19AeiB46Pq6M { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPSTyVlRfodTMCUBIseTLLliNE1MvQb3 { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07fTv77rKs504Oxt8Mm5HQJpHecfktI { width:3.375rem;height:3.375rem;top:30.437500953674rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7kETo66kqSCxTZNuNsrWEZHlxQkfw9t { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqEfFTiDCVvhNDiKZeJq4ef3AANRy9Bv { width:3.375rem;height:3.375rem;top:26.750000953674rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgqlJFSqa7tpdZcHVT7ehd6AT1MNA4lK { width:3.375rem;height:3.375rem;top:19.5625rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycW3oZ6GSWKSwv6pMoy9IvfKGv1ETqtU { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWzePUVBeA9KKfVlapy3EJKUZcMBXnPX { width:3.375rem;height:3.375rem;top:12.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsughKlbKvnRAlNHFDwyi7JKND8gyvaX { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLiUqXWW2ZFvgBab57Ufci9T8NLUsLXX { width:3.375rem;height:3.375rem;top:5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDwQzSFuDtwmTJCsDtSSgG97SkUq47iT { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwziJAxoLPvTX2pw6zkkg8CrSrJZrNpR { width:3.375rem;height:3.375rem;top:5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls2ayETBBsTcufKZ8sFTdb2DGRTA0rEO { width:3.375rem;height:3.375rem;top:121.62498474121rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCVIczry4t32mIpaOgreI7RmHXxOhl { width:3.375rem;height:3.375rem;top:117.93750190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2oOfNlq9We8Mitkp2RoTwAFxnt5B7rf { width:3.375rem;height:3.375rem;top:114.25rem;left:3.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5OWTnmG3kt4km17hA6XWo1ARtUh9HV { width:3.375rem;height:3.375rem;top:117.93750476837rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4WWa7HsNKK2skRqmTcI9GHnBuHboha { width:3.375rem;height:3.375rem;top:110.6250038147rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTiNswgcRevuyBs5DwfqNqVz4LgnJrC5 { width:3.375rem;height:3.375rem;top:103.3125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2heosLZskRMbXlXLcKVpTBWVp4pX6y8 { width:3.375rem;height:3.375rem;top:99.732954025269rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJZGZqmi7rynQ1qXLFL9s14kuG0oA7s { width:3.375rem;height:3.375rem;top:99.687502861025rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnECQGiEqOuZqNSR4KihISr1NZJFU45w { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnPNIWpfZWITRbVEX1rVlfmN6OWfi7Ol { width:3.375rem;height:3.375rem;top:88.8125rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeIJztUTGNoJwKaUArh2JHvM38ranUN9 { width:3.375rem;height:3.375rem;top:81.5625rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk123QWiGQwN41W5wCCXtr6rHkmCy4fy { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvG7UpgVsSKXHRi2nZ5GPT7bIrA8Vh5n { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHnZKc9IMVFRqbmS1L9xvItqKH8BCz6 { width:3.375rem;height:3.375rem;top:88.8125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Gdd2p7sPIbit0bmq8ubTwQqmuncAfW { width:3.375rem;height:3.375rem;top:81.5625rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzodTyS3Nf9qpOF2A83XucZihEnRFdmr { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXQVIHSQsJTVTLvzVvE2V0Tar53DbMR { width:3.375rem;height:3.375rem;top:103.3125rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBMhMMAUqZkJB5ahd5nTIbwZTpJ32sZp { width:3.375rem;height:3.375rem;top:99.670454025269rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KnUn7cmyceZy0PHEw3M85bFT4cbSdu { width:3.375rem;height:3.375rem;top:96.061794281006rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9cChu6zQxzOZMZnFTMUuAt0wDSopKzR { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #evVlz1aTOnl4MgFCEbhiKC8xnyr4G7gz { width:3.375rem;height:3.375rem;top:85.1875038147rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlveve6khbdNuBPrvTnzdU37PURu8PFt { width:3.375rem;height:3.375rem;top:81.5625rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCoWU4egWAO8AReyfMIv2xWS5QJ6pXq { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBluapO7GO79h8SoECaPrz1iTnmHIZ3 { width:3.375rem;height:3.375rem;top:85.18749809265rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfm5qyRPBNaNIMmr9lrX2L9kN1VHZRir { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddubOPZVRE5zSivS74JTTxmsILEcctC { width:3.375rem;height:3.375rem;top:74.31250190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OOOrfI1wgGTzyIKqSMhqoeLJaRKwhl { width:3.375rem;height:3.375rem;top:70.62500190735rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWex2lt2A8MgPnZgBQiksu7fCM1X7rDJ { width:3.375rem;height:3.375rem;top:92.436794281006rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfmiKWx41dUot3dkykcbbXMadTMzhg4 { width:3.375rem;height:3.375rem;top:106.93679237366rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqxhuaZWR6GlymVgdepgTrLo5c3WWqib { width:3.375rem;height:3.375rem;top:96.061794281006rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHg1ha2Z5qIQkWk7U6F8yqF1xocm3cNJ { width:3.375rem;height:3.375rem;top:92.4374961853rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TprODRW9Kz2dHMnkC0CXhSAzGK6Zo2 { width:3.375rem;height:3.375rem;top:81.545451164244rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #q13VATei0XmbCVV6c33D88C65Nfu7QAq { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXNKvbULtpc94OeUrVn34kt91MWJyeq { width:3.375rem;height:3.375rem;top:70.62500190735rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOUB04BlEPuZqypzBM3CypREaeMOvVV { width:3.375rem;height:3.375rem;top:70.607946395875rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8eOW9iPobHM7HcTst1JCNSNE3kSToQv { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQqDJgykxHFVNC4mSTwfeRLfNbIqDXb { width:3.375rem;height:3.375rem;top:63.1875038147rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUfeVkpG9kSu92kllWwu2n9MizM1QrP { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GARbEXQMFd3eQ162S83PzAQHDVTdo1I4 { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54G4nAZi6tpqlODlNW456ZTKi4JMuCb { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehEb4lmxGbnqTHnDT32l5WXsbTPbJ6k { width:3.375rem;height:3.375rem;top:96.061779022219rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLg4QzipNJAiIXlVwgDiVrnIIdCRR06 { width:3.375rem;height:3.375rem;top:88.794746398925rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJh1NVrb83w2TDORLTzFRCfLyrulV4o { width:3.375rem;height:3.375rem;top:85.1875rem;left:6.607954621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdW7yLOJwhX8fSES1MNPHuBx1G8rEst3 { width:3.375rem;height:3.375rem;top:77.920455932619rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS7JzSyDZRMoINAa4s9KAGxboSMt66cd { width:3.375rem;height:3.375rem;top:70.607968330381rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRQLlaJkD5EKlCr3aPHLJvbiNUMiuMTK { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr7W4AzCHUNe3lov8HvvbgIQ2dSKqOF4 { width:3.375rem;height:3.375rem;top:66.87500190735rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKt4PeLGcRdw1hHS7eiwzcUVnThUap0P { width:3.375rem;height:3.375rem;top:59.562503814698rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsnV8cVRHZMm93S6poGP7C4ScrT9dBM { width:3.375rem;height:3.375rem;top:55.937503814698rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86dMmMIexhPmGdHlcsxVCRAvcZK8Sxp { width:3.375rem;height:3.375rem;top:48.687500476837rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0UTNTT03nw5OO6hlMFaqZ8dyF7ntHtg { width:3.375rem;height:3.375rem;top:41.375001907349rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGcramxWhCFFfD8T18eHcRZ2zcSVHyo { width:3.375rem;height:3.375rem;top:37.670455932618rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0re0FZqDrVcZ9GtTt6Bwssb2ST2l7XQ { width:3.375rem;height:3.375rem;top:52.312502861023rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhVDduRp3NqdA9rStgG1Mt2ipEgEfCvT { width:3.3125rem;height:3.3125rem;top:19.531290054321rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1E9qUCTTDm5J8N0RV8QmUnqhupBwt8B { width:2.875rem;height:0.9375rem;top:122.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6556TqnofxFLEPuDr4euimLnMwVR1G { width:2.875rem;height:0.9375rem;top:122.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VmxETQte2ENK0iOB0qQXWFHtfJXoJw { width:2.875rem;height:0.9375rem;top:126.53125190735rem;left:6.8579550981519rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRa1FE6zEP7Qy7WLi7DUKQ06W8yA5LKK { width:2.875rem;height:0.9375rem;top:126.53125190735rem;left:10.468750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fXJuuQmQdg0xKpUWs93eCwqOfSZtwZ { width:3.375rem;height:3.375rem;top:37.75rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pdbJEsfe5qZ172f1qXxhoZ8QDPhxsGqJ { width:2.5rem;height:2.5rem;top:107.37501335144rem;left:3.451704621315rem;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp { display:block; }#co8wRGXIELhp7g7lAMy4yVHgTyu0QKJp > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQeTBaaKT3ovLC3QOwn6opluZpVmDG2o { width:14.0625rem;height:2.6rem;top:1.75rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpPiquJqFn8Ecu1lckDmu0HLdSgEweL { width:3.4375rem;height:3.375rem;top:5rem;left:13.764205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHwoRW9gchwR5O8mysyUL9naPwANwoXQ { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOANkwSGDHvh17DXBtqTd1mDwy8whNPZ { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlPRvvo3wcO1OLPvcdBo6pHBOPVCsC7 { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EecdTATtT2JxFRTqKi4maKuZT4I6JRfI { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrA06MA4Q6PTX7nFor7TFwUEOmyz6zV { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIfFf8J336ibB6e3Wx5LBkeTHFLfTXE { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GULbs3EkP65KNPAdyo2HxGKsGOTs4H7D { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCEda72ZViXq9U3k9ZMOcIUiBxGst8z { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTKzF9z2Xay1WhtsmH4wHJhJw5CE3qD { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDpJTNWtyQ8ybNvsmUzQKFUOnup2Iu5T { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHG3uaVCSPBQfioSWoJ1tNGG7Jy7TMI { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwqprTaEbavp8fv0sK22n2qdeKighaKn { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn86Sz5xnfmUFLBDy33Ak94ov8Ne4RxJ { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Adoc4OfrA0bCpkJDHpK5VZBLcx2U9c { width:2.9375rem;height:2.9375rem;top:23.482954740524rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKSlAU9S1t3ip7ReZnT9CLvoGzA8ZPUR { width:3.3125rem;height:3.3125rem;top:12.218778133392rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIu5hv7hHMIUvCMnFDikKD2K1DasgK4 { width:3.125rem;height:3.125rem;top:26.9375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWUvoUxUmwkkT9anXFrTDETvfG1b3yS { width:2.5rem;height:2.5rem;top:27.25rem;left:7.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvczlSJxFOyfUXoqS5R4RKyCpAz1d4D0 { width:3.1875rem;height:3.1875rem;top:27rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8PG0hU7n2BOO4MHHHUOcfUmncOOL5J1 { width:3.1875rem;height:3.1875rem;top:26.9375rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #upoGzrIo6ey4XFSIFUUHpzJ41BTZm0t6 { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpl5o1pUkWu6OwmVWJkTFpnyI96VkWqu { width:3rem;height:3rem;top:30.5625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrsJP758apv6ss1KnWFdUtCGUZ0TytIs { width:3.1875rem;height:3.1875rem;top:30.596588134766rem;left:6.6590911149981rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPPruB3EZRkUIVHOhkKHfyt66WTNXZ3 { width:2.625rem;height:2.625rem;top:30.971588134766rem;left:10.409091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0SkdqPKXF962bB4eTbxk9JfnvMnS9yM { width:3.0625rem;height:3.0625rem;top:30.6875rem;left:14.034091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTMv5qUqpznPdCw87O387QuARFl7Qaf { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmn6vxybCVdcDuklHTLGqXVrBvnPypC { width:3.25rem;height:3.25rem;top:34.1875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEqaHBP1ZrzFhr1tqcvCNT26mSbnlscW { width:3rem;height:3rem;top:34.3125rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABMGZW4qkiTHoSeoeLKssopWOpqar9lt { width:3rem;height:3rem;top:34.4375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #icn1a0Uft2r6oeyZUfyyiTnV2UNkVs5l { width:3.25rem;height:3.25rem;top:34.3125rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2DH55Ssw9V0W3o1cKJUhX7TRzBXFmK2 { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50CGL92kHkZiBitv2rcp57nPrOGOo7p { width:3.25rem;height:3.25rem;top:37.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPR10J8WzRstqOwxcWBMTQ5FCatoQS6q { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1QMTzku8o0FM5BPneixqiBqLmyePZAd { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzkbQEiwfR2c7o9Co2fXTTFg4DLlJTz4 { width:2.5rem;height:2.5rem;top:41.9375rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZRUBBKGTxaUmfHeG85fcDivPAXftfHc { width:2.875rem;height:2.875rem;top:41.75rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFiircbx5a4tViaqcegGeIPZsT2qUAw { width:2.9375rem;height:2.9375rem;top:38rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2r5HLwykT4FMnoll2xCkXn4KsDtQbf5 { width:2.5rem;height:2.5rem;top:41.9375rem;left:14.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgBD4I4v878Ws6zzOi9irWJzleCsTELn { width:2.5rem;height:2.5rem;top:41.9375rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UoNvAMVhubE2IKhRgUeTS988vynAoE { width:2.5rem;height:2.5rem;top:45.5625rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRl690EzhkXRoAlXpeI3oOIUcaTTwrN { width:2.5rem;height:2.5rem;top:45.5625rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeJnKvqEO0p43BMd3bL7oBy8onMIIVkg { width:2.5rem;height:2.5rem;top:45.5625rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9y3RVf0MuicyIM6oxWeS61VfzvQFs8o { width:1.875rem;height:1.875rem;top:45.875rem;left:14.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxspZbqD2pTzv15exfPeOLiF23hzpSi { width:2.4375rem;height:2.4375rem;top:23.71875rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVT8RN0ZgWW0lsmtWnT8O3dDmf2Vm5Jb { width:2.5rem;height:2.5rem;top:49.1875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83ZTi9T72J3zEdRTUblOCWJm3PWyD6e { width:2.5rem;height:2.5rem;top:49.1875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF71QRpB40A4w7RvyaHu2KVVoPTs069c { width:2.5rem;height:2.5rem;top:49.1875rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #e969AwzbGT94DJDbHUpnE4EwBGGxrLqM { width:2.5rem;height:2.5rem;top:49.1875rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJuA73ttwdnRZkDLEIdR6qRoJQOzIRLu { width:2.875rem;height:2.875rem;top:23.5rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE7g6HWscLW6MkTNfpBbTzN4wSTMFBLm { width:2.25rem;height:2.25rem;top:52.9375rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4yq48DUukrrGbctxm5v4HTxQaeZkCZ { width:2.25rem;height:2.25rem;top:52.875rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArNsJomWGiPbMAbmhEgO4DCP7g6uLOV4 { width:2.5625rem;height:2.5625rem;top:52.8125rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6cIomb2qMTWwzClkgsJmRX7yzmemMV { width:3rem;height:3rem;top:52.5625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8HcGfq6f16xWiNh45CTZGvZ4fUqAAy { width:2.5rem;height:2.5rem;top:56.4375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyVwK95pI9L61oDTIZWvR3n4AUTvoLt1 { width:3.0625rem;height:3.0625rem;top:56.25rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18lyRlE5DlHXNU14g6llPzZZdhEWWns { width:2.5rem;height:2.5rem;top:56.625rem;left:14.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdzpc1k1s4uZsGSo2qasRJXx6kHsAQS { width:3.0625rem;height:3.0625rem;top:56.156251907349rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb2FTsCQqM0av4DywFzF0Hr9OCdMiei { width:3.125rem;height:3.125rem;top:59.811791419983rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1UDHhmbC0DRrdfOLAE3D86CGNtEsoSd { width:3.0625rem;height:3.0625rem;top:23.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axT9IvpIVhdUTlQarKElIoPSg5tcqZJF { width:2.5rem;height:2.5rem;top:60.123580932618rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC6y38ef9hqXTPqTUPHHwcRIPyiInk9a { width:2.875rem;height:2.875rem;top:59.936081886291rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQTAuiczCtI4e16iXigd0bHtRnKfAzN { width:2.9375rem;height:2.9375rem;top:63.5625038147rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihtK1EgsxQqrlJH2ta8tLbvlJ9n2QC95 { width:2.75rem;height:2.75rem;top:59.998581886291rem;left:14.170455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg10dxiU075WfmUBUiOmzVgDLbn8R841 { width:2.5rem;height:2.5rem;top:63.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt09WXLXaIHn0nw9kgJtmywktzm07KEm { width:2.5rem;height:2.5rem;top:63.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXl5TpceBlXyD5Pg9F6NPGAXraCTIqAQ { width:2.5rem;height:2.5rem;top:67.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSrCO5WohDMFGxCCEBTxV4R7MZSt9eD6 { width:2.5rem;height:2.5rem;top:67.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5GP2ATgUInwPkur6LnZReOsHfLUf4iz { width:2.5rem;height:2.5rem;top:63.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcuvbC4MmXStcfFoo0LNGr1IVQCUzBKK { width:2.5rem;height:2.5rem;top:67.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1shmFIS5SObgub573wu2aWiMhVhr8EF { width:2.5rem;height:2.5rem;top:67.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0JPLRAyUWmWfLrfa4frsUZrq5ceT3T { width:2.5rem;height:2.5rem;top:74.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGCmrL98Fy9stcXG0amfZods5scUUlyA { width:2.5rem;height:2.5rem;top:74.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hia7nUscuHgrisH7e5Z1xFv8iTMbFT9T { width:17.6875rem;height:77.9375rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #L5RtUS2NpifUrpWkB0aL45F3XuxQIDts { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #hCnXdU2hL8zS9Uw9wZ3czEz4PvTzL0QC { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLoIbTMDwvqSKfFmNrZhfavI7mil7k1 { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hctpqAhQyFGhEk0G898diHggOx5rJZew { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:10.247159123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW5dWn3DnfecpfWGtCnVKGTVvAF9bwrm { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCInMipwNSF0qMFOuP9ZUBIn2d8oiKpa { width:3.375rem;height:3.375rem;top:67.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D71Tce6Kqm7HQkTDm3keqW36ifOZFqg7 { width:3.375rem;height:3.375rem;top:74.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH7xW0FfpLFNzrIupOLvOi6sI0dJTLD2 { width:3.375rem;height:3.375rem;top:74.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfSdZ0cNOlTsnamODG4oqec7sgqVaT3V { width:3.375rem;height:3.375rem;top:52.375056266784rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGSbIzb7fRJeLslrGXaPTecqLpDFqwpd { width:3.375rem;height:3.375rem;top:52.375011444092rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcTTe8gLywp6zdyle73g7eti9yVu7FT { width:3.375rem;height:3.375rem;top:23.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9hTZ76uTl0PLsmnxvF2BHC5gzyAwVg { width:3.375rem;height:3.375rem;top:67.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpay7Pv26lM0H5IZLVdHGZqei0ORr1g { width:3.375rem;height:3.375rem;top:12.187505722046rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTuvpNh4nuHBTMG64LcUOIaVVO0kKkM { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQM2xJ0wLPin8Asw20z0o3Z0NE109bG2 { width:3.375rem;height:3.375rem;top:67.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8P2tv0bfTycLSmT11KdNXG2pRZ0UfXx { width:3.375rem;height:3.375rem;top:63.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOlQD7n0222A0V9W8QRhBRbKTqozqpA { width:3.375rem;height:3.375rem;top:89.062513351438rem;left:8.3125001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmmBhbBvmAi5iznaA6BM4rWNewQTfEHX { width:3.375rem;height:3.375rem;top:59.625001907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGpsl9gDaLy6bK1wTGcRt4nPhdWWhAa5 { width:3.375rem;height:3.375rem;top:70.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6fHmxSAHzwpQRaaBy32hUCVxv4IVEAf { width:3.375rem;height:3.375rem;top:70.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq9H1T2o0v9E5zuIhUnv4TWxEEMuJyZg { width:3.375rem;height:3.375rem;top:67.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6xnH3Ozw8oOXJ84vwHXMyksgW390ovW { width:3.375rem;height:3.375rem;top:63.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4W0pcB41hyMM02cPNd9c07Ih6UN7U8G { width:3.375rem;height:3.375rem;top:70.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfLVrHIXW9dMtKZ3qR7nXTwdPcUIdeP { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8QTrpOUm01ecWeBK3Fd95rkxNCdqA28 { width:3.375rem;height:3.375rem;top:63.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXRr7HE3pcFdQB5mAi2NhTLHAEOh3UTr { width:3.375rem;height:3.375rem;top:63.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zSrzRtCuyOPmCAXZHAd9LxvTTeUsCs { width:3.375rem;height:3.375rem;top:15.906255960464rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBqcAu6Xhvz9JpZPIaBBRWkTO0lsJbqo { width:3.375rem;height:3.375rem;top:56rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhbQ06mFRWF3hDtieku7HFaisiRSex8 { width:3.375rem;height:3.375rem;top:48.75rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt4b698ExSbuhtVLVC4EAgL0SMVJDhza { width:3.375rem;height:3.375rem;top:45.125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoutBdz4kwQqcVwyUwekSASCDcDWvPW8 { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLEkSAlipatySZdtQrTcTM9OJDCWzvB { width:3.375rem;height:3.375rem;top:37.8125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQpNh2p1NvgyvQ19WbnTTPk6fo2M0RLk { width:3.375rem;height:3.375rem;top:37.8125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJEKNaZCRWFJ0KlIqLnfUtiCB6AB6A3B { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3UVhM2nExxJxbdrxhnWmnZO0MNNZ6w6 { width:3.375rem;height:3.375rem;top:26.875rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDEHR0XUs44P94t8ztWT25cbULBIhsd { width:3.375rem;height:3.375rem;top:23.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz73sCfQl6eL0o36FSk45moaIWMEpci0 { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN78Hu0Kr5JDrnvHkHeoXitHzhGHRVR1 { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSFT4UMT0inyrn17ceJv9oDZOkLPyBF { width:3.375rem;height:3.375rem;top:45.12503862381rem;left:10.184659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAGCDADHiV2aTRO0UsqgCEUWzA6rTkz { width:3.375rem;height:3.375rem;top:56rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHVibci1Uv7bF6C1gE8VZE2gDV1oMcLq { width:3.375rem;height:3.375rem;top:48.75rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp96w5ePT2p5d0wwhGVGgk3fV7yQnMR { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihpHuUQgsbZxpn3OvUP4OBJbMf4f8Kli { width:3.375rem;height:3.375rem;top:37.75rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sPpPaXygDiTcSThEDezNwcpCizvrco { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4dazplMtFP1cgFxCnBOOteGgR4VVC7 { width:3.375rem;height:3.375rem;top:26.875rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #twcAi7SovFhCx4bPzvDnmV6TM7XfUfgm { width:3.375rem;height:3.375rem;top:23.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqKrIdZCV96VFcJBJlQJRRTS6bdVOl8 { width:3.375rem;height:3.375rem;top:8.5625002384187rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwoEvFEU7g1rBw0EkUi7OOz33kyRrbh { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXIUCykeHxFHBWnEnIU7CrXspwoZBBFm { width:3.375rem;height:3.375rem;top:70.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AaOXHCI4KdRuPlbX0G6DIxgMmBpSHa { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3E6lwX9Dh9OvgOVZTcwrMBQUroW5sw9 { width:3.375rem;height:3.375rem;top:56rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOrnkeVi7RcvRE2QtqvcdXIot4GNv5VD { width:3.375rem;height:3.375rem;top:48.75rem;left:2.951704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXhlW88WqmgS79Cfedc0TvdqZi7gofa { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrtEmiXhHKDdBq1LE9ey8cWnwQT8b19k { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhSGCOQ3V1toEsGRX2TGi4LBw9m5XTd { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiR9fxck1NqsgqqwlBT2ckS3KWw6QTa { width:3.375rem;height:3.375rem;top:26.875rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ZTiq4l3Xvf5vgGAHlDNPUIiTb6KGU5 { width:3.375rem;height:3.375rem;top:23.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvMpkEQToe3ZkxZnC7Jd9wTrW1GS27p { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3eGfBoTfKKFI4M7DSaS9brH8fRbZhgX { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQFmFutUpuNcf2A4mgJby81rugorKwq { width:3.375rem;height:3.375rem;top:8.625rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17TBHTJdHkMSmhBHaDtDtB6TaNpN9WB { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHsTTJQR1ENQ3T8ZGE43JbFJfD5TU8Ta { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78ZaTtcB2OOML9qP5tyM25kTZcyVRkx { width:3.375rem;height:3.375rem;top:52.375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGUcskbwDQ2umA3DcTTEo5rJfgnvTR7 { width:3.375rem;height:3.375rem;top:45.125rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1TPQyrTVPTtNQeZqdMi3zIRkQfDu3x { width:3.375rem;height:3.375rem;top:41.5rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1lUseXp9nmZ3Jkl07h0ZwhR8OkWvGrd { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgUkzOI53lbEXGOkFz7wbH4XvoFe6PW { width:3.375rem;height:3.375rem;top:30.436782836914rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsWkJAsHJuIw140bfuLPnffGfURLGWr { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmxAOGadQt92DpsHFrSOhMwLaD6qNhTD { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNfTcrqlLKQs8rJzcdrbZZ85BRnxvJqq { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfGWxruzQhalqpnPEP9F8oqoOxfu1hF { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3y3U6mTPCRXdfBASKaTPJgFpcSe8FR { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2zIZnrGIedP3BDpRAldko3TMRvKrFwG { width:3.375rem;height:3.375rem;top:26.875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtS3hAiRAev3tZFQGrPomDggzhkCSnzf { width:3.375rem;height:3.375rem;top:5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #krdZDt8y5E8Ulyg7a016UdKZTqVUHEsu { width:3.375rem;height:3.375rem;top:19.624301910401rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFMXrC5yyCgUvuWnrcFEmwwt2FrTDBC { width:3.375rem;height:3.375rem;top:37.812435626984rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOGr00QzfwZPkzxNrAEBbFKdyZrxfRnG { width:3.375rem;height:3.375rem;top:56rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5IbQhctxcciE2Tky4NHoGpofACUH4NL { width:3.375rem;height:3.375rem;top:52.375rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLyHh5nKOIA4smEQPZvfRziaaib1oPZZ { width:3.375rem;height:3.375rem;top:45.125rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niq92lJmRcPut2lRvxDzFio4kikd0yaW { width:3.375rem;height:3.375rem;top:48.75rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRz1uKLb4uJm6cIT7iuvG5xpXkmEbqR { width:3.3125rem;height:3.3125rem;top:19.53125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3x4fv5fH92JWtZ46k8eZOCRtm5tWhu { width:2.875rem;height:0.9375rem;top:71.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfwXQqw6aVJeK2oo4AL6lJ0EtV7a4XTD { width:2.875rem;height:0.9375rem;top:71.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPs2tKEwJHIrcburDBU5HE6sfATphoE2 { width:2.875rem;height:0.9375rem;top:71.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFz2sZD5F2ukfH2TeuPDewNqaS8h5nrb { width:2.875rem;height:0.9375rem;top:71.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7aMx4uvDkCW2X2R3Nn90aflFuiBJ3CC { width:3.375rem;height:3.375rem;top:34.1875rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Cu16pCn5rzCOv6fm2GzqrydfeL4nflpp { width:3.25rem;height:3.25rem;top:37.8125rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMunKmGqpShK4a8SQ7w29LadHw0LCDC { width:3rem;height:3rem;top:37.9375rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx { display:block; }#WZ7MSZJusfzbM7tRrMmRiHTAZsDGDRTx > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS8cADxXDXbtLAUPBH3E31LLV4Fv9xJ3 { width:14.0625rem;height:2.6rem;top:1.75rem;left:2.9687501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn0l1slw4GVTZB3mM9r01OFtLPcPiRp { width:3.4375rem;height:3.375rem;top:5rem;left:13.764205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAST6zsGfOF7tgAu6TX6TLJxTpBwdHGn { width:3rem;height:3rem;top:5.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNc4SHfX9fUL0zA8eXp9WSIduhNo6wH { width:2.8125rem;height:2.8125rem;top:5.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJwX9tXPg8m3P23yEfBBlgM1OtoH66N { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GidTSmZg2KDZrVQrXoLGNZ4h905oJ0cr { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfziBTdRbQZJRK660MN2vd99cnDdloVH { width:2.5rem;height:2.5rem;top:9.0312509536744rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KeZf9Q2J4yap2rqUJaT8t8s1vDENXw { width:2.875rem;height:2.875rem;top:8.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARy5aL9Zo9dVHEAPO9rpQuXsK5RWFtv { width:3rem;height:3rem;top:8.8125009536744rem;left:14.014205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ua1dTGwacztAHNIRyHT31TxarJengh { width:2.5rem;height:2.5rem;top:12.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTIPgDzbzmUmew13XUSPGWPcmTbtUpK { width:2.5rem;height:2.5rem;top:12.625rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5y7i7EaT1dSe4Kl6yq5A8S3k202Nrbz { width:3rem;height:3rem;top:8.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBV5VQpwM16DPArJlaNMJT4rW3XAvwbw { width:3.25rem;height:3.25rem;top:19.562500953674rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwimXu28FwrKTUA20xMQUoJ0tvesknum { width:3.3125rem;height:3.3125rem;top:19.607954978943rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXXvZCLMgRUHgck2PDEKoMkko3MRga4a { width:3.1875rem;height:3.1875rem;top:19.562500953674rem;left:10.343750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6VmMVykSSbFB0rRBk3TaCOr4XX1F3os { width:2.9375rem;height:2.9375rem;top:23.482954740524rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKk2TM82tP8Gvbg84yJit6NFoFypqQh9 { width:3.3125rem;height:3.3125rem;top:12.218778133392rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxPzkhXTMfbqeslmoy54wRNdTh953X8y { width:3.125rem;height:3.125rem;top:26.9375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewTMXaeRXoz3yFGpZ7cgkgTsme3PK9y { width:2.5rem;height:2.5rem;top:27.25rem;left:7.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WvwgrRONpUrUakkJRa3MDQJ1eOFTPJ { width:3.1875rem;height:3.1875rem;top:27rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TovLArmEeIQcCPFKCd7SORqOLNRybzwl { width:3.1875rem;height:3.1875rem;top:26.9375rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4q07Q35CwFawKGaoxNZEVot5B0a59yV { width:2.875rem;height:2.875rem;top:12.5rem;left:14.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqlQTDeVKw2KbThFFXx7mlTUcACRE2oO { width:3rem;height:3rem;top:30.5625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0UFX2i5k1EfFP2MJXEBESpng4AnXTDX { width:3.1875rem;height:3.1875rem;top:30.596588134766rem;left:6.6590911149981rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvxtaKyB0xR54Mp4qHVQTWE8WuqUkx1 { width:2.625rem;height:2.625rem;top:30.971588134766rem;left:10.409091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNNAAOw4VTiBEpKtOThd3B5mWPSTEsai { width:3.0625rem;height:3.0625rem;top:30.6875rem;left:14.034091114998rem;display:block; }
 }@media only screen and (max-width: 763px) { #pah6pFfGX7VxV7RZSuG1gLOkOqgkXHUa { width:2.5rem;height:2.5rem;top:16.500000953674rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsV5Gaf2OtHgKu2LQRNwayEQODFLb6r { width:3.25rem;height:3.25rem;top:34.1875rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3veHP0ThhqXMN0ZGGOKhmOn4OuLh0fa { width:3rem;height:3rem;top:34.3125rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfHASrt5iLEu0hcbGeCSS7VeAdEeZRr { width:3rem;height:3rem;top:34.4375rem;left:10.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1qKUWrAlcnZiQMo99xIpDKSZR1urSE { width:3.25rem;height:3.25rem;top:34.3125rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmTBisUNttpvA4yMoVV4tTO6pguauUo { width:3.3125rem;height:3.3125rem;top:16rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5uoLnkdZBQfXU7HSu8cxo8aBF45FBH { width:3.25rem;height:3.25rem;top:37.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZzLi3KaeW56c6uAQHOHy968TehmmkKV { width:3.0625rem;height:3.0625rem;top:16.0625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeaN5mnwfJpf7q6gN8w3l4XJRJfuF9Q8 { width:3.125rem;height:3.125rem;top:16.0625rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF0v80TFCQ4gobCoZJ2XfEzu05rXkR7v { width:2.5rem;height:2.5rem;top:41.9375rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLen9HlTU5NT4OqL6D5bolhdGOGzLVxr { width:2.875rem;height:2.875rem;top:41.75rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZrCDn1ktv8EbmoeQszIJKs64S3fexz { width:2.9375rem;height:2.9375rem;top:38rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #doWF1LUUveUs1r0l5A89uABCiy2CMxpn { width:2.5rem;height:2.5rem;top:41.9375rem;left:14.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJbg5SdRvNqE7v6mRaAbecPWSExO1yS { width:2.5rem;height:2.5rem;top:41.9375rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sniz80MCHW6KFbtR2uXSRn7d9kcOV65I { width:2.5rem;height:2.5rem;top:45.5625rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElATz1FfMNWvgC1RUR5ffuZ7CTfT4X8o { width:2.5rem;height:2.5rem;top:45.5625rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHPBVoDgb4WK9kRh90olGXhwQBbNMra { width:2.5rem;height:2.5rem;top:45.5625rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFrqR3Hwga8Z4rl7NTWpVXLbTtD7kvgb { width:1.875rem;height:1.875rem;top:45.875rem;left:14.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuzn0MfzzHlCdUlnAbSV2XJAhF3xb6Zk { width:2.4375rem;height:2.4375rem;top:23.71875rem;left:3.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwOhNbxZb5i9UbbdKACen4BIXw8lZBWV { width:2.5rem;height:2.5rem;top:49.1875rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkVMridAeWImqAgcygXo84fEvnxPVyF { width:2.5rem;height:2.5rem;top:49.1875rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccJZT78rO4ZBJkV6ZFr7GsAbuQ3kq5TC { width:2.5rem;height:2.5rem;top:49.1875rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNHkHkWM8oedv13V88HVqxApT9zuU6in { width:2.5rem;height:2.5rem;top:49.1875rem;left:14.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJSzNeTH9EPLgpGhlIrDzpeAVv3nLcZT { width:2.875rem;height:2.875rem;top:23.5rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFABDXwbayMUwX1Jq9N3VtuTkwQpU7ba { width:2.25rem;height:2.25rem;top:52.9375rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffTq5Bq4Td5bTGGiSThFhI4sGZfoeQb1 { width:2.25rem;height:2.25rem;top:52.875rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6BM0m2xDeuPOzfgM8qOcyn9dpS5DyNQ { width:2.5625rem;height:2.5625rem;top:52.8125rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #d06ue3dJtk6ztgZrPnhycmIhgZT6PAUR { width:3rem;height:3rem;top:52.5625rem;left:14.062500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugbrWUTUgzbafI30SRtgg26Jdbq94UBb { width:2.5rem;height:2.5rem;top:56.4375rem;left:7.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHBkLQkKRsJkJXzFaIfxTAfCKhRAmU8D { width:3.0625rem;height:3.0625rem;top:56.25rem;left:10.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQq5T5uktxOqyQutVyNwqReFhLuuCAJ { width:2.5rem;height:2.5rem;top:56.625rem;left:14.437500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI62tlHXbAfb4TeWsXX8LXMkfPBOPTcT { width:3.0625rem;height:3.0625rem;top:56.156251907349rem;left:3.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFT3TFZCHEJuugW8e15Qfn95LuA7USN { width:3.125rem;height:3.125rem;top:59.874298095703rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sy0ostU7wM6vwCsCzyoxn87DCzFVAV { width:3.0625rem;height:3.0625rem;top:23.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRLRbf0taTFEw3HOgyEEanQfzpOUreT2 { width:2.5rem;height:2.5rem;top:60.123580932618rem;left:10.593750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyTvV57Lopy272Mq0LJ9mnbmTlxThXnw { width:2.875rem;height:2.875rem;top:59.936081886291rem;left:6.8437501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7cVRQ2yno0CTJKGmcGClkAPlGUb6ZZ { width:2.9375rem;height:2.9375rem;top:63.5625038147rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbgcJ46u7pyzEVruaPsQrIbKri7orho { width:2.75rem;height:2.75rem;top:59.998581886291rem;left:14.170455098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDp59Arv4rBIpkFtnsxdR0zMs2coXUq5 { width:2.5rem;height:2.5rem;top:63.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnnHEiOKI50htzTZsxlvETeI766phVbO { width:2.5rem;height:2.5rem;top:63.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUnA9ENlzuiIkSsTP8ONurMZtuXSmnrK { width:2.5rem;height:2.5rem;top:67.375rem;left:10.750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWVXytc9pGQlwhylynSkkLalGIXvSmDN { width:2.5rem;height:2.5rem;top:67.375rem;left:14.375000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqPRe111ktFO6zT82HGGZHHmDlqyp5mC { width:2.5rem;height:2.5rem;top:63.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6GAC6OK5PdzHoThQ3TN5adeM2w9lHs { width:2.5rem;height:2.5rem;top:67.375rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVm344cBKZH02RnchwQqc9wqJosLXVbN { width:2.5rem;height:2.5rem;top:67.375rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7WWVHRb2TP61JeSXzDt32imPgdbGLk { width:2.5rem;height:2.5rem;top:71.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJgkFHbm4EV6lygbq4ulgTIo29IUEfk { width:2.5rem;height:2.5rem;top:71.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvhUWvGDw03hDyDdQ2fOhxakspdDqtE { width:17.8125rem;height:73.875rem;top:1.125rem;left:1.1576704978943rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #weHbcbc4JVU9kVHiLuARwqaA9ibO22dM { display:flex;width:0.875rem;height:0.875rem;top:0.75rem;left:18.312500119209rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Ey8vCrEgqwoVLA1Azggn1NtPpcPMXimp { width:1.25rem;height:1.25rem;top:0.5625rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7G8XTMkWu7qL31iyZTVScPk2XrfINDg { width:1.3125rem;height:1.375rem;top:0.5rem;left:18.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbgNpG2qNG0FX7oZL8t5E5Grqlc5ABPW { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:10.247159123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwPeC7xAvdzIBcwXy9GKteAipIUIBBw { width:3.375rem;height:3.375rem;top:66.9375rem;left:10.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBVVAEeJRxkd9uyXdk38uaKmg1c6eLRV { width:3.375rem;height:3.375rem;top:70.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzy9BUZh1Q8oZt2wp7TTrlexpnlyOGo { width:3.375rem;height:3.375rem;top:70.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZ9Bxrp9KgsXXiimlAvgQcuwnkkg9mQ { width:3.375rem;height:3.375rem;top:52.375056266784rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukE78SGtESBX9LTeZ361BiUWvxLMblm { width:3.375rem;height:3.375rem;top:52.375011444092rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7sWUgkd11hqKoDUEF35TkS5vVdWVzpv { width:3.375rem;height:3.375rem;top:23.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbCB3SluXnslwysbAaXeUtT9MABgTKQc { width:3.375rem;height:3.375rem;top:66.9375rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvbaSL90tq9OdhFOF2c6hKSQUoaV0KlT { width:3.375rem;height:3.375rem;top:12.187505722046rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaDCQmP3sUMs0bJ9E0FTonkzpuPlsolQ { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iudld5RpN26Q7CxRU2mGh3GWV0ATnf3c { width:3.375rem;height:3.375rem;top:66.9375rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRrt45VqF4trbd8EQgk89WeZI7BpZsX { width:3.375rem;height:3.375rem;top:59.6875rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTNKdV0lRU5TfxGNeTmbrT4ETEickuy { width:3.375rem;height:3.375rem;top:48.750002861023rem;left:13.701705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoXbVL76CP5aqnGk9tOzbhsChGUnilKW { width:3.375rem;height:3.375rem;top:52.375033378601rem;left:13.701705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMztkr6FEineoNIu8TMUBLkRSeQ3BNJN { width:3.375rem;height:3.375rem;top:66.9375rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlWeh0AM5EGzGbyhM7xH4O8bWIAJMer4 { width:3.375rem;height:3.375rem;top:63.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKBxA3BUgTncGwaTCMoq8oCkJKJK6Q5A { width:3.375rem;height:3.375rem;top:56.000002861023rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXTp3MpegtNSJ3KuT6MGIKThJcT55Fh { width:3.375rem;height:3.375rem;top:59.686081886291rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3xHqmKG6T1SF0ae6WrBPBNDnwJoDCM { width:3.375rem;height:3.375rem;top:63.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8omaknqqOKGc8TwsCG1ERyX6pqdiT7l { width:3.375rem;height:3.375rem;top:63.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmfvs8kVb4I1RGpp0f2bANfKVD9Rdhq7 { width:3.375rem;height:3.375rem;top:15.906255960464rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulHkXzTLW6iC4cKKAM8JhVxTVUlxZQs { width:3.375rem;height:3.375rem;top:56rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruXNGFHtMCDM09KoPl1zU95o6lmV2OT { width:3.375rem;height:3.375rem;top:48.75rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnENHT4As3PmhvHUv6uK7Zsm0ZSTi4wm { width:3.375rem;height:3.375rem;top:45.125rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF1NF5kJ8FPkqiafD79f18TSlmUOxxpX { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvmAbNrZBCUTDaisuoWQxA3IxwGKv4E { width:3.375rem;height:3.375rem;top:37.8125rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMd1L12Tk74F1PTKtszCiqTODRyHPics { width:3.375rem;height:3.375rem;top:37.8125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlxUpooEFLTthaNk0e6c02qx9BEsx3G { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw1BM03PETKtHeKJ1FqOwCf9sezsU5w { width:3.375rem;height:3.375rem;top:26.875rem;left:6.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0DnlCpK6Z0cT26XcTaOx210sg4D4MfU { width:3.375rem;height:3.375rem;top:23.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsIad7nOXsqedPXb6O9iWnUTp9BExWi { width:3.375rem;height:3.375rem;top:19.5625rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdab5k8wQgUMrcJniOGd7sZUOrXFuOMJ { width:3.375rem;height:3.375rem;top:15.937534332276rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImQqag468OTIDtZI3Z2LA2UDf7yhuk0s { width:3.375rem;height:3.375rem;top:45.12503862381rem;left:10.184659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4M7zcugTNDeHKT8S8BeS0GSsVBSXkMB { width:3.375rem;height:3.375rem;top:56rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzKsyJfFLqq83bdroNUVyIGcw1MdkET7 { width:3.375rem;height:3.375rem;top:48.75rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOCuhoPTNRrgrTwchAGtrc3sUP7VTic { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8smwkpbHV9wKhxKk8aRVuIhBeI93c4i { width:3.375rem;height:3.375rem;top:37.75rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg8FaOl0WmgEogqUhw8DnxprovM4NxpO { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxIX0zMVO5ioVcZ4g6UvXyziXfwuP1Jy { width:3.375rem;height:3.375rem;top:26.875rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG6MZxTQ02b0FmKqRRZCC2perREcuUuT { width:3.375rem;height:3.375rem;top:23.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQImILXePxrzrh2HZPcnsTtTPVc7SG04 { width:3.375rem;height:3.375rem;top:8.5625002384187rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThS3hSPh0q5Jo8SZ67bFP3DTPHCU4Kz { width:3.375rem;height:3.375rem;top:19.593750953674rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBMTsiJfcahFXIRFpIZCmP3p1h8bhch { width:3.375rem;height:3.375rem;top:59.686792373657rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5p1N4ZwcdK4zqUckozkdmJ9TUS975rx { width:3.375rem;height:3.375rem;top:12.25rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZi9bMDDbMJThIvDQh7EKl9lJb3aRcwf { width:3.375rem;height:3.375rem;top:56rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpa3CucP1uemNPqagvK08TgnQzHheleV { width:3.375rem;height:3.375rem;top:48.75rem;left:2.951704621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5oRTcqdCbJGRFwKFIS6TbzgJ8IL3Fnr { width:3.375rem;height:3.375rem;top:41.498580932618rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6hsvNi2kGcgQZQbbD1lSEiOfJ01Tgg { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbirXKtgvvUZC1JxRByHSmW8l8bgGW52 { width:3.375rem;height:3.375rem;top:30.482238769531rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFMZoCfLCSTFXlcXDqytevxQaP7GKPI { width:3.375rem;height:3.375rem;top:26.875rem;left:13.875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rEIcN3aFzW0OcJkEDlWUMtP0cL0cMN { width:3.375rem;height:3.375rem;top:23.25rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #moCIiX1iL9e28vIwTxLs0qm1bGX3ECNB { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIJIG4GVpubv22OvOGplAoo2fHDDwdH2 { width:3.375rem;height:3.375rem;top:12.25rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaiSxO6L18T1nJkIu8FuqZw01swBJaU { width:3.375rem;height:3.375rem;top:8.625rem;left:13.812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11cbxIIyfCF09o9oD2TAhwPLJQQkByX { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCeS5ICrrhJ1nK8RM1xx5aIlSTOyn4KK { width:3.375rem;height:3.375rem;top:5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaHqWG666U2yh0nRdX7GZBXOyUXa6ek9 { width:3.375rem;height:3.375rem;top:52.375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6V8eKZJeBR2gLctunTrbevLr3wNekF { width:3.375rem;height:3.375rem;top:45.125rem;left:13.826705098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHaRp5p9WHJPDBgTxOFkDA2Lf2Wqlyih { width:3.375rem;height:3.375rem;top:41.5rem;left:2.9659091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA1p5S38mlL1trzc5DEwEryo8rLUKxP9 { width:3.375rem;height:3.375rem;top:34.169738769531rem;left:6.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #usIZfGQwWaleFQtGVMeQp2yJMfKtaVig { width:3.375rem;height:3.375rem;top:30.436782836914rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDRiX7NwzEBKbxs4Vlzel5DTcRqq30Z { width:3.375rem;height:3.375rem;top:5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6cMZAJirP0STl35ydKJgJTPBVRwUv1 { width:3.375rem;height:3.375rem;top:19.5625rem;left:13.937500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTfMZcLa2kRhmZeHFW5fz9VieTFqX6PV { width:3.375rem;height:3.375rem;top:15.937500953674rem;left:10.281250119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTQVakTp9czPKeZ7NZuG42VRz12wouU { width:3.375rem;height:3.375rem;top:12.25rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzqSmlnwPFcKmpHG6iwepq2o5s7g1e44 { width:3.375rem;height:3.375rem;top:8.6250009536744rem;left:10.218750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAyOaKQ6bDDn7TAiV2lHwEIe7MD462ZF { width:3.375rem;height:3.375rem;top:26.875rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Lsy6P1DXTinT6JmIg6Jn2NExv8WBN1 { width:3.375rem;height:3.375rem;top:5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8hbspObh4aGogBIwrT7vE43x0gTzshM { width:3.375rem;height:3.375rem;top:19.624301910401rem;left:10.309659123421rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFmZvkLrPgZmEMQJ65VCeD8mLez115G { width:3.375rem;height:3.375rem;top:37.812435626984rem;left:6.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfqvVfqtWZOC6kp06hcyR02LGSob896g { width:3.3125rem;height:3.3125rem;top:19.53125rem;left:13.889205098152rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf6XHnsR28cfwZ8q4eRiVKMR3v0OivFa { width:3.375rem;height:3.375rem;top:34.1875rem;left:10.218750119209rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PfskIBXePcAe7Z3IwgUNx2zrepFWS8tE { width:3.25rem;height:3.25rem;top:37.8125rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq47NE1rEG0MTBmy5D7hMDl6Z3ePhtLR { width:3rem;height:3rem;top:37.9375rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #prIvPx1XsBG4P1LMOo5THAEiFsGxeO3o { width:3.375rem;height:3.375rem;top:63.312500953675rem;left:2.9687501192093rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #avWTW3JeWoTTOFU1wnsN3VTaEs2b2Xql { width:3.375rem;height:3.375rem;top:45.186792373657rem;left:6.6250001192094rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ACNkvmiP10nriOhSIzQFTFOf07n8bcGJ { width:3.375rem;height:3.375rem;top:9.0625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTurHKWcNPQ02lQLTy4fCkdGOpoomOPO { width:3.375rem;height:3.375rem;top:12.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9T6VpzQKsmgyzBo8F1VdK4z36201TbD { width:3.375rem;height:3.375rem;top:12.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMd99xfkPNyeDyQm6OdiCAxt8sqgVUGh { width:3.375rem;height:3.375rem;top:34.062501907349rem;left:2.9687501192093rem;display:none; }
 }